Bug #253336 - Set PORTAGE_VERBOSE=1 so that files are displayed as they are
authorZac Medico <zmedico@gentoo.org>
Mon, 12 Jan 2009 08:12:42 +0000 (08:12 -0000)
committerZac Medico <zmedico@gentoo.org>
Mon, 12 Jan 2009 08:12:42 +0000 (08:12 -0000)
merge. (trunk r12376)

svn path=/main/branches/2.1.6/; revision=12446

bin/ebuild

index ebb96f0bb3e9ef96b200f5bc8cf655f9a9f9d7cc..ccd1fc9d43791a28d9ade472cab92e88c5a5a307 100755 (executable)
@@ -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