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

Collapse All | Expand All

(-)pym/portage/__init__.py (+1 lines)
Lines 1598-1603 Link Here
1598
			for blacklisted in self._env_blacklist:
1598
			for blacklisted in self._env_blacklist:
1599
				for cfg in self.lookuplist:
1599
				for cfg in self.lookuplist:
1600
					cfg.pop(blacklisted, None)
1600
					cfg.pop(blacklisted, None)
1601
				self.backupenv.pop(blacklisted, None)
1601
			del blacklisted, cfg
1602
			del blacklisted, cfg
1602
1603
1603
			self["PORTAGE_CONFIGROOT"] = config_root
1604
			self["PORTAGE_CONFIGROOT"] = config_root

Return to bug 253467