Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 99527 | Differences between
and this patch

Collapse All | Expand All

(-)portage-2.0.51.19/pym/portage.py (-1 / +1 lines)
Lines 2533-2539 def doebuild(myebuild,mydo,myroot,mysett Link Here
2533
			return unmerge(mysettings["CATEGORY"],mysettings["PF"],myroot,mysettings)
2533
			return unmerge(mysettings["CATEGORY"],mysettings["PF"],myroot,mysettings)
2534
2534
2535
	# if any of these are being called, handle them -- running them out of the sandbox -- and stop now.
2535
	# if any of these are being called, handle them -- running them out of the sandbox -- and stop now.
2536
	if mydo=="clean":
2536
	if mydo in ["clean","config"]:
2537
		logfile=None
2537
		logfile=None
2538
	if mydo in ["help","clean","setup"]:
2538
	if mydo in ["help","clean","setup"]:
2539
		return spawn(EBUILD_SH_BINARY+" "+mydo,mysettings,debug=debug,free=1,logfile=logfile)
2539
		return spawn(EBUILD_SH_BINARY+" "+mydo,mysettings,debug=debug,free=1,logfile=logfile)

Return to bug 99527