From: Ned Ludd Date: Wed, 21 Dec 2005 15:27:25 +0000 (-0000) Subject: - make quiet really mean it X-Git-Tag: v2.1_pre2~18 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=8047b0f1ed8ba5195822aa2b0f18a907a44fb92e;p=portage.git - make quiet really mean it svn path=/main/trunk/; revision=2423 --- diff --git a/bin/emerge b/bin/emerge index 752d0e00a..c52c3caa7 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."