diff options
author | Ulrich Müller <ulm@gentoo.org> | 2021-09-02 10:52:13 +0200 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2021-09-03 17:19:41 +0200 |
commit | e38024457b6d04d1d673b15346b83c5366d286f8 (patch) | |
tree | 30f17ccef448a1a6dc151ab2ede30674b8beff34 /eclass/java-virtuals-2.eclass | |
parent | java-pkg-simple.eclass: Move EXPORT_FUNCTIONS below inherit (diff) | |
download | gentoo-e38024457b6d04d1d673b15346b83c5366d286f8.tar.gz gentoo-e38024457b6d04d1d673b15346b83c5366d286f8.tar.bz2 gentoo-e38024457b6d04d1d673b15346b83c5366d286f8.zip |
java-virtuals.eclass: Move EXPORT_FUNCTIONS below inherit
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'eclass/java-virtuals-2.eclass')
-rw-r--r-- | eclass/java-virtuals-2.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/java-virtuals-2.eclass b/eclass/java-virtuals-2.eclass index 27ed9157da5b..dedbf2f26195 100644 --- a/eclass/java-virtuals-2.eclass +++ b/eclass/java-virtuals-2.eclass @@ -17,8 +17,6 @@ case ${EAPI:-0} in *) die "${ECLASS}: EAPI ${EAPI:-0} not supported" ;; esac -EXPORT_FUNCTIONS src_install - if [[ -z ${_JAVA_VIRTUALS_2_ECLASS} ]] ; then _JAVA_VIRTUALS_2_ECLASS=1 @@ -63,3 +61,5 @@ java-virtuals-2_do_write() { } fi + +EXPORT_FUNCTIONS src_install |