Gentoo Archives: gentoo-commits

From: "José María Alonso" <nimiux@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: virtual/commonlisp/
Date: Wed, 02 May 2018 08:27:35
Message-Id: 1525249616.00988aefa546c1ad95e296526a781d8e2bee950a.nimiux@gentoo
1 commit: 00988aefa546c1ad95e296526a781d8e2bee950a
2 Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
3 AuthorDate: Wed May 2 08:26:56 2018 +0000
4 Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
5 CommitDate: Wed May 2 08:26:56 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00988aef
7
8 virtual/commonlisp: Add abcl Common Lisp implementation
9
10 Package-Manager: Portage-2.3.24, Repoman-2.3.6
11
12 virtual/commonlisp/commonlisp-0.ebuild | 5 +++--
13 1 file changed, 3 insertions(+), 2 deletions(-)
14
15 diff --git a/virtual/commonlisp/commonlisp-0.ebuild b/virtual/commonlisp/commonlisp-0.ebuild
16 index fa337ef670a..0bd660c7ee8 100644
17 --- a/virtual/commonlisp/commonlisp-0.ebuild
18 +++ b/virtual/commonlisp/commonlisp-0.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2017 Gentoo Foundation
21 +# Copyright 1999-2018 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=6
25 @@ -12,4 +12,5 @@ RDEPEND="|| ( dev-lisp/sbcl
26 dev-lisp/clozurecl
27 dev-lisp/cmucl
28 dev-lisp/ecls
29 - dev-lisp/gcl )"
30 + dev-lisp/gcl
31 + dev-lisp/abcl )"