- emerge -pqv should display USE flags; Bug 128598 - David-John Miller, anoyomouse...
authorNed Ludd <solar@gentoo.org>
Sat, 5 Aug 2006 12:23:35 +0000 (12:23 -0000)
committerNed Ludd <solar@gentoo.org>
Sat, 5 Aug 2006 12:23:35 +0000 (12:23 -0000)
svn path=/main/trunk/; revision=4159

bin/emerge

index 2bbd81076f1cab93af59081f434e715d9bbc6d97..71e7f8c65022407c9b76bed6dedfc0189abcf265 100755 (executable)
@@ -1277,12 +1277,12 @@ class depgraph:
                p=[]
                totalsize=0
 
-               if verbosity == 1:
+               if verbosity == 1 and "--verbose" not in self.myopts:
                        def create_use_string(*args):
                                return ""
                else:
                        def create_use_string(name, cur_iuse, cur_use, old_iuse, old_use,
-                               is_new, all_flags=(verbosity == 3),
+                               is_new, all_flags=(verbosity == 3 or "--quiet" in self.myopts),
                                alphabetical=("--alphabetical" in self.myopts)):
                                enabled = []
                                if alphabetical: