summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Ludd <solar@gentoo.org>2005-12-21 15:27:25 +0000
committerNed Ludd <solar@gentoo.org>2005-12-21 15:27:25 +0000
commit8047b0f1ed8ba5195822aa2b0f18a907a44fb92e (patch)
treea1b3fcf9869638baa540e29f43b64df7cfc4cd10
parentUSE flags in the to-be-installed package's IUSE but not in currently installed (diff)
downloadportage-multirepo-8047b0f1ed8ba5195822aa2b0f18a907a44fb92e.tar.gz
portage-multirepo-8047b0f1ed8ba5195822aa2b0f18a907a44fb92e.tar.bz2
portage-multirepo-8047b0f1ed8ba5195822aa2b0f18a907a44fb92e.zip
- make quiet really mean it
svn path=/main/trunk/; revision=2423
-rwxr-xr-xbin/emerge2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/emerge b/bin/emerge
index 752d0e00..c52c3caa 100755
--- a/bin/emerge
+++ b/bin/emerge
@@ -2875,7 +2875,7 @@ if myaction in ["sync","rsync","metadata"] and (not "--help" in myopts):
chk_updated_cfg_files()
- if(mybestpv != mypvs):
+ if(mybestpv != mypvs) and not "--quiet" in myopts:
print
print red(" * ")+bold("An update to portage is available.")+" It is _highly_ recommended"
print red(" * ")+"that you update portage now, before any other packages are updated."