From: Zac Medico Date: Sat, 3 May 2008 02:17:23 +0000 (-0000) Subject: Add --nodeps to the parallel-fetch --resume options since recalculation of X-Git-Tag: v2.2_pre6~38 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=1dfa2989bc6d6f93bea06fb7ddaf1dbe708f64ce;p=portage.git Add --nodeps to the parallel-fetch --resume options since recalculation of deps is a a waste here. svn path=/main/trunk/; revision=10116 --- diff --git a/pym/_emerge/__init__.py b/pym/_emerge/__init__.py index 61c4aed7d..73fd3a2f8 100644 --- a/pym/_emerge/__init__.py +++ b/pym/_emerge/__init__.py @@ -5222,7 +5222,8 @@ class MergeTask(object): fetch_env["FEATURES"] = fetch_env.get("FEATURES", "") + " -cvs" fetch_env["PORTAGE_NICENESS"] = "0" fetch_env["PORTAGE_PARALLEL_FETCHONLY"] = "1" - fetch_args = [sys.argv[0], "--resume", "--fetchonly"] + fetch_args = [sys.argv[0], "--resume", + "--fetchonly", "--nodeps"] resume_opts = self.myopts.copy() # For automatic resume, we need to prevent # any of bad_resume_opts from leaking in