From: Jason Stubbs Date: Thu, 6 Oct 2005 14:10:05 +0000 (-0000) Subject: Restore the old behaviour that was dropped in the big refactoring by making --update... X-Git-Tag: v2.0.53_rc5~6 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=37230db9168bcacce58ad663e464951de75b6ddd;p=portage.git Restore the old behaviour that was dropped in the big refactoring by making --update implied by world or system targets. svn path=/main/branches/2.0/; revision=2114 --- diff --git a/bin/emerge b/bin/emerge index 88b8878e0..809ce7022 100755 --- 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"])