From 7e2f3b0be05579dea042e03c7720575629fdc0a4 Mon Sep 17 00:00:00 2001 From: Ulrich Müller Date: Thu, 2 Sep 2021 10:53:42 +0200 Subject: mercurial.eclass: Move EXPORT_FUNCTIONS below inherit MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Ulrich Müller --- eclass/mercurial.eclass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'eclass/mercurial.eclass') diff --git a/eclass/mercurial.eclass b/eclass/mercurial.eclass index b62ecdf102a5..5d0ebf0d9e4f 100644 --- a/eclass/mercurial.eclass +++ b/eclass/mercurial.eclass @@ -20,8 +20,6 @@ case ${EAPI:-0} in *) die "${ECLASS}: EAPI ${EAPI:-0} not supported" ;; esac -EXPORT_FUNCTIONS src_unpack - if [[ -z ${_MERCURIAL_ECLASS} ]] ; then _MERCURIAL_ECLASS=1 @@ -219,3 +217,5 @@ function mercurial_src_unpack { } fi + +EXPORT_FUNCTIONS src_unpack -- cgit v1.2.3-18-g5258