For --buildpkgonly, say "built" instead of "merged" in the "These are the packages...
authorZac Medico <zmedico@gentoo.org>
Mon, 30 Jul 2007 07:02:17 +0000 (07:02 -0000)
committerZac Medico <zmedico@gentoo.org>
Mon, 30 Jul 2007 07:02:17 +0000 (07:02 -0000)
svn path=/main/branches/2.1.2.9/; revision=7508

bin/emerge

index 6a4260ca37ad9b597d0c4cb5b4fe1054a2e99e6d..fa6779fadc7d4ff988db71c01c2661e001221006 100755 (executable)
@@ -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