aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Sarnie <sarnex@gentoo.org>2018-09-01 12:36:21 -0400
committerNick Sarnie <sarnex@gentoo.org>2018-09-01 12:36:21 -0400
commit5bb415b05a5064bc95e4bedc0673c9ccc41578aa (patch)
tree1cb78e1bddf956a01add7e907425b230fee01f60
parentapp-emulation/wine-d3d9: Require vulkan for vkd3d for 3.13-r1 (diff)
downloadwine-5bb415b05a5064bc95e4bedc0673c9ccc41578aa.tar.gz
wine-5bb415b05a5064bc95e4bedc0673c9ccc41578aa.tar.bz2
wine-5bb415b05a5064bc95e4bedc0673c9ccc41578aa.zip
app-emulation/wine-staging: Require vulkan for vkd3d for 3.13-r1
Whoops Package-Manager: Portage-2.3.48, Repoman-2.3.10
-rw-r--r--app-emulation/wine-staging/wine-staging-3.13-r1.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/app-emulation/wine-staging/wine-staging-3.13-r1.ebuild b/app-emulation/wine-staging/wine-staging-3.13-r1.ebuild
index 5a5e118..2977288 100644
--- a/app-emulation/wine-staging/wine-staging-3.13-r1.ebuild
+++ b/app-emulation/wine-staging/wine-staging-3.13-r1.ebuild
@@ -53,7 +53,8 @@ REQUIRED_USE="|| ( abi_x86_32 abi_x86_64 )
pipelight? ( staging )
test? ( abi_x86_32 )
themes? ( staging )
- vaapi? ( staging )" # osmesa-opengl #286560 # X-truetype #551124
+ vaapi? ( staging )
+ 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.