summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2021-08-31 16:24:37 +0200
committerUlrich Müller <ulm@gentoo.org>2021-09-01 19:31:07 +0200
commit371d5c42ad936f778538d02fcebdc37b212dda4c (patch)
treefc3c0c5e2a458cb38ab3f2581dcc3435af9a1da8 /eclass/common-lisp-3.eclass
parentgo-module.eclass: drop the go-module_pkg_postinst function (diff)
downloadgentoo-371d5c42ad936f778538d02fcebdc37b212dda4c.tar.gz
gentoo-371d5c42ad936f778538d02fcebdc37b212dda4c.tar.bz2
gentoo-371d5c42ad936f778538d02fcebdc37b212dda4c.zip
common-lisp-3.eclass: Move EXPORT_FUNCTIONS below inherit
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'eclass/common-lisp-3.eclass')
-rw-r--r--eclass/common-lisp-3.eclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/common-lisp-3.eclass b/eclass/common-lisp-3.eclass
index 0f47b3c094d1..91752dcacc9b 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