Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 567058
Collapse All | Expand All

(-)/usr/portage/app-emulation/wine/wine-1.7.55.ebuild (-1 / +1 lines)
Lines 203-209 Link Here
203
src_unpack() {
203
src_unpack() {
204
	if [[ ${PV} == "9999" ]] ; then
204
	if [[ ${PV} == "9999" ]] ; then
205
		git-r3_src_unpack
205
		git-r3_src_unpack
206
		if use staging || use pulseaudio; then
206
		if use staging; then
207
			EGIT_REPO_URI=${STAGING_EGIT_REPO_URI}
207
			EGIT_REPO_URI=${STAGING_EGIT_REPO_URI}
208
			unset ${PN}_LIVE_REPO;
208
			unset ${PN}_LIVE_REPO;
209
			EGIT_CHECKOUT_DIR=${STAGING_DIR} git-r3_src_unpack
209
			EGIT_CHECKOUT_DIR=${STAGING_DIR} git-r3_src_unpack

Return to bug 567058