Make EbuildFetcher pass a copy of os.environ to the ebuild(1) subprocess so v2.2_rc6
authorZac Medico <zmedico@gentoo.org>
Fri, 1 Aug 2008 10:37:18 +0000 (10:37 -0000)
committerZac Medico <zmedico@gentoo.org>
Fri, 1 Aug 2008 10:37:18 +0000 (10:37 -0000)
commit1ab8e8ca080905e198af8bdae475471178987ff6
treede538899884efce16f81146488c7a16e1836d522
parent1628c616ba49a4034f8ae93a49f2f37332deb771
Make EbuildFetcher pass a copy of os.environ to the ebuild(1) subprocess so
that any incremental variables have been overridden are correctly considered
by the config instance in the subproccess.

svn path=/main/trunk/; revision=11312
pym/_emerge/__init__.py