projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2c00ab3
)
make 'world' and 'system' behave like their sets/ counterparts
author
Marius Mauch
<genone@gentoo.org>
Tue, 23 Oct 2007 19:24:27 +0000
(19:24 -0000)
committer
Marius 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
patch
|
blob
|
history
diff --git
a/pym/_emerge/__init__.py
b/pym/_emerge/__init__.py
index 088dab6303fe9aba837b37f510b13083e5639a1f..6f0f0a7442a4ddbe065dc0d70db4d02926692c51 100644
(file)
--- 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")