Make EXPORT_FUNCTIONS store it's arguments in an environment variable and
authorZac Medico <zmedico@gentoo.org>
Wed, 11 Mar 2009 06:52:32 +0000 (06:52 -0000)
committerZac Medico <zmedico@gentoo.org>
Wed, 11 Mar 2009 06:52:32 +0000 (06:52 -0000)
commitb7524a8f93ef5fff5187c6a3761575c29088c330
tree8383b921af66601264750d309337cdadd0842ed4
parentce48667313ddbdcde946910837b81fd195282d40
Make EXPORT_FUNCTIONS store it's arguments in an environment variable and
perform the function generation after the current inherit call has returned.
This allows an eclass to call EXPORT_FUNCTIONS either before or after it
inherits other eclasses, and the result is still the same. Thanks to
Donnie Berkholz <dberkholz@g.o> for reporting. (trunk r12784:12792 and
r12806)

svn path=/main/branches/2.1.6/; revision=13026
bin/ebuild.sh