--autounmask: show note suggesting how to disable
authorZac Medico <zmedico@gentoo.org>
Fri, 3 Jun 2011 22:27:24 +0000 (15:27 -0700)
committerZac Medico <zmedico@gentoo.org>
Fri, 3 Jun 2011 22:27:24 +0000 (15:27 -0700)
commitd21811eec723ffc6acb1daf0e2d7b19bf3af6978
treeb82d5485b54f2c4c3632bd87d02024c6326ca392
parent9bc101a8508a325de3ffe4f1b6239dc300adb8a6
--autounmask: show note suggesting how to disable

Now that --autounmask is enabled by default, people are dealing with
local masks that trigger unsatisfied dependencies often complain about
--autounmask behavior being inappropriate for their situation.
Therefore, show a helpful note when the autounmask code is triggered
and --quiet is not enabled:

  NOTE: This --autounmask behavior can be disabled by setting
        EMERGE_DEFAULT_OPTS="--autounmask=n" in make.conf.
pym/_emerge/depgraph.py