From: Ned Ludd Date: Sat, 5 Aug 2006 12:23:35 +0000 (-0000) Subject: - emerge -pqv should display USE flags; Bug 128598 - David-John Miller, anoyomouse... X-Git-Tag: v2.1.1~94 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=333a34acf9d4a446c333cadc0d1c882644ea4a9e;p=portage.git - emerge -pqv should display USE flags; Bug 128598 - David-John Miller, anoyomouse@petermiller.co.za svn path=/main/trunk/; revision=4159 --- diff --git a/bin/emerge b/bin/emerge index 2bbd81076..71e7f8c65 100755 --- a/bin/emerge +++ b/bin/emerge @@ -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: