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

bin/emerge

index 2e783f73be542a135137dd68b23039cfda61cab7..95762b7a786d827f40fe66731d07679edea3760d 100755 (executable)
@@ -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