Gentoo Archives: gentoo-commits

From: Nick Sarnie <sarnex@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/wine:master commit in: app-emulation/wine-vanilla/
Date: Sat, 01 Sep 2018 16:19:52
Message-Id: 1535818712.bf99f3232dbd84391354b6f05641989b62acadf6.sarnex@gentoo
1 commit: bf99f3232dbd84391354b6f05641989b62acadf6
2 Author: Lucian Poston <lucianposton <AT> pm <DOT> me>
3 AuthorDate: Sat Jul 21 16:15:19 2018 +0000
4 Commit: Nick Sarnie <sarnex <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 1 16:18:32 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/wine.git/commit/?id=bf99f323
7
8 app-emulation/wine-vanilla: Require vulkan for vkd3d
9
10 Package-Manager: Portage-2.3.40, Repoman-2.3.9
11
12 app-emulation/wine-vanilla/wine-vanilla-3.10.ebuild | 3 ++-
13 app-emulation/wine-vanilla/wine-vanilla-3.11.ebuild | 3 ++-
14 app-emulation/wine-vanilla/wine-vanilla-3.12.ebuild | 3 ++-
15 app-emulation/wine-vanilla/wine-vanilla-3.13.ebuild | 3 ++-
16 app-emulation/wine-vanilla/wine-vanilla-3.9.ebuild | 3 ++-
17 app-emulation/wine-vanilla/wine-vanilla-9999.ebuild | 3 ++-
18 6 files changed, 12 insertions(+), 6 deletions(-)
19
20 diff --git a/app-emulation/wine-vanilla/wine-vanilla-3.10.ebuild b/app-emulation/wine-vanilla/wine-vanilla-3.10.ebuild
21 index cdb123c..1336c23 100644
22 --- a/app-emulation/wine-vanilla/wine-vanilla-3.10.ebuild
23 +++ b/app-emulation/wine-vanilla/wine-vanilla-3.10.ebuild
24 @@ -40,7 +40,8 @@ REQUIRED_USE="|| ( abi_x86_32 abi_x86_64 )
25 X? ( truetype )
26 elibc_glibc? ( threads )
27 osmesa? ( opengl )
28 - test? ( abi_x86_32 )" # osmesa-opengl #286560 # X-truetype #551124
29 + test? ( abi_x86_32 )
30 + vkd3d? ( vulkan )" # osmesa-opengl #286560 # X-truetype #551124
31
32 # FIXME: the test suite is unsuitable for us; many tests require net access
33 # or fail due to Xvfb's opengl limitations.
34
35 diff --git a/app-emulation/wine-vanilla/wine-vanilla-3.11.ebuild b/app-emulation/wine-vanilla/wine-vanilla-3.11.ebuild
36 index cdb123c..1336c23 100644
37 --- a/app-emulation/wine-vanilla/wine-vanilla-3.11.ebuild
38 +++ b/app-emulation/wine-vanilla/wine-vanilla-3.11.ebuild
39 @@ -40,7 +40,8 @@ REQUIRED_USE="|| ( abi_x86_32 abi_x86_64 )
40 X? ( truetype )
41 elibc_glibc? ( threads )
42 osmesa? ( opengl )
43 - test? ( abi_x86_32 )" # osmesa-opengl #286560 # X-truetype #551124
44 + test? ( abi_x86_32 )
45 + vkd3d? ( vulkan )" # osmesa-opengl #286560 # X-truetype #551124
46
47 # FIXME: the test suite is unsuitable for us; many tests require net access
48 # or fail due to Xvfb's opengl limitations.
49
50 diff --git a/app-emulation/wine-vanilla/wine-vanilla-3.12.ebuild b/app-emulation/wine-vanilla/wine-vanilla-3.12.ebuild
51 index cdb123c..1336c23 100644
52 --- a/app-emulation/wine-vanilla/wine-vanilla-3.12.ebuild
53 +++ b/app-emulation/wine-vanilla/wine-vanilla-3.12.ebuild
54 @@ -40,7 +40,8 @@ REQUIRED_USE="|| ( abi_x86_32 abi_x86_64 )
55 X? ( truetype )
56 elibc_glibc? ( threads )
57 osmesa? ( opengl )
58 - test? ( abi_x86_32 )" # osmesa-opengl #286560 # X-truetype #551124
59 + test? ( abi_x86_32 )
60 + vkd3d? ( vulkan )" # osmesa-opengl #286560 # X-truetype #551124
61
62 # FIXME: the test suite is unsuitable for us; many tests require net access
63 # or fail due to Xvfb's opengl limitations.
64
65 diff --git a/app-emulation/wine-vanilla/wine-vanilla-3.13.ebuild b/app-emulation/wine-vanilla/wine-vanilla-3.13.ebuild
66 index 96e3367..9a0d8ea 100644
67 --- a/app-emulation/wine-vanilla/wine-vanilla-3.13.ebuild
68 +++ b/app-emulation/wine-vanilla/wine-vanilla-3.13.ebuild
69 @@ -40,7 +40,8 @@ REQUIRED_USE="|| ( abi_x86_32 abi_x86_64 )
70 X? ( truetype )
71 elibc_glibc? ( threads )
72 osmesa? ( opengl )
73 - test? ( abi_x86_32 )" # osmesa-opengl #286560 # X-truetype #551124
74 + test? ( abi_x86_32 )
75 + vkd3d? ( vulkan )" # osmesa-opengl #286560 # X-truetype #551124
76
77 # FIXME: the test suite is unsuitable for us; many tests require net access
78 # or fail due to Xvfb's opengl limitations.
79
80 diff --git a/app-emulation/wine-vanilla/wine-vanilla-3.9.ebuild b/app-emulation/wine-vanilla/wine-vanilla-3.9.ebuild
81 index cdb123c..1336c23 100644
82 --- a/app-emulation/wine-vanilla/wine-vanilla-3.9.ebuild
83 +++ b/app-emulation/wine-vanilla/wine-vanilla-3.9.ebuild
84 @@ -40,7 +40,8 @@ REQUIRED_USE="|| ( abi_x86_32 abi_x86_64 )
85 X? ( truetype )
86 elibc_glibc? ( threads )
87 osmesa? ( opengl )
88 - test? ( abi_x86_32 )" # osmesa-opengl #286560 # X-truetype #551124
89 + test? ( abi_x86_32 )
90 + vkd3d? ( vulkan )" # osmesa-opengl #286560 # X-truetype #551124
91
92 # FIXME: the test suite is unsuitable for us; many tests require net access
93 # or fail due to Xvfb's opengl limitations.
94
95 diff --git a/app-emulation/wine-vanilla/wine-vanilla-9999.ebuild b/app-emulation/wine-vanilla/wine-vanilla-9999.ebuild
96 index 96e3367..9a0d8ea 100644
97 --- a/app-emulation/wine-vanilla/wine-vanilla-9999.ebuild
98 +++ b/app-emulation/wine-vanilla/wine-vanilla-9999.ebuild
99 @@ -40,7 +40,8 @@ REQUIRED_USE="|| ( abi_x86_32 abi_x86_64 )
100 X? ( truetype )
101 elibc_glibc? ( threads )
102 osmesa? ( opengl )
103 - test? ( abi_x86_32 )" # osmesa-opengl #286560 # X-truetype #551124
104 + test? ( abi_x86_32 )
105 + vkd3d? ( vulkan )" # osmesa-opengl #286560 # X-truetype #551124
106
107 # FIXME: the test suite is unsuitable for us; many tests require net access
108 # or fail due to Xvfb's opengl limitations.