diff options
-rw-r--r-- | pym/_emerge/__init__.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pym/_emerge/__init__.py b/pym/_emerge/__init__.py index ebbea3a5d..2282ad72a 100644 --- a/pym/_emerge/__init__.py +++ b/pym/_emerge/__init__.py @@ -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" |