From d7317785d04e7de172de3bff05852fca3cd15af2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ulrich=20M=C3=BCller?= Date: Fri, 18 Mar 2022 21:29:29 +0100 Subject: *.eclass: @ECLASS-VARIABLE renamed to @ECLASS_VARIABLE MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bug: https://bugs.gentoo.org/835396 Signed-off-by: Ulrich Müller --- eclass/common-lisp-3.eclass | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'eclass/common-lisp-3.eclass') diff --git a/eclass/common-lisp-3.eclass b/eclass/common-lisp-3.eclass index 78f18f5231fa..5314e391db8f 100644 --- a/eclass/common-lisp-3.eclass +++ b/eclass/common-lisp-3.eclass @@ -20,25 +20,25 @@ inherit eutils if [[ -z ${_COMMON_LISP_3_ECLASS} ]]; then _COMMON_LISP_3_ECLASS=1 -# @ECLASS-VARIABLE: CLIMPLEMENTATIONS +# @ECLASS_VARIABLE: CLIMPLEMENTATIONS # @DESCRIPTION: # Common Lisp implementations CLIMPLEMENTATIONS="sbcl clisp clozurecl cmucl ecls gcl abcl" -# @ECLASS-VARIABLE: CLSOURCEROOT +# @ECLASS_VARIABLE: CLSOURCEROOT # @DESCRIPTION: # Default path of Common Lisp libraries sources. Sources will # be installed into ${CLSOURCEROOT}/${CLPACKAGE}. CLSOURCEROOT="${ROOT%/}"/usr/share/common-lisp/source -# @ECLASS-VARIABLE: CLSYSTEMROOT +# @ECLASS_VARIABLE: CLSYSTEMROOT # @DESCRIPTION: # Default path to find any asdf file. Any asdf files will be # symlinked in ${CLSYSTEMROOT}/${CLSYSTEM} as they may be in # an arbitrarily deeply nested directory under ${CLSOURCEROOT}/${CLPACKAGE}. CLSYSTEMROOT="${ROOT%/}"/usr/share/common-lisp/systems -# @ECLASS-VARIABLE: CLPACKAGE +# @ECLASS_VARIABLE: CLPACKAGE # @DESCRIPTION: # Default package name. To override, set these after inheriting this eclass. CLPACKAGE="${PN}" -- cgit v1.2.3