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-staging/
Date: Tue, 18 Jan 2022 23:44:57
Message-Id: 1642549477.b274884013efeb622aa31b1ba19d0955ffed81e8.sarnex@gentoo
1 commit: b274884013efeb622aa31b1ba19d0955ffed81e8
2 Author: Nick Sarnie <sarnex <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 18 23:42:56 2022 +0000
4 Commit: Nick Sarnie <sarnex <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 18 23:44:37 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/wine.git/commit/?id=b2748840
7
8 app-emulation/wine-staging: Fix 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-staging/wine-staging-7.0.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/app-emulation/wine-staging/wine-staging-7.0.ebuild b/app-emulation/wine-staging/wine-staging-7.0.ebuild
17 index 6a32add..4a96ff0 100644
18 --- a/app-emulation/wine-staging/wine-staging-7.0.ebuild
19 +++ b/app-emulation/wine-staging/wine-staging-7.0.ebuild
20 @@ -48,7 +48,7 @@ fi
21
22 LICENSE="LGPL-2.1"
23 SLOT="${MY_PV}"
24 -IUSE="+abi_x86_32 +abi_x86_64 +alsa capi cups custom-cflags dos elibc_glibc +fontconfig +gecko gphoto2 gssapi gstreamer kerberos kernel_FreeBSD ldap mingw +mono mp3 netapi nls odbc openal opencl +opengl osmesa oss +perl pcap pipelight prelink pulseaudio +realtime +run-exes samba scanner sdl selinux +ssl staging test +threads +truetype udev +udisks +unwind usb v4l vkd3d vulkan +X +xcomposite xinerama"
25 +IUSE="+abi_x86_32 +abi_x86_64 +alsa capi cups custom-cflags dos elibc_glibc +fontconfig +gecko gphoto2 gssapi gstreamer kerberos ldap mingw +mono mp3 netapi nls odbc openal opencl +opengl osmesa oss +perl pcap pipelight prelink pulseaudio +realtime +run-exes samba scanner sdl selinux +ssl staging test +threads +truetype udev +udisks +unwind usb v4l vkd3d vulkan +X +xcomposite xinerama"
26 REQUIRED_USE="|| ( abi_x86_32 abi_x86_64 )
27 X? ( truetype )
28 elibc_glibc? ( threads )
29 @@ -274,7 +274,7 @@ pkg_pretend() {
30 wine_build_environment_check || die
31
32 # Verify OSS support
33 - if use oss && ! use kernel_FreeBSD; then
34 + if use oss; then
35 if ! has_version ">=media-sound/oss-4"; then
36 eerror "You cannot build wine with USE=oss without having support from a"
37 eerror "FreeBSD kernel or >=media-sound/oss-4 (only available through external repos)"