From 68452f0261defd314d38b6188b38b3257d45ce55 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Mon, 28 Jul 2008 20:00:40 +0000 Subject: Bug #233103 - In portage.fetch(), pass all config variables instead of just those returned by the environ() method which is filtered. svn path=/main/trunk/; revision=11245 --- pym/portage/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pym/portage/__init__.py b/pym/portage/__init__.py index 34da6c22a..cd065d25d 100644 --- a/pym/portage/__init__.py +++ b/pym/portage/__init__.py @@ -3848,7 +3848,7 @@ def fetch(myuris, mysettings, listonly=0, fetchonly=0, locks_in_subdir=".locks", myfetch = ["bash", "-c", "exec \"$@\"", myfetch[0]] + myfetch myret = portage.process.spawn(myfetch, - env=mysettings.environ(), **spawn_keywords) + env=dict(mysettings.iteritems()), **spawn_keywords) if mysettings.selinux_enabled(): selinux.setexec(None) -- cgit v1.2.3-1-g7c22