Gentoo Archives: gentoo-dev

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-dev@l.g.o
Cc: "Ulrich Müller" <ulm@g.o>
Subject: [gentoo-dev] [PATCH 06/14] java-pkg-simple.eclass: Move EXPORT_FUNCTIONS below inherit
Date: Thu, 02 Sep 2021 10:01:21
Message-Id: 20210902095911.25263-6-ulm@gentoo.org
In Reply to: [gentoo-dev] [PATCH 01/14] apache-module.eclass: Move EXPORT_FUNCTIONS below inherit by "Ulrich Müller"
1 Signed-off-by: Ulrich Müller <ulm@g.o>
2 ---
3 eclass/java-pkg-simple.eclass | 4 ++--
4 1 file changed, 2 insertions(+), 2 deletions(-)
5
6 diff --git a/eclass/java-pkg-simple.eclass b/eclass/java-pkg-simple.eclass
7 index 184934eb3bd3..fc006ff2fcc4 100644
8 --- a/eclass/java-pkg-simple.eclass
9 +++ b/eclass/java-pkg-simple.eclass
10 @@ -21,8 +21,6 @@ case ${EAPI:-0} in
11 *) die "${ECLASS}: EAPI ${EAPI:-0} not supported" ;;
12 esac
13
14 -EXPORT_FUNCTIONS src_compile src_install src_test
15 -
16 if [[ -z ${_JAVA_PKG_SIMPLE_ECLASS} ]] ; then
17 _JAVA_PKG_SIMPLE_ECLASS=1
18
19 @@ -570,3 +568,5 @@ java-pkg-simple_src_test() {
20 }
21
22 fi
23 +
24 +EXPORT_FUNCTIONS src_compile src_install src_test
25 --
26 2.33.0