diff options
author | Nick Sarnie <sarnex@gentoo.org> | 2018-09-01 12:41:26 -0400 |
---|---|---|
committer | Nick Sarnie <sarnex@gentoo.org> | 2018-09-01 12:41:26 -0400 |
commit | 41810774f0d1b34b9469cac2113c4bb047c1c3b5 (patch) | |
tree | 768ecd49656059ee2528568d092a1367dc766eb9 /app-emulation/wine-vanilla/wine-vanilla-9999.ebuild | |
parent | dev-vcs/svn2git: 1.0.13 (diff) | |
download | gentoo-41810774f0d1b34b9469cac2113c4bb047c1c3b5.tar.gz gentoo-41810774f0d1b34b9469cac2113c4bb047c1c3b5.tar.bz2 gentoo-41810774f0d1b34b9469cac2113c4bb047c1c3b5.zip |
app-emulation/wine-vanilla: Sync with ::wine
Require vulkan for vkd3d
Bump to 3.14
Package-Manager: Portage-2.3.48, Repoman-2.3.10
Diffstat (limited to 'app-emulation/wine-vanilla/wine-vanilla-9999.ebuild')
-rw-r--r-- | app-emulation/wine-vanilla/wine-vanilla-9999.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app-emulation/wine-vanilla/wine-vanilla-9999.ebuild b/app-emulation/wine-vanilla/wine-vanilla-9999.ebuild index 96e3367ccf48..9a0d8ea7f20a 100644 --- a/app-emulation/wine-vanilla/wine-vanilla-9999.ebuild +++ b/app-emulation/wine-vanilla/wine-vanilla-9999.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. |