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

(-)/usr/lib/python2.2/site-packages/portage.py (-1 / +1 lines)
Lines 908-914 Link Here
908
		self.configdict["auto"]=self.configlist[-1]
908
		self.configdict["auto"]=self.configlist[-1]
909
		#backup-env (for recording our calculated incremental variables:)
909
		#backup-env (for recording our calculated incremental variables:)
910
		self.configlist.append(self.backupenv)
910
		self.configlist.append(self.backupenv)
911
		self.configlist.append(os.environ.copy())
911
		self.configlist.append(os.environ)
912
		self.configdict["env"]=self.configlist[-1]
912
		self.configdict["env"]=self.configlist[-1]
913
		self.lookuplist=self.configlist[:]
913
		self.lookuplist=self.configlist[:]
914
		self.lookuplist.reverse()
914
		self.lookuplist.reverse()

Return to bug 28327