Gentoo Archives: gentoo-commits

From: "José María Alonso" <nimiux@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/lisp:master commit in: eclass/
Date: Tue, 29 Aug 2017 15:23:48
Message-Id: 1504020219.fcb67da06e1c6dae87b541a6292bcf6f835aa0b0.nimiux@gentoo
1 commit: fcb67da06e1c6dae87b541a6292bcf6f835aa0b0
2 Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
3 AuthorDate: Tue Aug 29 15:23:39 2017 +0000
4 Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
5 CommitDate: Tue Aug 29 15:23:39 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=fcb67da0
7
8 common-lisp-3.eclass: Adds comment on CL_BINARY variable
9
10 eclass/common-lisp-3.eclass | 1 +
11 1 file changed, 1 insertion(+)
12
13 diff --git a/eclass/common-lisp-3.eclass b/eclass/common-lisp-3.eclass
14 index 290b7532..f0f0b0da 100644
15 --- a/eclass/common-lisp-3.eclass
16 +++ b/eclass/common-lisp-3.eclass
17 @@ -170,6 +170,7 @@ common-lisp-3_src_install() {
18 # @DESCRIPTION:
19 # Export a few variables containing the switches necessary
20 # to make the CL implementation perform basic functions:
21 +# * CL_BINARY: Common Lisp implementation
22 # * CL_NORC: don't load syste-wide or user-specific initfiles
23 # * CL_LOAD: load a certain file
24 # * CL_EVAL: eval a certain expression at startup