It is a nifty thing for users who don't want be asked before, but want to see what will happen. Reproducible: Always
Like --verbose would?
(In reply to comment #1) > Like --verbose would? Yeah, that causes the merge list to be displayed, since this commit: http://git.overlays.gentoo.org/gitweb/?p=proj/portage.git;a=commit;h=fc8b4972964026c4f151bcc932655de91f29809b
(In reply to comment #1) > Like --verbose would? Right, and that doesn't work : $> emerge --update --with-bdeps=y @world --verbose >>> Verifying ebuild manifests >>> Emerging (1 of 1) dev-libs/nss-3.13.4 >>> Installing (1 of 1) dev-libs/nss-3.13.4 >>> Jobs: 1 of 1 complete Load avg: 3.88, 3.64, 2.99 FWIW: $> grep DEFAULT /etc/make.conf EMERGE_DEFAULT_OPTS="--autounmask=n --quiet-build=y --keep-going=y --nospinner --tree --deep --quiet"
--quiet disables the merge list display.
(In reply to comment #4) > --quiet disables the merge list display. Yes - and without --quiet the whole output from "amke" is given :-(
Maybe you can just use --quiet-build=y.
(In reply to comment #6) > Maybe you can just use --quiet-build=y. ofc - you're right