commit: ac57db7693e62549d57fbdb076f406bae7bc5842
Author: Nick Sarnie <sarnex <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 29 22:36:25 2020 +0000
Commit: Nick Sarnie <sarnex <AT> gentoo <DOT> org>
CommitDate: Tue Sep 29 22:36:25 2020 +0000
URL: https://gitweb.gentoo.org/repo/proj/wine.git/commit/?id=ac57db76
app-emulation/vkd3d: Sync with ::gentoo
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Nick Sarnie <sarnex <AT> gentoo.org>
app-emulation/vkd3d/vkd3d-9999.ebuild | 13 ++++++++++---
1 file changed, 10 insertions(+), 3 deletions(-)
diff --git a/app-emulation/vkd3d/vkd3d-9999.ebuild
b/app-emulation/vkd3d/vkd3d-9999.ebuild
index 90e8035..0e542af 100644
--- a/app-emulation/vkd3d/vkd3d-9999.ebuild
+++ b/app-emulation/vkd3d/vkd3d-9999.ebuild
@@ -3,13 +3,15 @@
EAPI=6
-inherit multilib-minimal
+inherit multilib-minimal autotools
+
+AUTOTOOLS_AUTORECONF="1"
if [[ "${PV}" == "9999" ]]; then
EGIT_REPO_URI="https://source.winehq.org/git/vkd3d.git"
inherit git-r3
else
- KEYWORDS="~amd64 ~x86"
+ KEYWORDS="~amd64"
SRC_URI="https://dl.winehq.org/vkd3d/source/${P}.tar.xz"
fi
@@ -22,7 +24,7 @@ RDEPEND="spirv-tools? (
dev-util/spirv-tools:=[${MULTILIB_USEDEP}] )
DEPEND="${RDEPEND}
dev-util/spirv-headers
- dev-util/vulkan-headers"
+ >=dev-util/vulkan-headers-1.1.114"
DESCRIPTION="D3D12 to Vulkan translation library"
HOMEPAGE="https://source.winehq.org/git/vkd3d.git/"
@@ -30,6 +32,11 @@ HOMEPAGE="https://source.winehq.org/git/vkd3d.git/"
LICENSE="LGPL-2.1"
SLOT="0"
+src_prepare() {
+ default
+ eautoreconf
+}
+
multilib_src_configure() {
local myconf=(
$(use_with spirv-tools)