From: Zac Medico Date: Tue, 17 Jul 2007 04:39:02 +0000 (-0000) Subject: Don't show the repo display when the package list is empty. (trunk r7290) X-Git-Tag: v2.1.3~45 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=80b1a89858fd99250f1884987c8cd2457419d198;p=portage.git Don't show the repo display when the package list is empty. (trunk r7290) svn path=/main/branches/2.1.2/; revision=7291 --- diff --git a/bin/emerge b/bin/emerge index 7d2f3f0a4..5e9f1a801 100755 --- a/bin/emerge +++ b/bin/emerge @@ -3141,7 +3141,8 @@ class depgraph: if verbosity == 3: print print counters - sys.stdout.write(str(repo_display)) + if p: + sys.stdout.write(str(repo_display)) if "--changelog" in self.myopts: print