commit: 7e2f3b0be05579dea042e03c7720575629fdc0a4 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org> AuthorDate: Thu Sep 2 08:53:42 2021 +0000 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org> CommitDate: Fri Sep 3 15:19:43 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e2f3b0b
mercurial.eclass: Move EXPORT_FUNCTIONS below inherit Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org> eclass/mercurial.eclass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eclass/mercurial.eclass b/eclass/mercurial.eclass index b62ecdf102a..5d0ebf0d9e4 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