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