summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2007-07-30 07:02:17 +0000
committerZac Medico <zmedico@gentoo.org>2007-07-30 07:02:17 +0000
commit6336c2c3c5a8cf76f20f38df9410964835aa079b (patch)
treeedf7d71013a1ee72cca88a4dbad1bb1e3af4de50
parentc1af081de69b8ce653e2352085e17a401c659367 (diff)
downloadportage-6336c2c3c5a8cf76f20f38df9410964835aa079b.tar.gz
portage-6336c2c3c5a8cf76f20f38df9410964835aa079b.tar.bz2
portage-6336c2c3c5a8cf76f20f38df9410964835aa079b.zip
For --buildpkgonly, say "built" instead of "merged" in the "These are the packages that would be <action>" message. (branches/2.1.2 r7406)
svn path=/main/branches/2.1.2.9/; revision=7508
-rwxr-xr-xbin/emerge2
1 files changed, 2 insertions, 0 deletions
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