mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
java-pkg-opt-2.eclass: Move EXPORT_FUNCTIONS below inherit
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
This commit is contained in:
@@ -18,8 +18,6 @@ case ${EAPI:-0} in
|
||||
*) die "${ECLASS}: EAPI ${EAPI:-0} not supported" ;;
|
||||
esac
|
||||
|
||||
EXPORT_FUNCTIONS pkg_setup src_prepare pkg_preinst
|
||||
|
||||
if [[ -z ${_JAVA_PKG_OPT_2_ECLASS} ]] ; then
|
||||
_JAVA_PKG_OPT_2_ECLASS=1
|
||||
|
||||
@@ -67,3 +65,5 @@ java-pkg-opt-2_pkg_preinst() {
|
||||
}
|
||||
|
||||
fi
|
||||
|
||||
EXPORT_FUNCTIONS pkg_setup src_prepare pkg_preinst
|
||||
|
||||
Reference in New Issue
Block a user