Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/
Date: Fri, 03 Sep 2021 15:20:12
Message-Id: 1630682379.b930f121069ae53a3543b6356a4bf149691c7f38.ulm@gentoo
1 commit: b930f121069ae53a3543b6356a4bf149691c7f38
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 2 08:51:49 2021 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 3 15:19:39 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b930f121
7
8 java-pkg-opt-2.eclass: Move EXPORT_FUNCTIONS below inherit
9
10 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
11
12 eclass/java-pkg-opt-2.eclass | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/eclass/java-pkg-opt-2.eclass b/eclass/java-pkg-opt-2.eclass
16 index 85783bae6e2..79833c98ea6 100644
17 --- a/eclass/java-pkg-opt-2.eclass
18 +++ b/eclass/java-pkg-opt-2.eclass
19 @@ -18,8 +18,6 @@ case ${EAPI:-0} in
20 *) die "${ECLASS}: EAPI ${EAPI:-0} not supported" ;;
21 esac
22
23 -EXPORT_FUNCTIONS pkg_setup src_prepare pkg_preinst
24 -
25 if [[ -z ${_JAVA_PKG_OPT_2_ECLASS} ]] ; then
26 _JAVA_PKG_OPT_2_ECLASS=1
27
28 @@ -67,3 +65,5 @@ java-pkg-opt-2_pkg_preinst() {
29 }
30
31 fi
32 +
33 +EXPORT_FUNCTIONS pkg_setup src_prepare pkg_preinst