summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorChema Alonso Josa <nimiux@gentoo.org>2017-08-29 17:23:39 +0200
committerChema Alonso Josa <nimiux@gentoo.org>2018-03-09 22:34:17 +0100
commit26e4ebc8b1b0c3ce7694dbb6606109eb5b8af511 (patch)
tree812b52eb9afe80db98692087b2ed31799f2c3a6e /eclass
parentdev-lisp/drakma: Bumps version to 2.0.4 (diff)
downloadlisp-26e4ebc8b1b0c3ce7694dbb6606109eb5b8af511.tar.gz
lisp-26e4ebc8b1b0c3ce7694dbb6606109eb5b8af511.tar.bz2
lisp-26e4ebc8b1b0c3ce7694dbb6606109eb5b8af511.zip
common-lisp-3.eclass: Adds comment on CL_BINARY variable
Diffstat (limited to 'eclass')
-rw-r--r--eclass/common-lisp-3.eclass1
1 files changed, 1 insertions, 0 deletions
diff --git a/eclass/common-lisp-3.eclass b/eclass/common-lisp-3.eclass
index 290b7532..f0f0b0da 100644
--- a/eclass/common-lisp-3.eclass
+++ b/eclass/common-lisp-3.eclass
@@ -170,6 +170,7 @@ common-lisp-3_src_install() {
# @DESCRIPTION:
# Export a few variables containing the switches necessary
# to make the CL implementation perform basic functions:
+# * CL_BINARY: Common Lisp implementation
# * CL_NORC: don't load syste-wide or user-specific initfiles
# * CL_LOAD: load a certain file
# * CL_EVAL: eval a certain expression at startup