Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/
Date: Wed, 01 Sep 2021 17:32:07
Message-Id: 1630517467.371d5c42ad936f778538d02fcebdc37b212dda4c.ulm@gentoo
1 commit: 371d5c42ad936f778538d02fcebdc37b212dda4c
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Tue Aug 31 14:24:37 2021 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 1 17:31:07 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=371d5c42
7
8 common-lisp-3.eclass: Move EXPORT_FUNCTIONS below inherit
9
10 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
11
12 eclass/common-lisp-3.eclass | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/eclass/common-lisp-3.eclass b/eclass/common-lisp-3.eclass
16 index 0f47b3c094d..91752dcacc9 100644
17 --- a/eclass/common-lisp-3.eclass
18 +++ b/eclass/common-lisp-3.eclass
19 @@ -15,8 +15,6 @@ case ${EAPI} in
20 *) die "EAPI=${EAPI:-0} is not supported" ;;
21 esac
22
23 -EXPORT_FUNCTIONS src_compile src_install
24 -
25 inherit eutils
26
27 if [[ -z ${_COMMON_LISP_3_ECLASS} ]]; then
28 @@ -246,3 +244,5 @@ common-lisp-export-impl-args() {
29 }
30
31 fi
32 +
33 +EXPORT_FUNCTIONS src_compile src_install