Make EXPORT_FUNCTIONS store it's arguments in an environment variable and
authorZac Medico <zmedico@gentoo.org>
Sun, 8 Mar 2009 08:14:48 +0000 (08:14 -0000)
committerZac Medico <zmedico@gentoo.org>
Sun, 8 Mar 2009 08:14:48 +0000 (08:14 -0000)
commit06d4433e8b8be60d606733b9e23f57f8a5869d8f
tree363e05fe0d6bd2dfca5663daf1ca193a006a7d66
parenta781ca2eb715ff7d3e6f28f86fa1f67551fdd4e5
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.

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