java-pkg-simple.eclass: Move EXPORT_FUNCTIONS below inherit

Signed-off-by: Ulrich Müller <ulm@gentoo.org>
This commit is contained in:
Ulrich Müller
2021-09-02 10:52:00 +02:00
parent b930f12106
commit d496332d18

View File

@@ -21,8 +21,6 @@ case ${EAPI:-0} in
*) die "${ECLASS}: EAPI ${EAPI:-0} not supported" ;;
esac
EXPORT_FUNCTIONS src_compile src_install src_test
if [[ -z ${_JAVA_PKG_SIMPLE_ECLASS} ]] ; then
_JAVA_PKG_SIMPLE_ECLASS=1
@@ -570,3 +568,5 @@ java-pkg-simple_src_test() {
}
fi
EXPORT_FUNCTIONS src_compile src_install src_test