Add back emerge list header hiding when --quiet is used.
authorJason Stubbs <jstubbs@gentoo.org>
Sat, 4 Feb 2006 03:06:11 +0000 (03:06 -0000)
committerJason Stubbs <jstubbs@gentoo.org>
Sat, 4 Feb 2006 03:06:11 +0000 (03:06 -0000)
svn path=/main/trunk/; revision=2648

bin/emerge

index 563c659b1ce3d787573de90a90ad26ff7a1b4ae4..3336ba189bc272eb13fc288da364b35bfa571280 100755 (executable)
@@ -3218,7 +3218,7 @@ elif "depclean"==myaction:
 else:
        favorites=[]
        syslist=getlist("system")
-       if "--ask" in myopts or "--pretend" in myopts:
+       if ("--ask" in myopts or "--pretend" in myopts) and not "--quiet" in myopts:
                action = ""
                if "--fetchonly" in myopts or "--fetch-all-uri" in myopts:
                        action = "fetched"