From: fuzzyray Date: Mon, 8 Jan 2007 21:34:17 +0000 (-0000) Subject: Fix misaligned output. Bug 125890 X-Git-Tag: gentoolkit-0.2.4.3~179 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=a58608b44199e23eb937709bedf3bc5306e13d88;p=gentoolkit.git Fix misaligned output. Bug 125890 svn path=/; revision=334 --- diff --git a/trunk/src/equery/equery b/trunk/src/equery/equery index aad0721..94fa3d3 100755 --- a/trunk/src/equery/equery +++ b/trunk/src/equery/equery @@ -527,8 +527,8 @@ class CmdDisplayUSEs(Command): if not Config["piping"] and Config["verbosityLevel"] >= 3: print_info(3, "[ Colour Code : " + pp.useflagon("set") + " " + pp.useflagoff("unset") + " ]") - print_info(3, "[ Legend : Left column (U) - USE flags from make.conf ]") - print_info(3, "[ : Right column (I) - USE flags packages was installed with ]") + print_info(3, "[ Legend : Left column (U) - USE flags from make.conf ]") + print_info(3, "[ : Right column (I) - USE flags packages was installed with ]") # Iterate through matches, printing a report for each package matches_found = 0