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: Mon, 09 May 2022 22:09:39
Message-Id: 1652133857.cd8f90b7efd1ea89956a0aa81cf12e223cbaab9e.sarnex@gentoo
1 commit: cd8f90b7efd1ea89956a0aa81cf12e223cbaab9e
2 Author: Nick Sarnie <sarnex <AT> gentoo <DOT> org>
3 AuthorDate: Mon May 9 22:04:17 2022 +0000
4 Commit: Nick Sarnie <sarnex <AT> gentoo <DOT> org>
5 CommitDate: Mon May 9 22:04:17 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/wine.git/commit/?id=cd8f90b7
7
8 app-emulation/wine-vanilla: Remove vkd3d USE
9
10 Package-Manager: Portage-3.0.30, Repoman-3.0.3
11 Signed-off-by: Nick Sarnie <sarnex <AT> gentoo.org>
12
13 app-emulation/wine-vanilla/wine-vanilla-7.8.ebuild | 7 ++-----
14 app-emulation/wine-vanilla/wine-vanilla-9999.ebuild | 7 ++-----
15 2 files changed, 4 insertions(+), 10 deletions(-)
16
17 diff --git a/app-emulation/wine-vanilla/wine-vanilla-7.8.ebuild b/app-emulation/wine-vanilla/wine-vanilla-7.8.ebuild
18 index 6376228..8816e88 100644
19 --- a/app-emulation/wine-vanilla/wine-vanilla-7.8.ebuild
20 +++ b/app-emulation/wine-vanilla/wine-vanilla-7.8.ebuild
21 @@ -35,13 +35,12 @@ SRC_URI="${SRC_URI}
22
23 LICENSE="LGPL-2.1"
24 SLOT="${PV}"
25 -IUSE="+abi_x86_32 +abi_x86_64 +alsa capi cups custom-cflags dos +fontconfig +gecko gphoto2 gssapi gstreamer kerberos ldap mingw +mono mp3 netapi nls odbc openal opencl +opengl osmesa oss +perl pcap pulseaudio +realtime +run-exes samba scanner sdl selinux +ssl test +threads +truetype udev +udisks +unwind usb v4l vkd3d vulkan +X +xcomposite xinerama"
26 +IUSE="+abi_x86_32 +abi_x86_64 +alsa capi cups custom-cflags dos +fontconfig +gecko gphoto2 gssapi gstreamer kerberos ldap mingw +mono mp3 netapi nls odbc openal opencl +opengl osmesa oss +perl pcap pulseaudio +realtime +run-exes samba scanner sdl selinux +ssl test +threads +truetype udev +udisks +unwind usb v4l vulkan +X +xcomposite xinerama"
27 REQUIRED_USE="|| ( abi_x86_32 abi_x86_64 )
28 X? ( truetype )
29 elibc_glibc? ( threads )
30 osmesa? ( opengl )
31 - test? ( abi_x86_32 )
32 - vkd3d? ( vulkan )" # osmesa-opengl #286560 # X-truetype #551124
33 + test? ( abi_x86_32 )" # osmesa-opengl #286560 # X-truetype #551124
34
35 # FIXME: the test suite is unsuitable for us; many tests require net access
36 # or fail due to Xvfb's opengl limitations.
37 @@ -95,7 +94,6 @@ COMMON_DEPEND="
38 unwind? ( sys-libs/libunwind[${MULTILIB_USEDEP}] )
39 usb? ( virtual/libusb:1[${MULTILIB_USEDEP}] )
40 v4l? ( media-libs/libv4l[${MULTILIB_USEDEP}] )
41 - vkd3d? ( >=app-emulation/vkd3d-1.2[${MULTILIB_USEDEP}] )
42 vulkan? ( media-libs/vulkan-loader[${MULTILIB_USEDEP}] )
43 xcomposite? ( x11-libs/libXcomposite[${MULTILIB_USEDEP}] )
44 xinerama? ( x11-libs/libXinerama[${MULTILIB_USEDEP}] )"
45 @@ -424,7 +422,6 @@ multilib_src_configure() {
46 $(use_with unwind)
47 $(use_with usb)
48 $(use_with v4l v4l2)
49 -# $(use_enable vkd3d)
50 $(use_with vulkan)
51 $(use_with X x)
52 $(use_with X xfixes)
53
54 diff --git a/app-emulation/wine-vanilla/wine-vanilla-9999.ebuild b/app-emulation/wine-vanilla/wine-vanilla-9999.ebuild
55 index 6376228..8816e88 100644
56 --- a/app-emulation/wine-vanilla/wine-vanilla-9999.ebuild
57 +++ b/app-emulation/wine-vanilla/wine-vanilla-9999.ebuild
58 @@ -35,13 +35,12 @@ SRC_URI="${SRC_URI}
59
60 LICENSE="LGPL-2.1"
61 SLOT="${PV}"
62 -IUSE="+abi_x86_32 +abi_x86_64 +alsa capi cups custom-cflags dos +fontconfig +gecko gphoto2 gssapi gstreamer kerberos ldap mingw +mono mp3 netapi nls odbc openal opencl +opengl osmesa oss +perl pcap pulseaudio +realtime +run-exes samba scanner sdl selinux +ssl test +threads +truetype udev +udisks +unwind usb v4l vkd3d vulkan +X +xcomposite xinerama"
63 +IUSE="+abi_x86_32 +abi_x86_64 +alsa capi cups custom-cflags dos +fontconfig +gecko gphoto2 gssapi gstreamer kerberos ldap mingw +mono mp3 netapi nls odbc openal opencl +opengl osmesa oss +perl pcap pulseaudio +realtime +run-exes samba scanner sdl selinux +ssl test +threads +truetype udev +udisks +unwind usb v4l vulkan +X +xcomposite xinerama"
64 REQUIRED_USE="|| ( abi_x86_32 abi_x86_64 )
65 X? ( truetype )
66 elibc_glibc? ( threads )
67 osmesa? ( opengl )
68 - test? ( abi_x86_32 )
69 - vkd3d? ( vulkan )" # osmesa-opengl #286560 # X-truetype #551124
70 + test? ( abi_x86_32 )" # osmesa-opengl #286560 # X-truetype #551124
71
72 # FIXME: the test suite is unsuitable for us; many tests require net access
73 # or fail due to Xvfb's opengl limitations.
74 @@ -95,7 +94,6 @@ COMMON_DEPEND="
75 unwind? ( sys-libs/libunwind[${MULTILIB_USEDEP}] )
76 usb? ( virtual/libusb:1[${MULTILIB_USEDEP}] )
77 v4l? ( media-libs/libv4l[${MULTILIB_USEDEP}] )
78 - vkd3d? ( >=app-emulation/vkd3d-1.2[${MULTILIB_USEDEP}] )
79 vulkan? ( media-libs/vulkan-loader[${MULTILIB_USEDEP}] )
80 xcomposite? ( x11-libs/libXcomposite[${MULTILIB_USEDEP}] )
81 xinerama? ( x11-libs/libXinerama[${MULTILIB_USEDEP}] )"
82 @@ -424,7 +422,6 @@ multilib_src_configure() {
83 $(use_with unwind)
84 $(use_with usb)
85 $(use_with v4l v4l2)
86 -# $(use_enable vkd3d)
87 $(use_with vulkan)
88 $(use_with X x)
89 $(use_with X xfixes)