Restore the old behaviour that was dropped in the big refactoring by making --update...
authorJason Stubbs <jstubbs@gentoo.org>
Thu, 6 Oct 2005 14:10:05 +0000 (14:10 -0000)
committerJason 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

index 88b8878e0c7932974456374845137f8c9a0a56d4..809ce70221fd589dd61d7d1fb682fd5bbf4ce305 100755 (executable)
@@ -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"])