Make EXPORT_FUNCTIONS store it's arguments in an environment variable and
authorZac Medico <zmedico@gentoo.org>
Sun, 8 Mar 2009 06:26:09 +0000 (06:26 -0000)
committerZac Medico <zmedico@gentoo.org>
Sun, 8 Mar 2009 06:26:09 +0000 (06:26 -0000)
commit63afbc1009c87071a6a66bf3f6dd26c311a81fe8
tree676f9cf1659b689e7b2bbef9f40d50fcaece7806
parent625dfec772c783c352d0245133aaef5fc0f0e261
Make EXPORT_FUNCTIONS store it's arguments in an environment variable and
perform the function generation after the current inherit call has returned.
This way an eclass can 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.

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