app-emulation/wine: Resolve bug #566036 for 9999

Package-Manager: portage-2.2.25
This commit is contained in:
NP-Hardass
2015-11-29 22:21:29 -05:00
parent 2de0dc577a
commit c63b7d2113
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -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