make 'world' and 'system' behave like their sets/ counterparts
authorMarius Mauch <genone@gentoo.org>
Tue, 23 Oct 2007 19:24:27 +0000 (19:24 -0000)
committerMarius Mauch <genone@gentoo.org>
Tue, 23 Oct 2007 19:24:27 +0000 (19:24 -0000)
svn path=/main/trunk/; revision=8254

pym/_emerge/__init__.py

index 088dab6303fe9aba837b37f510b13083e5639a1f..6f0f0a7442a4ddbe065dc0d70db4d02926692c51 100644 (file)
@@ -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")