Gentoo Archives: gentoo-commits

From: "Zac Medico (zmedico)" <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] portage r15313 - main/trunk/pym/_emerge
Date: Mon, 01 Feb 2010 23:58:02
Message-Id: E1Nc69T-0005JM-Nv@stork.gentoo.org
1 Author: zmedico
2 Date: 2010-02-01 23:57:55 +0000 (Mon, 01 Feb 2010)
3 New Revision: 15313
4
5 Modified:
6 main/trunk/pym/_emerge/EbuildFetcher.py
7 Log:
8 Make sure the fetcher process correctly inherits PORTAGE_CONFIGROOT.
9
10
11 Modified: main/trunk/pym/_emerge/EbuildFetcher.py
12 ===================================================================
13 --- main/trunk/pym/_emerge/EbuildFetcher.py 2010-02-01 22:51:00 UTC (rev 15312)
14 +++ main/trunk/pym/_emerge/EbuildFetcher.py 2010-02-01 23:57:55 UTC (rev 15313)
15 @@ -55,6 +55,7 @@
16 # along here so that they are correctly considered by
17 # the config instance in the subproccess.
18 fetch_env = os.environ.copy()
19 + fetch_env['PORTAGE_CONFIGROOT'] = settings['PORTAGE_CONFIGROOT']
20
21 nocolor = settings.get("NOCOLOR")
22 if nocolor is not None: