commit: 371d5c42ad936f778538d02fcebdc37b212dda4c Author: Ulrich Müller <ulm <AT> gentoo <DOT> org> AuthorDate: Tue Aug 31 14:24:37 2021 +0000 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org> CommitDate: Wed Sep 1 17:31:07 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=371d5c42
common-lisp-3.eclass: Move EXPORT_FUNCTIONS below inherit Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org> eclass/common-lisp-3.eclass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eclass/common-lisp-3.eclass b/eclass/common-lisp-3.eclass index 0f47b3c094d..91752dcacc9 100644 --- a/eclass/common-lisp-3.eclass +++ b/eclass/common-lisp-3.eclass @@ -15,8 +15,6 @@ case ${EAPI} in *) die "EAPI=${EAPI:-0} is not supported" ;; esac -EXPORT_FUNCTIONS src_compile src_install - inherit eutils if [[ -z ${_COMMON_LISP_3_ECLASS} ]]; then @@ -246,3 +244,5 @@ common-lisp-export-impl-args() { } fi + +EXPORT_FUNCTIONS src_compile src_install