summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2009-01-12 08:12:42 +0000
committerZac Medico <zmedico@gentoo.org>2009-01-12 08:12:42 +0000
commit82ecf3683ba8a5cd0f84b51013e97b3af97223f3 (patch)
tree20d42606a2f24d3abe5b084f28349401f3f1203a /bin/ebuild
parent (trunk r12375) (diff)
downloadportage-multirepo-82ecf3683ba8a5cd0f84b51013e97b3af97223f3.tar.gz
portage-multirepo-82ecf3683ba8a5cd0f84b51013e97b3af97223f3.tar.bz2
portage-multirepo-82ecf3683ba8a5cd0f84b51013e97b3af97223f3.zip
Bug #253336 - Set PORTAGE_VERBOSE=1 so that files are displayed as they are
merge. (trunk r12376) svn path=/main/branches/2.1.6/; revision=12446
Diffstat (limited to 'bin/ebuild')
-rwxr-xr-xbin/ebuild2
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/ebuild b/bin/ebuild
index ebb96f0b..ccd1fc9d 100755
--- a/bin/ebuild
+++ b/bin/ebuild
@@ -177,6 +177,8 @@ def discard_digests(myebuild, mysettings, mydbapi):
portage.settings.validate() # generate warning messages if necessary
tmpsettings = portage.config(clone=portage.settings)
+tmpsettings["PORTAGE_VERBOSE"] = "1"
+tmpsettings.backup_changes("PORTAGE_VERBOSE")
if "test" in pargs:
# This variable is a signal to config.regenerate() to
# indicate that the test phase should be enabled regardless