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

(-)emerge (+7 lines)
Lines 843-848 Link Here
843
	def select_files(self,myfiles):
843
	def select_files(self,myfiles):
844
		"given a list of .tbz2s, .ebuilds and deps, create the appropriate depgraph and return a favorite list"
844
		"given a list of .tbz2s, .ebuilds and deps, create the appropriate depgraph and return a favorite list"
845
		myfavorites=[]
845
		myfavorites=[]
846
847
		# emerge world should imply --oneshot: this prevents the recording 
848
		# of all the dependencies in /var/cache/edb/world
849
		if not "--oneshot" in myopts and myaction in ["world"]:
850
			myopts.append("--oneshot")
851
		
852
		
846
		for x in myfiles:
853
		for x in myfiles:
847
			if x[-5:]==".tbz2":
854
			if x[-5:]==".tbz2":
848
				if not os.path.exists(x):
855
				if not os.path.exists(x):

Return to bug 58039