From 6336c2c3c5a8cf76f20f38df9410964835aa079b Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Mon, 30 Jul 2007 07:02:17 +0000 Subject: [PATCH] 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 --- bin/emerge | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.26.2