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

(-)pym/portage.py (-1 / +2 lines)
Lines 1313-1319 Link Here
1313
1313
1314
			# Blacklist vars that could interfere with portage internals.
1314
			# Blacklist vars that could interfere with portage internals.
1315
			for blacklisted in "CATEGORY", "PKGUSE", "PORTAGE_CONFIGROOT", \
1315
			for blacklisted in "CATEGORY", "PKGUSE", "PORTAGE_CONFIGROOT", \
1316
				"ROOT":
1316
				"ROOT", "SANDBOX_DENY", "SANDBOX_PREDICT", "SANDBOX_READ", \
1317
				"SANDBOX_WRITE":
1317
				for cfg in self.lookuplist:
1318
				for cfg in self.lookuplist:
1318
					cfg.pop(blacklisted, None)
1319
					cfg.pop(blacklisted, None)
1319
			del blacklisted, cfg
1320
			del blacklisted, cfg

Return to bug 190268