Gentoo Archives: gentoo-dev

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-dev@l.g.o
Cc: common-lisp@g.o, "Ulrich Müller" <ulm@g.o>
Subject: [gentoo-dev] [PATCH] common-lisp-3.eclass: Move EXPORT_FUNCTIONS below inherit
Date: Tue, 31 Aug 2021 14:28:04
Message-Id: 20210831142726.21729-1-ulm@gentoo.org
1 Signed-off-by: Ulrich Müller <ulm@g.o>
2 ---
3 eclass/common-lisp-3.eclass | 4 ++--
4 1 file changed, 2 insertions(+), 2 deletions(-)
5
6 diff --git a/eclass/common-lisp-3.eclass b/eclass/common-lisp-3.eclass
7 index 0f47b3c094d1..91752dcacc9b 100644
8 --- a/eclass/common-lisp-3.eclass
9 +++ b/eclass/common-lisp-3.eclass
10 @@ -15,8 +15,6 @@ case ${EAPI} in
11 *) die "EAPI=${EAPI:-0} is not supported" ;;
12 esac
13
14 -EXPORT_FUNCTIONS src_compile src_install
15 -
16 inherit eutils
17
18 if [[ -z ${_COMMON_LISP_3_ECLASS} ]]; then
19 @@ -246,3 +244,5 @@ common-lisp-export-impl-args() {
20 }
21
22 fi
23 +
24 +EXPORT_FUNCTIONS src_compile src_install
25 --
26 2.33.0