From: Zac Medico Date: Fri, 27 Jul 2007 18:57:22 +0000 (-0000) Subject: For --buildpkgonly, say "built" instead of "merged" in the "These are the packages... X-Git-Tag: v2.2_pre1~935 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=c0e5e235dcd9c31c6502cb2851b12fae90f3becf;p=portage.git For --buildpkgonly, say "built" instead of "merged" in the "These are the packages that would be " message. svn path=/main/trunk/; revision=7405 --- diff --git a/pym/emerge/__init__.py b/pym/emerge/__init__.py index b76874758..720931803 100644 --- a/pym/emerge/__init__.py +++ b/pym/emerge/__init__.py @@ -5602,6 +5602,8 @@ def action_build(settings, trees, mtimedb, action = "" if "--fetchonly" in myopts or "--fetch-all-uri" in myopts: action = "fetched" + elif "--buildpkgonly" in myopts: + action = "built" else: action = "merged" if "--tree" in myopts and action != "fetched": # Tree doesn't work with fetching