From: Zac Medico Date: Fri, 27 Jul 2007 18:57:58 +0000 (-0000) Subject: For --buildpkgonly, say "built" instead of "merged" in the "These are the packages... X-Git-Tag: v2.1.3~7 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=36402f1832b2c9834dac16859c593c5a8b25609f;p=portage.git For --buildpkgonly, say "built" instead of "merged" in the "These are the packages that would be " message. (trunk r7405) svn path=/main/branches/2.1.2/; revision=7406 --- diff --git a/bin/emerge b/bin/emerge index 2e783f73b..95762b7a7 100755 --- a/bin/emerge +++ b/bin/emerge @@ -5565,6 +5565,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