Make the status display say "Emerging" and "Emerging binary" instead of
authorZac Medico <zmedico@gentoo.org>
Mon, 4 Aug 2008 04:57:07 +0000 (04:57 -0000)
committerZac Medico <zmedico@gentoo.org>
Mon, 4 Aug 2008 04:57:07 +0000 (04:57 -0000)
"Building" and "Extracting". Thanks to Joe Peterson <lavajoe> for the
suggestion (including extra newlines from previous commit).

svn path=/main/trunk/; revision=11325

pym/_emerge/__init__.py

index ebbea3a5db24be5631e00be923eebd723e2f48ea..2282ad72ade51cc4f7732f7b3485b48994b6637d 100644 (file)
@@ -3444,10 +3444,10 @@ class MergeListItem(CompositeTask):
                world_atom = self.world_atom
                ldpath_mtimes = mtimedb["ldpath"]
 
-               action_desc = "Building"
+               action_desc = "Emerging"
                preposition = "for"
                if pkg.type_name == "binary":
-                       action_desc = "Extracting"
+                       action_desc += " binary"
 
                if build_opts.fetchonly:
                        action_desc = "Fetching"