projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
55fe3a7
)
Make --newuse switch on --update
author
Jason Stubbs
<jstubbs@gentoo.org>
Wed, 5 Oct 2005 20:18:53 +0000
(20:18 -0000)
committer
Jason 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
patch
|
blob
|
history
diff --git
a/bin/emerge
b/bin/emerge
index a8d81747049104036d30c01ace7fb1feb3876cce..88b8878e0c7932974456374845137f8c9a0a56d4 100755
(executable)
--- a/
bin/emerge
+++ b/
bin/emerge
@@
-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