Gentoo Archives: gentoo-commits

From: NP Hardass <np-hardass@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/wine-vanilla/
Date: Sat, 30 Sep 2017 21:02:53
Message-Id: 1506805364.b1e35bd8a57bda80c8142bfcdb6946b8d8d4cdfd.np-hardass@gentoo
1 commit: b1e35bd8a57bda80c8142bfcdb6946b8d8d4cdfd
2 Author: NP-Hardass <NP-Hardass <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 30 21:02:31 2017 +0000
4 Commit: NP Hardass <np-hardass <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 30 21:02:44 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1e35bd8
7
8 app-emulation/wine-vanilla: Fix error copying ebuild
9
10 Reported-by: Robert Walker <bob.mt.wya <AT> gmail.com>
11 Package-Manager: Portage-2.3.10, Repoman-2.3.3
12
13 app-emulation/wine-vanilla/wine-vanilla-9999.ebuild | 7 +++----
14 1 file changed, 3 insertions(+), 4 deletions(-)
15
16 diff --git a/app-emulation/wine-vanilla/wine-vanilla-9999.ebuild b/app-emulation/wine-vanilla/wine-vanilla-9999.ebuild
17 index 757d3e9e857..8851cfc5ac4 100644
18 --- a/app-emulation/wine-vanilla/wine-vanilla-9999.ebuild
19 +++ b/app-emulation/wine-vanilla/wine-vanilla-9999.ebuild
20 @@ -50,6 +50,7 @@ COMMON_DEPEND="
21 X? (
22 x11-libs/libXcursor[${MULTILIB_USEDEP}]
23 x11-libs/libXext[${MULTILIB_USEDEP}]
24 + x11-libs/libXfixes[${MULTILIB_USEDEP}]
25 x11-libs/libXrandr[${MULTILIB_USEDEP}]
26 x11-libs/libXi[${MULTILIB_USEDEP}]
27 x11-libs/libXxf86vm[${MULTILIB_USEDEP}]
28 @@ -117,7 +118,7 @@ RDEPEND="${COMMON_DEPEND}
29 !app-emulation/wine:0
30 dos? ( >=games-emulation/dosbox-0.74_p20160629 )
31 gecko? ( app-emulation/wine-gecko:2.47[abi_x86_32?,abi_x86_64?] )
32 - mono? ( app-emulation/wine-mono:4.7.0 )
33 + mono? ( app-emulation/wine-mono:4.7.1 )
34 perl? (
35 dev-lang/perl
36 dev-perl/XML-Simple
37 @@ -304,11 +305,8 @@ src_prepare() {
38 "${PATCHDIR}/patches/${MY_PN}-1.9.5-multilib-portage.patch" #395615
39 "${PATCHDIR}/patches/${MY_PN}-1.6-memset-O3.patch" #480508
40 "${PATCHDIR}/patches/${MY_PN}-2.0-multislot-apploader.patch"
41 - "${PATCHDIR}/patches/freetype-2.8.1-segfault.patch" #631676
42 - "${PATCHDIR}/patches/freetype-2.8.1-drop-glyphs.patch" #631376
43 )
44 local PATCHES_BIN=(
45 - "${PATCHDIR}/patches/freetype-2.8.1-patch-fonts.patch" #631376
46 )
47
48 default
49 @@ -389,6 +387,7 @@ multilib_src_configure() {
50 $(use_with udev)
51 $(use_with v4l)
52 $(use_with X x)
53 + $(use_with X xfixes)
54 $(use_with xcomposite)
55 $(use_with xinerama)
56 $(use_with xml)