commit: 2fa3fe1bf8348487ba73c3861761aebcb0a44df3
Author: Nick Sarnie <sarnex <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 1 16:32:57 2018 +0000
Commit: Nick Sarnie <sarnex <AT> gentoo <DOT> org>
CommitDate: Sat Sep 1 16:32:57 2018 +0000
URL: https://gitweb.gentoo.org/repo/proj/wine.git/commit/?id=2fa3fe1b
app-emulation/wine-vanilla: Require vulkan for vkd3d for 3.13-r1
Whoops
Package-Manager: Portage-2.3.48, Repoman-2.3.10
app-emulation/wine-vanilla/wine-vanilla-3.13-r1.ebuild | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/app-emulation/wine-vanilla/wine-vanilla-3.13-r1.ebuild
b/app-emulation/wine-vanilla/wine-vanilla-3.13-r1.ebuild
index 96e3367..9a0d8ea 100644
--- a/app-emulation/wine-vanilla/wine-vanilla-3.13-r1.ebuild
+++ b/app-emulation/wine-vanilla/wine-vanilla-3.13-r1.ebuild
@@ -40,7 +40,8 @@ REQUIRED_USE="|| ( abi_x86_32 abi_x86_64 )
X? ( truetype )
elibc_glibc? ( threads )
osmesa? ( opengl )
- test? ( abi_x86_32 )" # osmesa-opengl #286560 # X-truetype #551124
+ test? ( abi_x86_32 )
+ vkd3d? ( vulkan )" # osmesa-opengl #286560 # X-truetype #551124
# FIXME: the test suite is unsuitable for us; many tests require net access
# or fail due to Xvfb's opengl limitations.