From 16397c420d21973a5f75365e4159bbcc70a0cad6 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Tue, 2 Mar 2010 20:05:48 +0000 Subject: Make sure the fetcher process correctly inherits PORTAGE_CONFIGROOT. (trunk r15313) svn path=/main/branches/2.1.7/; revision=15548 --- pym/_emerge/EbuildFetcher.py | 1 + 1 file changed, 1 insertion(+) diff --git a/pym/_emerge/EbuildFetcher.py b/pym/_emerge/EbuildFetcher.py index bc443dda2..acb5ead4a 100644 --- a/pym/_emerge/EbuildFetcher.py +++ b/pym/_emerge/EbuildFetcher.py @@ -55,6 +55,7 @@ class EbuildFetcher(SpawnProcess): # along here so that they are correctly considered by # the config instance in the subproccess. fetch_env = os.environ.copy() + fetch_env['PORTAGE_CONFIGROOT'] = settings['PORTAGE_CONFIGROOT'] nocolor = settings.get("NOCOLOR") if nocolor is not None: -- cgit v1.2.3-1-g7c22