public inbox for gentoo-dev@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-dev] [PATCH] common-lisp-3.eclass: Move EXPORT_FUNCTIONS below inherit
@ 2021-08-31 14:27 Ulrich Müller
  0 siblings, 0 replies; only message in thread
From: Ulrich Müller @ 2021-08-31 14:27 UTC (permalink / raw
  To: gentoo-dev; +Cc: common-lisp, Ulrich Müller

Signed-off-by: Ulrich Müller <ulm@gentoo.org>
---
 eclass/common-lisp-3.eclass | 4 ++--
 1 file 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
-- 
2.33.0



^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2021-08-31 14:28 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-08-31 14:27 [gentoo-dev] [PATCH] common-lisp-3.eclass: Move EXPORT_FUNCTIONS below inherit Ulrich Müller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox