Bug #200229 - The gimp ebuild defines AA as a local variable. In order
authorZac Medico <zmedico@gentoo.org>
Tue, 27 Nov 2007 18:52:26 +0000 (18:52 -0000)
committerZac Medico <zmedico@gentoo.org>
Tue, 27 Nov 2007 18:52:26 +0000 (18:52 -0000)
commitbd47e6ce877982222a7c3f624e2bffd471719cc3
tree099a0e1478b26962bfc11b20df5cf92e59ba2a34
parentd0e0c760c50a3c25fe43a600e5f142cbc0150bb6
Bug #200229 - The gimp ebuild defines AA as a local variable. In order
to accomodate this, create a PORTAGE_MUTABLE_FILTERED_VARS list for
variables that portage sets but doesn't mark readonly. In order to
prevent changed values from causing unexpcted interference, they are
filtered out of the environment when it is saved or loaded (any
mutations do not persist).

svn path=/main/trunk/; revision=8708
bin/ebuild.sh