From 36402f1832b2c9834dac16859c593c5a8b25609f Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Fri, 27 Jul 2007 18:57:58 +0000 Subject: 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 --- bin/emerge | 2 ++ 1 file changed, 2 insertions(+) (limited to 'bin') 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 -- cgit v1.2.3-1-g7c22