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

(-)emerge.orig (-1 / +1 lines)
Lines 1308-1314 Link Here
1308
						emergelog(" === ("+str(mergecount)+" of "+str(len(mymergelist))+") Updating world file ("+y+")")
1308
						emergelog(" === ("+str(mergecount)+" of "+str(len(mymergelist))+") Updating world file ("+y+")")
1309
						portage.writedict(myfavdict,myroot+"var/cache/edb/world",writekey=0)
1309
						portage.writedict(myfavdict,myroot+"var/cache/edb/world",writekey=0)
1310
1310
1311
				if ("noclean" not in portage.features) and (x[0] != "binary"):
1311
				if ("noclean" not in portage.features) and (x[0] != "binary") and ("--fetchonly" not in myopts):
1312
					emergelog(" === ("+str(mergecount)+" of "+str(len(mymergelist))+") Post-Build Cleaning ("+y+")")
1312
					emergelog(" === ("+str(mergecount)+" of "+str(len(mymergelist))+") Post-Build Cleaning ("+y+")")
1313
					retval=portage.doebuild(y,"clean",myroot,edebug)
1313
					retval=portage.doebuild(y,"clean",myroot,edebug)
1314
					if retval:
1314
					if retval:

Return to bug 19999