From: Zac Medico Date: Mon, 12 Jan 2009 08:12:42 +0000 (-0000) Subject: Bug #253336 - Set PORTAGE_VERBOSE=1 so that files are displayed as they are X-Git-Tag: v2.1.6.5~41 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=82ecf3683ba8a5cd0f84b51013e97b3af97223f3;p=portage.git 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 --- 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