diff options
author | Zac Medico <zmedico@gentoo.org> | 2009-01-03 01:17:24 +0000 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2009-01-03 01:17:24 +0000 |
commit | 038a80857fba0a8f25b817a814131646ed4a655a (patch) | |
tree | 2bd5813f7d4d80ef962fff2435c75ce66ccb0122 | |
parent | 8f0c34d2248f86c34ee42eb7031ecbe82236c8e2 (diff) | |
download | portage-038a80857fba0a8f25b817a814131646ed4a655a.tar.gz portage-038a80857fba0a8f25b817a814131646ed4a655a.tar.bz2 portage-038a80857fba0a8f25b817a814131646ed4a655a.zip |
Bug #253336 - Set PORTAGE_VERBOSE=1 so that files are displayed as they are
merge.
svn path=/main/trunk/; revision=12376
-rwxr-xr-x | bin/ebuild | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/ebuild b/bin/ebuild index ebb96f0bb..ccd1fc9d4 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 |