From: Zac Medico Date: Thu, 8 Nov 2007 22:11:23 +0000 (-0000) Subject: Don't do: X-Git-Tag: v2.2_pre1~423 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=26fc1bc9c6f96dfa903477e2c1f40a1a6bd714e6;p=portage.git Don't do: Calculating dependencies |Fetching binary packages info... but instead put "Fetching ..." on it's own line. (branches/prefix r8461) svn path=/main/trunk/; revision=8466 --- diff --git a/pym/portage/dbapi/bintree.py b/pym/portage/dbapi/bintree.py index 9cb54274c..45cd80463 100644 --- a/pym/portage/dbapi/bintree.py +++ b/pym/portage/dbapi/bintree.py @@ -627,6 +627,7 @@ class binarytree(object): chunk_size = 8 except (ValueError, KeyError): chunk_size = 3000 + writemsg_stdout("\n\n") writemsg_stdout(green("Fetching binary packages info...\n")) self.remotepkgs = portage.getbinpkg.dir_get_metadata( self.settings["PORTAGE_BINHOST"], chunk_size=chunk_size)