diff options
-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 |