commit: c63b7d2113095691bb084dea6d9b6c3e67ecef20
Author: NP-Hardass <NP-Hardass <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 30 03:21:29 2015 +0000
Commit: NP Hardass <np-hardass <AT> gentoo <DOT> org>
CommitDate: Thu Dec 31 23:36:46 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c63b7d21
app-emulation/wine: Resolve bug #566036 for 9999
Package-Manager: portage-2.2.25
app-emulation/wine/wine-1.7.55.ebuild | 2 +-
app-emulation/wine/wine-9999.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/app-emulation/wine/wine-1.7.55.ebuild
b/app-emulation/wine/wine-1.7.55.ebuild
index 74bf02a..5150817 100644
--- a/app-emulation/wine/wine-1.7.55.ebuild
+++ b/app-emulation/wine/wine-1.7.55.ebuild
@@ -203,7 +203,7 @@ pkg_setup() {
src_unpack() {
if [[ ${PV} == "9999" ]] ; then
git-r3_src_unpack
- if use staging || use pulseaudio; then
+ if use staging; then
EGIT_REPO_URI=${STAGING_EGIT_REPO_URI}
unset ${PN}_LIVE_REPO;
EGIT_CHECKOUT_DIR=${STAGING_DIR} git-r3_src_unpack
diff --git a/app-emulation/wine/wine-9999.ebuild
b/app-emulation/wine/wine-9999.ebuild
index 74bf02a..5150817 100644
--- a/app-emulation/wine/wine-9999.ebuild
+++ b/app-emulation/wine/wine-9999.ebuild
@@ -203,7 +203,7 @@ pkg_setup() {
src_unpack() {
if [[ ${PV} == "9999" ]] ; then
git-r3_src_unpack
- if use staging || use pulseaudio; then
+ if use staging; then
EGIT_REPO_URI=${STAGING_EGIT_REPO_URI}
unset ${PN}_LIVE_REPO;
EGIT_CHECKOUT_DIR=${STAGING_DIR} git-r3_src_unpack