From: Zac Medico Date: Mon, 30 Jul 2007 07:02:17 +0000 (-0000) Subject: For --buildpkgonly, say "built" instead of "merged" in the "These are the packages... X-Git-Tag: v2.1.2.11~11 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=6336c2c3c5a8cf76f20f38df9410964835aa079b;p=portage.git For --buildpkgonly, say "built" instead of "merged" in the "These are the packages that would be " message. (branches/2.1.2 r7406) svn path=/main/branches/2.1.2.9/; revision=7508 --- diff --git a/bin/emerge b/bin/emerge index 6a4260ca3..fa6779fad 100755 --- a/bin/emerge +++ b/bin/emerge @@ -4894,6 +4894,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