Bug #200229 - The gimp ebuild defines AA as a local variable. In order
authorZac Medico <zmedico@gentoo.org>
Tue, 27 Nov 2007 18:53:55 +0000 (18:53 -0000)
committerZac Medico <zmedico@gentoo.org>
Tue, 27 Nov 2007 18:53:55 +0000 (18:53 -0000)
commit7072103620e83db908ffea97efefdde88a9d562e
tree84648475b511821737a09dd4b23726a686e1b5e7
parent365f14cb679c09c1c29d0ad130b5e8064f2e1d8d
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). (trunk r8708)

svn path=/main/branches/2.1.2/; revision=8709
bin/ebuild.sh