diff options
| author | Ulrich Müller <ulm@gentoo.org> | 2021-08-31 16:24:37 +0200 |
|---|---|---|
| committer | Ulrich Müller <ulm@gentoo.org> | 2021-09-01 19:31:07 +0200 |
| commit | 371d5c42ad936f778538d02fcebdc37b212dda4c (patch) | |
| tree | fc3c0c5e2a458cb38ab3f2581dcc3435af9a1da8 /eclass/common-lisp-3.eclass | |
| parent | 93ef6af81fcc7e1b25dade61de00267a6efe6d63 (diff) | |
| download | gentoo-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.eclass | 4 |
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 |
