Make --newuse switch on --update
authorJason Stubbs <jstubbs@gentoo.org>
Wed, 5 Oct 2005 20:18:53 +0000 (20:18 -0000)
committerJason Stubbs <jstubbs@gentoo.org>
Wed, 5 Oct 2005 20:18:53 +0000 (20:18 -0000)
svn path=/main/branches/2.0/; revision=2112

bin/emerge

index a8d81747049104036d30c01ace7fb1feb3876cce..88b8878e0c7932974456374845137f8c9a0a56d4 100755 (executable)
@@ -354,6 +354,10 @@ if ("--getbinpkg" in myopts) and not ("--usepkg" in myopts):
 if ("--usepkgonly" in myopts) and not ("--usepkg" in myopts):
        myopts.append("--usepkg")
 
+if ("--newuse" in myopts) and not ("--update" in myopts):
+       print ">>> --newuse implies --update... adding --update to options."
+       myopts.append("--update")
+
 # Print deprecation warning for -U
 if ("--upgradeonly" in myopts):
        print