summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarius Mauch <genone@gentoo.org>2007-10-23 19:24:27 +0000
committerMarius Mauch <genone@gentoo.org>2007-10-23 19:24:27 +0000
commitc9c8547403579eeeac6d0dafe0199202fba0aa86 (patch)
treee534729504f9c9b6e1266fcf2c25c60d1a9eb69f
parent2c00ab39d1009b81279a1b6f295970269e012f75 (diff)
downloadportage-c9c8547403579eeeac6d0dafe0199202fba0aa86.tar.gz
portage-c9c8547403579eeeac6d0dafe0199202fba0aa86.tar.bz2
portage-c9c8547403579eeeac6d0dafe0199202fba0aa86.zip
make 'world' and 'system' behave like their sets/ counterparts
svn path=/main/trunk/; revision=8254
-rw-r--r--pym/_emerge/__init__.py3
1 files changed, 1 insertions, 2 deletions
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")