Gentoo Archives: gentoo-commits

From: Nick Sarnie <sarnex@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/wine-vanilla/
Date: Tue, 01 Dec 2020 14:55:14
Message-Id: 1606834500.2545315b72db35e7eca9741106429a0727bbaf3d.sarnex@gentoo
1 commit: 2545315b72db35e7eca9741106429a0727bbaf3d
2 Author: Nick Sarnie <sarnex <AT> gentoo <DOT> org>
3 AuthorDate: Tue Dec 1 14:53:24 2020 +0000
4 Commit: Nick Sarnie <sarnex <AT> gentoo <DOT> org>
5 CommitDate: Tue Dec 1 14:55:00 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2545315b
7
8 app-emulation/wine-vanilla: Sync with ::wine
9
10 Package-Manager: Portage-3.0.11, Repoman-3.0.2
11 Signed-off-by: Nick Sarnie <sarnex <AT> gentoo.org>
12
13 .../{wine-vanilla-9999.ebuild => wine-vanilla-5.22-r2.ebuild} | 3 +++
14 app-emulation/wine-vanilla/wine-vanilla-9999.ebuild | 3 +++
15 2 files changed, 6 insertions(+)
16
17 diff --git a/app-emulation/wine-vanilla/wine-vanilla-9999.ebuild b/app-emulation/wine-vanilla/wine-vanilla-5.22-r2.ebuild
18 similarity index 99%
19 copy from app-emulation/wine-vanilla/wine-vanilla-9999.ebuild
20 copy to app-emulation/wine-vanilla/wine-vanilla-5.22-r2.ebuild
21 index a422ff77cdc..05ef8ffca0c 100644
22 --- a/app-emulation/wine-vanilla/wine-vanilla-9999.ebuild
23 +++ b/app-emulation/wine-vanilla/wine-vanilla-5.22-r2.ebuild
24 @@ -382,6 +382,9 @@ src_configure() {
25
26 export LDCONFIG=/bin/true
27 use custom-cflags || strip-flags
28 + if use mingw; then
29 + export CROSSCFLAGS="${CFLAGS}"
30 + fi
31
32 multilib-minimal_src_configure
33 }
34
35 diff --git a/app-emulation/wine-vanilla/wine-vanilla-9999.ebuild b/app-emulation/wine-vanilla/wine-vanilla-9999.ebuild
36 index a422ff77cdc..05ef8ffca0c 100644
37 --- a/app-emulation/wine-vanilla/wine-vanilla-9999.ebuild
38 +++ b/app-emulation/wine-vanilla/wine-vanilla-9999.ebuild
39 @@ -382,6 +382,9 @@ src_configure() {
40
41 export LDCONFIG=/bin/true
42 use custom-cflags || strip-flags
43 + if use mingw; then
44 + export CROSSCFLAGS="${CFLAGS}"
45 + fi
46
47 multilib-minimal_src_configure
48 }