From 371d5c42ad936f778538d02fcebdc37b212dda4c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ulrich=20M=C3=BCller?= Date: Tue, 31 Aug 2021 16:24:37 +0200 Subject: [PATCH] common-lisp-3.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/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 0f47b3c094d18..91752dcacc9bd 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