From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0DEC01396D0 for ; Tue, 29 Aug 2017 15:23:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 567C91FC044; Tue, 29 Aug 2017 15:23:47 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 334DA1FC044 for ; Tue, 29 Aug 2017 15:23:47 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4572633D3C7 for ; Tue, 29 Aug 2017 15:23:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E031886D9 for ; Tue, 29 Aug 2017 15:23:44 +0000 (UTC) From: "José María Alonso" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "José María Alonso" Message-ID: <1504020219.fcb67da06e1c6dae87b541a6292bcf6f835aa0b0.nimiux@gentoo> Subject: [gentoo-commits] proj/lisp:master commit in: eclass/ X-VCS-Repository: proj/lisp X-VCS-Files: eclass/common-lisp-3.eclass X-VCS-Directories: eclass/ X-VCS-Committer: nimiux X-VCS-Committer-Name: José María Alonso X-VCS-Revision: fcb67da06e1c6dae87b541a6292bcf6f835aa0b0 X-VCS-Branch: master Date: Tue, 29 Aug 2017 15:23:44 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 48190daf-a816-42c1-a1af-98dea0af11bf X-Archives-Hash: 14c25c587c2cdbbc85c4c678f9852697 commit: fcb67da06e1c6dae87b541a6292bcf6f835aa0b0 Author: Chema Alonso Josa gentoo org> AuthorDate: Tue Aug 29 15:23:39 2017 +0000 Commit: José María Alonso gentoo org> CommitDate: Tue Aug 29 15:23:39 2017 +0000 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=fcb67da0 common-lisp-3.eclass: Adds comment on CL_BINARY variable eclass/common-lisp-3.eclass | 1 + 1 file changed, 1 insertion(+) 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