summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app-emulation/wine/wine-1.7.55.ebuild2
-rw-r--r--app-emulation/wine/wine-9999.ebuild2
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 74bf02a2c61c..5150817f6cc2 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 74bf02a2c61c..5150817f6cc2 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