projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
83bba58
)
Restore the old behaviour that was dropped in the big refactoring by making --update...
author
Jason Stubbs
<jstubbs@gentoo.org>
Thu, 6 Oct 2005 14:10:05 +0000
(14:10 -0000)
committer
Jason Stubbs
<jstubbs@gentoo.org>
Thu, 6 Oct 2005 14:10:05 +0000
(14:10 -0000)
svn path=/main/branches/2.0/; revision=2114
bin/emerge
patch
|
blob
|
history
diff --git
a/bin/emerge
b/bin/emerge
index 88b8878e0c7932974456374845137f8c9a0a56d4..809ce70221fd589dd61d7d1fb682fd5bbf4ce305 100755
(executable)
--- a/
bin/emerge
+++ b/
bin/emerge
@@
-649,7
+649,7
@@
if not "--pretend" in myopts:
myparams=["self","recurse"]
add=[]
sub=[]
-if "--update" in myopts:
+if "--update" in myopts
or myaction in ("system", "world")
:
add.extend(["selective","empty"])
if "--emptytree" in myopts:
add.extend(["empty"])