For --buildpkgonly, say "built" instead of "merged" in the "These are the packages...
authorZac Medico <zmedico@gentoo.org>
Fri, 27 Jul 2007 18:57:22 +0000 (18:57 -0000)
committerZac Medico <zmedico@gentoo.org>
Fri, 27 Jul 2007 18:57:22 +0000 (18:57 -0000)
svn path=/main/trunk/; revision=7405

pym/emerge/__init__.py

index b76874758d278149a2647dadb402819be988908f..72093180348a0563c3c5b4756e38d3b49d6ea536 100644 (file)
@@ -5602,6 +5602,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