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: virtual/commonlisp/
Date: Wed, 02 May 2018 08:20:15
Message-Id: 1525249211.01163858062404c7870cd06c5330817d35f38073.nimiux@gentoo
1 commit: 01163858062404c7870cd06c5330817d35f38073
2 Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
3 AuthorDate: Wed May 2 08:20:11 2018 +0000
4 Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
5 CommitDate: Wed May 2 08:20:11 2018 +0000
6 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=01163858
7
8 virtual/commonlisp: Add ABCL as commonlisp implementation
9
10 virtual/commonlisp/commonlisp-0.ebuild | 5 +++--
11 1 file changed, 3 insertions(+), 2 deletions(-)
12
13 diff --git a/virtual/commonlisp/commonlisp-0.ebuild b/virtual/commonlisp/commonlisp-0.ebuild
14 index b5957ef4..304f922f 100644
15 --- a/virtual/commonlisp/commonlisp-0.ebuild
16 +++ b/virtual/commonlisp/commonlisp-0.ebuild
17 @@ -1,4 +1,4 @@
18 -# Copyright 1999-2017 Gentoo Foundation
19 +# Copyright 1999-2018 Gentoo Foundation
20 # Distributed under the terms of the GNU General Public License v2
21
22 EAPI=6
23 @@ -12,4 +12,5 @@ RDEPEND="|| ( dev-lisp/sbcl
24 dev-lisp/clozurecl
25 dev-lisp/cmucl
26 dev-lisp/ecls
27 - dev-lisp/gcl )"
28 + dev-lisp/gcl
29 + dev-lisp/abcl )"