mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-23 16:49:10 -07:00
java-pkg-simple.eclass: Move EXPORT_FUNCTIONS below inherit
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user