commit:     f01596098dafc54110f55a2d5161bff2e2246883
Author:     Lucian Poston <lucianposton <AT> pm <DOT> me>
AuthorDate: Sat Jul 21 16:20:25 2018 +0000
Commit:     Nick Sarnie <sarnex <AT> gentoo <DOT> org>
CommitDate: Sat Sep  1 16:18:57 2018 +0000
URL:        https://gitweb.gentoo.org/repo/proj/wine.git/commit/?id=f0159609

app-emulation/wine-any: Require vulkan for vkd3d

Closes: https://github.com/gentoo/repo-proj-wine/pull/6

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 app-emulation/wine-any/wine-any-3.10.ebuild | 3 ++-
 app-emulation/wine-any/wine-any-3.11.ebuild | 3 ++-
 app-emulation/wine-any/wine-any-3.12.ebuild | 3 ++-
 app-emulation/wine-any/wine-any-3.13.ebuild | 3 ++-
 app-emulation/wine-any/wine-any-3.9.ebuild  | 3 ++-
 app-emulation/wine-any/wine-any-9999.ebuild | 3 ++-
 6 files changed, 12 insertions(+), 6 deletions(-)

diff --git a/app-emulation/wine-any/wine-any-3.10.ebuild 
b/app-emulation/wine-any/wine-any-3.10.ebuild
index 17171df..b040fb2 100644
--- a/app-emulation/wine-any/wine-any-3.10.ebuild
+++ b/app-emulation/wine-any/wine-any-3.10.ebuild
@@ -57,7 +57,8 @@ REQUIRED_USE="|| ( abi_x86_32 abi_x86_64 )
        s3tc? ( 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.

diff --git a/app-emulation/wine-any/wine-any-3.11.ebuild 
b/app-emulation/wine-any/wine-any-3.11.ebuild
index e713de9..453023e 100644
--- a/app-emulation/wine-any/wine-any-3.11.ebuild
+++ b/app-emulation/wine-any/wine-any-3.11.ebuild
@@ -56,7 +56,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.

diff --git a/app-emulation/wine-any/wine-any-3.12.ebuild 
b/app-emulation/wine-any/wine-any-3.12.ebuild
index 6380a95..b418c48 100644
--- a/app-emulation/wine-any/wine-any-3.12.ebuild
+++ b/app-emulation/wine-any/wine-any-3.12.ebuild
@@ -57,7 +57,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.

diff --git a/app-emulation/wine-any/wine-any-3.13.ebuild 
b/app-emulation/wine-any/wine-any-3.13.ebuild
index 8d4e1a7..66208fb 100644
--- a/app-emulation/wine-any/wine-any-3.13.ebuild
+++ b/app-emulation/wine-any/wine-any-3.13.ebuild
@@ -57,7 +57,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.

diff --git a/app-emulation/wine-any/wine-any-3.9.ebuild 
b/app-emulation/wine-any/wine-any-3.9.ebuild
index 17171df..b040fb2 100644
--- a/app-emulation/wine-any/wine-any-3.9.ebuild
+++ b/app-emulation/wine-any/wine-any-3.9.ebuild
@@ -57,7 +57,8 @@ REQUIRED_USE="|| ( abi_x86_32 abi_x86_64 )
        s3tc? ( 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.

diff --git a/app-emulation/wine-any/wine-any-9999.ebuild 
b/app-emulation/wine-any/wine-any-9999.ebuild
index 8d4e1a7..66208fb 100644
--- a/app-emulation/wine-any/wine-any-9999.ebuild
+++ b/app-emulation/wine-any/wine-any-9999.ebuild
@@ -57,7 +57,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.

Reply via email to