From: Marius Mauch Date: Tue, 23 Oct 2007 19:24:27 +0000 (-0000) Subject: make 'world' and 'system' behave like their sets/ counterparts X-Git-Tag: v2.2_pre1~542 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=c9c8547403579eeeac6d0dafe0199202fba0aa86;p=portage.git make 'world' and 'system' behave like their sets/ counterparts svn path=/main/trunk/; revision=8254 --- diff --git a/pym/_emerge/__init__.py b/pym/_emerge/__init__.py index 088dab630..6f0f0a744 100644 --- a/pym/_emerge/__init__.py +++ b/pym/_emerge/__init__.py @@ -349,8 +349,7 @@ def create_depgraph_params(myopts, myaction): if "--update" in myopts or \ "--newuse" in myopts or \ "--reinstall" in myopts or \ - "--noreplace" in myopts or \ - myaction in ("system", "world"): + "--noreplace" in myopts: myparams.add("selective") if "--emptytree" in myopts: myparams.add("empty")