summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2007-07-27 18:57:58 +0000
committerZac Medico <zmedico@gentoo.org>2007-07-27 18:57:58 +0000
commit36402f1832b2c9834dac16859c593c5a8b25609f (patch)
tree71ee7a7fed4f263651d5c4db0dda5952a8f3a41f
parentuse ${MAKE:-make} rather than make in einstall() (trunk r7396) (diff)
downloadportage-multirepo-36402f1832b2c9834dac16859c593c5a8b25609f.tar.gz
portage-multirepo-36402f1832b2c9834dac16859c593c5a8b25609f.tar.bz2
portage-multirepo-36402f1832b2c9834dac16859c593c5a8b25609f.zip
For --buildpkgonly, say "built" instead of "merged" in the "These are the packages that would be <action>" message. (trunk r7405)
svn path=/main/branches/2.1.2/; revision=7406
-rwxr-xr-xbin/emerge2
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/emerge b/bin/emerge
index 2e783f73..95762b7a 100755
--- a/bin/emerge
+++ b/bin/emerge
@@ -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