commit:     b84b11285b46ebf645d2b3567e05487a174ecdc9
Author:     Nick Sarnie <sarnex <AT> gentoo <DOT> org>
AuthorDate: Tue May 14 23:01:36 2019 +0000
Commit:     Nick Sarnie <sarnex <AT> gentoo <DOT> org>
CommitDate: Tue May 14 23:01:36 2019 +0000
URL:        https://gitweb.gentoo.org/repo/proj/wine.git/commit/?id=b84b1128

app-emulation/vkd3d: Fix live ebuild

Fixes: https://bugs.gentoo.org/685918
Package-Manager: Portage-2.3.66, Repoman-2.3.12
Signed-off-by: Nick Sarnie <sarnex <AT> gentoo.org>

 app-emulation/vkd3d/vkd3d-9999.ebuild | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/app-emulation/vkd3d/vkd3d-9999.ebuild 
b/app-emulation/vkd3d/vkd3d-9999.ebuild
index 2adf5f1..7d104fc 100644
--- a/app-emulation/vkd3d/vkd3d-9999.ebuild
+++ b/app-emulation/vkd3d/vkd3d-9999.ebuild
@@ -1,10 +1,12 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
 inherit multilib-minimal
 
+AUTOTOOLS_AUTORECONF="1"
+
 if [[ "${PV}" == "9999" ]]; then
        EGIT_REPO_URI="https://source.winehq.org/git/vkd3d.git";
        inherit git-r3
@@ -22,10 +24,7 @@ RDEPEND="spirv-tools? ( 
dev-util/spirv-tools:=[${MULTILIB_USEDEP}] )
 
 DEPEND="${RDEPEND}
                dev-util/spirv-headers
-               || (
-                       dev-util/vulkan-headers
-                       
<=media-libs/vulkan-loader-1.1.70.0-r999[${MULTILIB_USEDEP}]
-                  )"
+               dev-util/vulkan-headers"
 
 DESCRIPTION="D3D12 to Vulkan translation library"
 HOMEPAGE="https://source.winehq.org/git/vkd3d.git/";

Reply via email to