diff --git a/app-emulation/wine/wine-1.7.55.ebuild b/app-emulation/wine/wine-1.7.55.ebuild index 74bf02a2c61c9..5150817f6cc2d 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 74bf02a2c61c9..5150817f6cc2d 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