public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] portage r15313 - main/trunk/pym/_emerge
@ 2010-02-01 23:57 Zac Medico (zmedico)
  0 siblings, 0 replies; only message in thread
From: Zac Medico (zmedico) @ 2010-02-01 23:57 UTC (permalink / raw
  To: gentoo-commits

Author: zmedico
Date: 2010-02-01 23:57:55 +0000 (Mon, 01 Feb 2010)
New Revision: 15313

Modified:
   main/trunk/pym/_emerge/EbuildFetcher.py
Log:
Make sure the fetcher process correctly inherits PORTAGE_CONFIGROOT.


Modified: main/trunk/pym/_emerge/EbuildFetcher.py
===================================================================
--- main/trunk/pym/_emerge/EbuildFetcher.py	2010-02-01 22:51:00 UTC (rev 15312)
+++ main/trunk/pym/_emerge/EbuildFetcher.py	2010-02-01 23:57:55 UTC (rev 15313)
@@ -55,6 +55,7 @@
 		# 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:




^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2010-02-01 23:58 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-02-01 23:57 [gentoo-commits] portage r15313 - main/trunk/pym/_emerge Zac Medico (zmedico)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox