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

Collapse All | Expand All

(-)a/pym/portage/__init__.py (-2 / +2 lines)
Lines 580-586 def create_trees(config_root=None, target_root=None, trees=None, env=None, Link Here
580
		# environment to apply to the config that's associated
580
		# environment to apply to the config that's associated
581
		# with ROOT != "/", so pass a nearly empty dict for the env parameter.
581
		# with ROOT != "/", so pass a nearly empty dict for the env parameter.
582
		clean_env = {}
582
		clean_env = {}
583
		for k in ('PATH', 'PORTAGE_GRPNAME', 'PORTAGE_REPOSITORIES', 'PORTAGE_USERNAME',
583
		for k in ('PATH', 'PORTAGE_DEPCACHEDIR', 'PORTAGE_GRPNAME',
584
			'PORTAGE_REPOSITORIES', 'PORTAGE_USERNAME',
584
			'PYTHONPATH', 'SSH_AGENT_PID', 'SSH_AUTH_SOCK', 'TERM',
585
			'PYTHONPATH', 'SSH_AGENT_PID', 'SSH_AUTH_SOCK', 'TERM',
585
			'ftp_proxy', 'http_proxy', 'no_proxy',
586
			'ftp_proxy', 'http_proxy', 'no_proxy',
586
			'__PORTAGE_TEST_HARDLINK_LOCKS'):
587
			'__PORTAGE_TEST_HARDLINK_LOCKS'):
587
- 

Return to bug 433453