From e38024457b6d04d1d673b15346b83c5366d286f8 Mon Sep 17 00:00:00 2001 From: Ulrich Müller Date: Thu, 2 Sep 2021 10:52:13 +0200 Subject: java-virtuals.eclass: Move EXPORT_FUNCTIONS below inherit MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Ulrich Müller --- eclass/java-virtuals-2.eclass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'eclass') 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 -- cgit v1.2.3-65-gdbad