emerge --quiet-build: don't set PORTAGE_QUIET
authorZac Medico <zmedico@gentoo.org>
Wed, 16 Nov 2011 18:43:51 +0000 (10:43 -0800)
committerZac Medico <zmedico@gentoo.org>
Wed, 16 Nov 2011 18:43:51 +0000 (10:43 -0800)
commit72f9ddefe49ab1b24196161a07587aac3cdfdd04
tree229219404b23c9d7c158337c0251197cbc946953
parent5a75056fdf9d875359b85b13388a93bdc713b815
emerge --quiet-build: don't set PORTAGE_QUIET

The PORTAGE_QUIET controls lots of stuff that really should only be
controlled by --quiet, especially now that --quiet-build is enabled by
default. For example, PORTAGE_QUIET supresses the successful checksum
display that is produced by emerge --fetchonly.
pym/_emerge/actions.py