From 26fc1bc9c6f96dfa903477e2c1f40a1a6bd714e6 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Thu, 8 Nov 2007 22:11:23 +0000 Subject: 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 --- pym/portage/dbapi/bintree.py | 1 + 1 file changed, 1 insertion(+) 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) -- cgit v1.2.3-1-g7c22