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

(-)a/modules/generic_stage_target.py (-1 / +4 lines)
Lines 1064-1069 class generic_stage_target(generic_target): Link Here
1064
						"/use will cause portage to ignore"
1064
						"/use will cause portage to ignore"
1065
					print "\tpackage.use in the profile and portage_confdir. You've been warned!"
1065
					print "\tpackage.use in the profile and portage_confdir. You've been warned!"
1066
1066
1067
			myf.write('PORTDIR="/usr/portage"\n')
1068
			myf.write('DISTDIR="${PORTDIR}/distfiles"\n')
1069
			myf.write('PKGDIR="${PORTDIR}/packages"\n')
1070
1067
			""" Setup the portage overlay """
1071
			""" Setup the portage overlay """
1068
			if "portage_overlay" in self.settings:
1072
			if "portage_overlay" in self.settings:
1069
				myf.write('PORTDIR_OVERLAY="/usr/local/portage"\n')
1073
				myf.write('PORTDIR_OVERLAY="/usr/local/portage"\n')
1070
- 

Return to bug 479062