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:39:10
Message-Id: 1535819577.2fa3fe1bf8348487ba73c3861761aebcb0a44df3.sarnex@gentoo
1 commit: 2fa3fe1bf8348487ba73c3861761aebcb0a44df3
2 Author: Nick Sarnie <sarnex <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 1 16:32:57 2018 +0000
4 Commit: Nick Sarnie <sarnex <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 1 16:32:57 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/wine.git/commit/?id=2fa3fe1b
7
8 app-emulation/wine-vanilla: Require vulkan for vkd3d for 3.13-r1
9
10 Whoops
11
12 Package-Manager: Portage-2.3.48, Repoman-2.3.10
13
14 app-emulation/wine-vanilla/wine-vanilla-3.13-r1.ebuild | 3 ++-
15 1 file changed, 2 insertions(+), 1 deletion(-)
16
17 diff --git a/app-emulation/wine-vanilla/wine-vanilla-3.13-r1.ebuild b/app-emulation/wine-vanilla/wine-vanilla-3.13-r1.ebuild
18 index 96e3367..9a0d8ea 100644
19 --- a/app-emulation/wine-vanilla/wine-vanilla-3.13-r1.ebuild
20 +++ b/app-emulation/wine-vanilla/wine-vanilla-3.13-r1.ebuild
21 @@ -40,7 +40,8 @@ REQUIRED_USE="|| ( abi_x86_32 abi_x86_64 )
22 X? ( truetype )
23 elibc_glibc? ( threads )
24 osmesa? ( opengl )
25 - test? ( abi_x86_32 )" # osmesa-opengl #286560 # X-truetype #551124
26 + test? ( abi_x86_32 )
27 + vkd3d? ( vulkan )" # osmesa-opengl #286560 # X-truetype #551124
28
29 # FIXME: the test suite is unsuitable for us; many tests require net access
30 # or fail due to Xvfb's opengl limitations.