diff options
author | NP-Hardass <NP-Hardass@gentoo.org> | 2015-11-29 22:21:29 -0500 |
---|---|---|
committer | NP-Hardass <NP-Hardass@gentoo.org> | 2015-12-31 18:36:46 -0500 |
commit | c63b7d2113095691bb084dea6d9b6c3e67ecef20 (patch) | |
tree | 8557e7f8876115da52870d51980b616438843875 /app-emulation | |
parent | media-video/smtube: revbump to 15.11.0-r2 (diff) | |
download | gentoo-c63b7d2113095691bb084dea6d9b6c3e67ecef20.tar.gz gentoo-c63b7d2113095691bb084dea6d9b6c3e67ecef20.tar.bz2 gentoo-c63b7d2113095691bb084dea6d9b6c3e67ecef20.zip |
app-emulation/wine: Resolve bug #566036 for 9999
Package-Manager: portage-2.2.25
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/wine/wine-1.7.55.ebuild | 2 | ||||
-rw-r--r-- | 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 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 |