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/
Date: Thu, 31 Dec 2015 23:37:22
Message-Id: 1451605006.c63b7d2113095691bb084dea6d9b6c3e67ecef20.np-hardass@gentoo
1 commit: c63b7d2113095691bb084dea6d9b6c3e67ecef20
2 Author: NP-Hardass <NP-Hardass <AT> gentoo <DOT> org>
3 AuthorDate: Mon Nov 30 03:21:29 2015 +0000
4 Commit: NP Hardass <np-hardass <AT> gentoo <DOT> org>
5 CommitDate: Thu Dec 31 23:36:46 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c63b7d21
7
8 app-emulation/wine: Resolve bug #566036 for 9999
9
10 Package-Manager: portage-2.2.25
11
12 app-emulation/wine/wine-1.7.55.ebuild | 2 +-
13 app-emulation/wine/wine-9999.ebuild | 2 +-
14 2 files changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/app-emulation/wine/wine-1.7.55.ebuild b/app-emulation/wine/wine-1.7.55.ebuild
17 index 74bf02a..5150817 100644
18 --- a/app-emulation/wine/wine-1.7.55.ebuild
19 +++ b/app-emulation/wine/wine-1.7.55.ebuild
20 @@ -203,7 +203,7 @@ pkg_setup() {
21 src_unpack() {
22 if [[ ${PV} == "9999" ]] ; then
23 git-r3_src_unpack
24 - if use staging || use pulseaudio; then
25 + if use staging; then
26 EGIT_REPO_URI=${STAGING_EGIT_REPO_URI}
27 unset ${PN}_LIVE_REPO;
28 EGIT_CHECKOUT_DIR=${STAGING_DIR} git-r3_src_unpack
29
30 diff --git a/app-emulation/wine/wine-9999.ebuild b/app-emulation/wine/wine-9999.ebuild
31 index 74bf02a..5150817 100644
32 --- a/app-emulation/wine/wine-9999.ebuild
33 +++ b/app-emulation/wine/wine-9999.ebuild
34 @@ -203,7 +203,7 @@ pkg_setup() {
35 src_unpack() {
36 if [[ ${PV} == "9999" ]] ; then
37 git-r3_src_unpack
38 - if use staging || use pulseaudio; then
39 + if use staging; then
40 EGIT_REPO_URI=${STAGING_EGIT_REPO_URI}
41 unset ${PN}_LIVE_REPO;
42 EGIT_CHECKOUT_DIR=${STAGING_DIR} git-r3_src_unpack