that any incremental variables have been overridden are correctly considered
by the config instance in the subproccess.
svn path=/main/trunk/; revision=11312
if self.fetchall:
phase = "fetchall"
- fetch_env = dict(settings.iteritems())
+ # If any incremental variables have been overridden
+ # via the environment, those values need to be passed
+ # along here so that they are correctly considered by
+ # the config instance in the subproccess.
+ fetch_env = os.environ.copy()
+
fetch_env["PORTAGE_NICENESS"] = "0"
if self.fetchonly:
fetch_env["PORTAGE_PARALLEL_FETCHONLY"] = "1"