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 10/14] mercurial.eclass: Move EXPORT_FUNCTIONS below inherit
Date: Thu, 02 Sep 2021 10:02:38
Message-Id: 20210902095911.25263-10-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/mercurial.eclass | 4 ++--
4 1 file changed, 2 insertions(+), 2 deletions(-)
5
6 diff --git a/eclass/mercurial.eclass b/eclass/mercurial.eclass
7 index b62ecdf102a5..5d0ebf0d9e4f 100644
8 --- a/eclass/mercurial.eclass
9 +++ b/eclass/mercurial.eclass
10 @@ -20,8 +20,6 @@ case ${EAPI:-0} in
11 *) die "${ECLASS}: EAPI ${EAPI:-0} not supported" ;;
12 esac
13
14 -EXPORT_FUNCTIONS src_unpack
15 -
16 if [[ -z ${_MERCURIAL_ECLASS} ]] ; then
17 _MERCURIAL_ECLASS=1
18
19 @@ -219,3 +217,5 @@ function mercurial_src_unpack {
20 }
21
22 fi
23 +
24 +EXPORT_FUNCTIONS src_unpack
25 --
26 2.33.0