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: Sun, 27 Mar 2022 14:53:48
Message-Id: 1648392762.cfc506b98dcf28da64242187d1204d8b63f32cef.sarnex@gentoo
1 commit: cfc506b98dcf28da64242187d1204d8b63f32cef
2 Author: Nick Sarnie <sarnex <AT> gentoo <DOT> org>
3 AuthorDate: Sun Mar 27 14:51:39 2022 +0000
4 Commit: Nick Sarnie <sarnex <AT> gentoo <DOT> org>
5 CommitDate: Sun Mar 27 14:52:42 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/wine.git/commit/?id=cfc506b9
7
8 app-emulation/wine-staging: Add blocker
9
10 Bug: https://bugs.gentoo.org/836263
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-staging/wine-staging-7.5.ebuild | 7 ++++---
15 app-emulation/wine-staging/wine-staging-9999.ebuild | 1 +
16 2 files changed, 5 insertions(+), 3 deletions(-)
17
18 diff --git a/app-emulation/wine-staging/wine-staging-7.5.ebuild b/app-emulation/wine-staging/wine-staging-7.5.ebuild
19 index cf584a4..1ad582f 100644
20 --- a/app-emulation/wine-staging/wine-staging-7.5.ebuild
21 +++ b/app-emulation/wine-staging/wine-staging-7.5.ebuild
22 @@ -48,7 +48,7 @@ fi
23
24 LICENSE="LGPL-2.1"
25 SLOT="${MY_PV}"
26 -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 pulseaudio +realtime +run-exes samba scanner sdl selinux +ssl staging test +threads +truetype udev +udisks +unwind usb v4l vkd3d vulkan +X +xcomposite xinerama"
27 +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 pipelight pulseaudio +realtime +run-exes samba scanner sdl selinux +ssl staging test +threads +truetype udev +udisks +unwind usb v4l vkd3d vulkan +X +xcomposite xinerama"
28 REQUIRED_USE="|| ( abi_x86_32 abi_x86_64 )
29 X? ( truetype )
30 elibc_glibc? ( threads )
31 @@ -117,6 +117,7 @@ RDEPEND="${COMMON_DEPEND}
32 !app-emulation/wine:0
33 dos? ( >=games-emulation/dosbox-0.74_p20160629 )
34 gecko? ( app-emulation/wine-gecko:2.47.2[abi_x86_32?,abi_x86_64?] )
35 + mingw? ( !!>=cross-i686-w64-mingw32/binutils-2.38 !!>=cross-x86_64-w64-mingw32/binutils-2.38 )
36 mono? ( app-emulation/wine-mono:7.1.1 )
37 perl? (
38 dev-lang/perl
39 @@ -275,8 +276,8 @@ pkg_pretend() {
40 # Verify OSS support
41 if use oss; then
42 if ! has_version ">=media-sound/oss-4"; then
43 - eerror "You cannot build wine with USE=oss without having support from a"
44 - eerror "FreeBSD kernel or >=media-sound/oss-4 (only available through external repos)"
45 + eerror "You cannot build wine with USE=oss without having support from"
46 + eerror ">=media-sound/oss-4 (only available through external repos)"
47 eerror
48 die
49 fi
50
51 diff --git a/app-emulation/wine-staging/wine-staging-9999.ebuild b/app-emulation/wine-staging/wine-staging-9999.ebuild
52 index 4ca357d..1ad582f 100644
53 --- a/app-emulation/wine-staging/wine-staging-9999.ebuild
54 +++ b/app-emulation/wine-staging/wine-staging-9999.ebuild
55 @@ -117,6 +117,7 @@ RDEPEND="${COMMON_DEPEND}
56 !app-emulation/wine:0
57 dos? ( >=games-emulation/dosbox-0.74_p20160629 )
58 gecko? ( app-emulation/wine-gecko:2.47.2[abi_x86_32?,abi_x86_64?] )
59 + mingw? ( !!>=cross-i686-w64-mingw32/binutils-2.38 !!>=cross-x86_64-w64-mingw32/binutils-2.38 )
60 mono? ( app-emulation/wine-mono:7.1.1 )
61 perl? (
62 dev-lang/perl