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:13
Message-Id: 1630682377.e309eb1e8d7b758530b154747f89c2577769cc63.ulm@gentoo
1 commit: e309eb1e8d7b758530b154747f89c2577769cc63
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 2 08:50:59 2021 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 3 15:19:37 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e309eb1e
7
8 emboss-r2.eclass: Move EXPORT_FUNCTIONS below inherit
9
10 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
11
12 eclass/emboss-r2.eclass | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/eclass/emboss-r2.eclass b/eclass/emboss-r2.eclass
16 index 680b7b7e4d6..bcab338ad61 100644
17 --- a/eclass/emboss-r2.eclass
18 +++ b/eclass/emboss-r2.eclass
19 @@ -40,8 +40,6 @@ case ${EAPI:-0} in
20 *) die "Unsupported EAPI=${EAPI} (unknown) for ${ECLASS}" ;;
21 esac
22
23 -EXPORT_FUNCTIONS src_prepare src_configure src_install
24 -
25 if [[ ! ${_EMBOSS_R2_ECLASS} ]]; then
26 _EMBOSS_R2_ECLASS=1
27
28 @@ -156,3 +154,5 @@ emboss-r2_src_install() {
29 }
30
31 fi
32 +
33 +EXPORT_FUNCTIONS src_prepare src_configure src_install