From: Zac Medico Date: Wed, 23 Jul 2008 07:23:08 +0000 (-0000) Subject: Add GENTOO_MIRRORS to the variables exported by EbuildFetcher. X-Git-Tag: v2.2_rc2 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=fef3f5f5c4c07a7bee384ca0d8708e80bc9ee10f;p=portage.git Add GENTOO_MIRRORS to the variables exported by EbuildFetcher. svn path=/main/trunk/; revision=11173 --- diff --git a/pym/_emerge/__init__.py b/pym/_emerge/__init__.py index 7d24e16ce..9aa8e38e3 100644 --- a/pym/_emerge/__init__.py +++ b/pym/_emerge/__init__.py @@ -2212,7 +2212,7 @@ class EbuildFetcher(SpawnProcess): __slots__ = ("fetchonly", "pkg",) - _env_vars = ("FETCHCOMMAND", "RESUMECOMMAND") + _env_vars = ("FETCHCOMMAND", "GENTOO_MIRRORS", "RESUMECOMMAND") def _start(self):