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: Sun, 08 May 2022 21:47:41
Message-Id: 1652046205.da964d99ac6ce8b48503eb8b283d77130428ccc2.sarnex@gentoo
1 commit: da964d99ac6ce8b48503eb8b283d77130428ccc2
2 Author: Nick Sarnie <sarnex <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 8 21:43:25 2022 +0000
4 Commit: Nick Sarnie <sarnex <AT> gentoo <DOT> org>
5 CommitDate: Sun May 8 21:43:25 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/wine.git/commit/?id=da964d99
7
8 app-emulation/wine-vanilla: Don't pass disable-vkd3d
9
10 Closes: https://bugs.gentoo.org/843260
11 Package-Manager: Portage-3.0.30, Repoman-3.0.3
12 Signed-off-by: Nick Sarnie <sarnex <AT> gentoo.org>
13
14 app-emulation/wine-vanilla/wine-vanilla-7.8.ebuild | 2 +-
15 app-emulation/wine-vanilla/wine-vanilla-9999.ebuild | 2 +-
16 2 files changed, 2 insertions(+), 2 deletions(-)
17
18 diff --git a/app-emulation/wine-vanilla/wine-vanilla-7.8.ebuild b/app-emulation/wine-vanilla/wine-vanilla-7.8.ebuild
19 index 10954b8..6376228 100644
20 --- a/app-emulation/wine-vanilla/wine-vanilla-7.8.ebuild
21 +++ b/app-emulation/wine-vanilla/wine-vanilla-7.8.ebuild
22 @@ -424,7 +424,7 @@ multilib_src_configure() {
23 $(use_with unwind)
24 $(use_with usb)
25 $(use_with v4l v4l2)
26 - $(use_enable vkd3d)
27 +# $(use_enable vkd3d)
28 $(use_with vulkan)
29 $(use_with X x)
30 $(use_with X xfixes)
31
32 diff --git a/app-emulation/wine-vanilla/wine-vanilla-9999.ebuild b/app-emulation/wine-vanilla/wine-vanilla-9999.ebuild
33 index 10954b8..6376228 100644
34 --- a/app-emulation/wine-vanilla/wine-vanilla-9999.ebuild
35 +++ b/app-emulation/wine-vanilla/wine-vanilla-9999.ebuild
36 @@ -424,7 +424,7 @@ multilib_src_configure() {
37 $(use_with unwind)
38 $(use_with usb)
39 $(use_with v4l v4l2)
40 - $(use_enable vkd3d)
41 +# $(use_enable vkd3d)
42 $(use_with vulkan)
43 $(use_with X x)
44 $(use_with X xfixes)