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

Collapse All | Expand All

(-)portage-2.0.51_pre20-orig/pym/portage.py (+5 lines)
Lines 5258-5263 Link Here
5258
5258
5259
		#finally, we look at our internal cache entry and return the requested data.
5259
		#finally, we look at our internal cache entry and return the requested data.
5260
		mydata   = self.auxdb[mylocation][cat][pkg]
5260
		mydata   = self.auxdb[mylocation][cat][pkg]
5261
		
5262
		# delete the new cache entry, to point out how *stupid* it is to run with out a cache.
5263
		del self.auxdb[mylocation][cat][pkg]
5264
		self.auxdb[mylocation][cat].flushCache()
5265
		
5261
		returnme = []
5266
		returnme = []
5262
		for x in mylist:
5267
		for x in mylist:
5263
			if mydata.has_key(x):
5268
			if mydata.has_key(x):

Return to bug 24439