Add a new --accept-properties option so that users can temporarily override
authorZac Medico <zmedico@gentoo.org>
Tue, 6 Oct 2009 06:57:06 +0000 (06:57 -0000)
committerZac Medico <zmedico@gentoo.org>
Tue, 6 Oct 2009 06:57:06 +0000 (06:57 -0000)
commit23b2d39e7dd8de9bc78b4ad7fe35e820b27f9eba
tree6608bb3ff0970c695d9bde9159d2f8dec0ddf85d
parentdaff4f017cbe9d14f147d0f7d46eef9ac776be49
Add a new --accept-properties option so that users can temporarily override
ACCEPT_PROPERTIES on the commandline, without relying on emerge's legacy
behavior of allowing variables to leak in from the calling environment.
A typical usage example for this option would be to use
--accept-properties=-interactive to temporarily mask interactive packages.
With default configuration, this would result in an effective
ACCEPT_PROPERTIES value of "* -interactive".

svn path=/main/trunk/; revision=14501
man/emerge.1
man/make.conf.5
pym/_emerge/help.py
pym/_emerge/main.py