summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2021-09-02 10:52:00 +0200
committerUlrich Müller <ulm@gentoo.org>2021-09-03 17:19:40 +0200
commitd496332d182b1708f3f5ae0d3feb15dd57c888dc (patch)
treeb07081253d15ec07fbfc60961c898e6d10f34292
parentjava-pkg-opt-2.eclass: Move EXPORT_FUNCTIONS below inherit (diff)
downloadgentoo-d496332d182b1708f3f5ae0d3feb15dd57c888dc.tar.gz
gentoo-d496332d182b1708f3f5ae0d3feb15dd57c888dc.tar.bz2
gentoo-d496332d182b1708f3f5ae0d3feb15dd57c888dc.zip
java-pkg-simple.eclass: Move EXPORT_FUNCTIONS below inherit
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
-rw-r--r--eclass/java-pkg-simple.eclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/java-pkg-simple.eclass b/eclass/java-pkg-simple.eclass
index 184934eb3bd3..fc006ff2fcc4 100644
--- a/eclass/java-pkg-simple.eclass
+++ b/eclass/java-pkg-simple.eclass
@@ -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