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 02/14] emboss-r2.eclass: Move EXPORT_FUNCTIONS below inherit
Date: Thu, 02 Sep 2021 09:59:55
Message-Id: 20210902095911.25263-2-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/emboss-r2.eclass | 4 ++--
4 1 file changed, 2 insertions(+), 2 deletions(-)
5
6 diff --git a/eclass/emboss-r2.eclass b/eclass/emboss-r2.eclass
7 index 680b7b7e4d61..bcab338ad614 100644
8 --- a/eclass/emboss-r2.eclass
9 +++ b/eclass/emboss-r2.eclass
10 @@ -40,8 +40,6 @@ case ${EAPI:-0} in
11 *) die "Unsupported EAPI=${EAPI} (unknown) for ${ECLASS}" ;;
12 esac
13
14 -EXPORT_FUNCTIONS src_prepare src_configure src_install
15 -
16 if [[ ! ${_EMBOSS_R2_ECLASS} ]]; then
17 _EMBOSS_R2_ECLASS=1
18
19 @@ -156,3 +154,5 @@ emboss-r2_src_install() {
20 }
21
22 fi
23 +
24 +EXPORT_FUNCTIONS src_prepare src_configure src_install
25 --
26 2.33.0