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 03/14] gnustep-base.eclass: Move EXPORT_FUNCTIONS below inherit
Date: Thu, 02 Sep 2021 10:00:17
Message-Id: 20210902095911.25263-3-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/gnustep-base.eclass | 5 +++--
4 1 file changed, 3 insertions(+), 2 deletions(-)
5
6 diff --git a/eclass/gnustep-base.eclass b/eclass/gnustep-base.eclass
7 index fb4a48b734cd..3a76939e60ff 100644
8 --- a/eclass/gnustep-base.eclass
9 +++ b/eclass/gnustep-base.eclass
10 @@ -15,8 +15,6 @@ case ${EAPI:-0} in
11 *) die "${ECLASS}: EAPI ${EAPI:-0} not supported" ;;
12 esac
13
14 -EXPORT_FUNCTIONS pkg_setup src_prepare src_configure src_compile src_install pkg_postinst
15 -
16 if [[ -z ${_GNUSTEP_BASE_ECLASS} ]] ; then
17 _GNUSTEP_BASE_ECLASS=1
18
19 @@ -263,3 +261,6 @@ EOF
20 }
21
22 fi
23 +
24 +EXPORT_FUNCTIONS pkg_setup src_prepare src_configure src_compile src_install \
25 + pkg_postinst
26 --
27 2.33.0