Skip to content

Commit

Permalink
common-lisp-3.eclass: Move EXPORT_FUNCTIONS below inherit
Browse files Browse the repository at this point in the history
Signed-off-by: Ulrich Müller <[email protected]>
  • Loading branch information
ulm committed Sep 1, 2021
1 parent 93ef6af commit 371d5c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions eclass/common-lisp-3.eclass
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -246,3 +244,5 @@ common-lisp-export-impl-args() {
}

fi

EXPORT_FUNCTIONS src_compile src_install

0 comments on commit 371d5c4

Please sign in to comment.