From: fuzzyray Date: Tue, 24 Apr 2007 18:55:52 +0000 (-0000) Subject: Fix minor spacing issue in equery depends output X-Git-Tag: gentoolkit-0.2.4.3~120 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=65f64abb38ce2d435c37db209f0e17f5ae442d85;p=gentoolkit.git Fix minor spacing issue in equery depends output svn path=/; revision=393 --- diff --git a/trunk/src/equery/equery b/trunk/src/equery/equery index 379e536..2165ead 100755 --- a/trunk/src/equery/equery +++ b/trunk/src/equery/equery @@ -1182,7 +1182,7 @@ class CmdListDepends(Command): if not Config["piping"] and Config["verbosityLevel"] >= 3: print " " * (spacing * 2) + pp.cpv(pkg.get_cpv()), print "(" + \ - pp.useflag("&".join(dependency[1]) + "? ") + \ + pp.useflag(" & ".join(dependency[1]) + "? ") + \ pp.pkgquery(dependency[0]+dependency[2]) + ")" else: print " " * (spacing * 2) + pkg.get_cpv()