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

Collapse All | Expand All

(-)portage-2.0.51_pre12-orig/pym/portage.py (+2 lines)
Lines 1616-1621 Link Here
1616
		if os.path.exists(infodir):
1616
		if os.path.exists(infodir):
1617
			if os.path.exists(infodir+"/environment"):
1617
			if os.path.exists(infodir+"/environment"):
1618
				self.configdict["pkg"]["PORT_ENV_FILE"] = infodir+"/environment"
1618
				self.configdict["pkg"]["PORT_ENV_FILE"] = infodir+"/environment"
1619
			if os.path.exists(infodir+"/environment.bz2"):
1620
				self.configdict["pkg"]["PORT_ENV_FILE"] = infodir+"/environment.bz2"
1619
1621
1620
			myre = re.compile('^[A-Z]+$')
1622
			myre = re.compile('^[A-Z]+$')
1621
			for filename in listdir(infodir,filesonly=1,EmptyOnError=1):
1623
			for filename in listdir(infodir,filesonly=1,EmptyOnError=1):

Return to bug 56408