- make quiet really mean it
authorNed Ludd <solar@gentoo.org>
Wed, 21 Dec 2005 15:27:25 +0000 (15:27 -0000)
committerNed Ludd <solar@gentoo.org>
Wed, 21 Dec 2005 15:27:25 +0000 (15:27 -0000)
svn path=/main/trunk/; revision=2423

bin/emerge

index 752d0e00aae0d6e0d65a9b1f0bc419864bde2bec..c52c3caa759fe3e341d9f54d6db5dcdd4c2ce884 100755 (executable)
@@ -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."