commit: 00988aefa546c1ad95e296526a781d8e2bee950a
Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Wed May 2 08:26:56 2018 +0000
Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Wed May 2 08:26:56 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00988aef
virtual/commonlisp: Add abcl Common Lisp implementation
Package-Manager: Portage-2.3.24, Repoman-2.3.6
virtual/commonlisp/commonlisp-0.ebuild | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/virtual/commonlisp/commonlisp-0.ebuild
b/virtual/commonlisp/commonlisp-0.ebuild
index fa337ef670a..0bd660c7ee8 100644
--- a/virtual/commonlisp/commonlisp-0.ebuild
+++ b/virtual/commonlisp/commonlisp-0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -12,4 +12,5 @@ RDEPEND="|| ( dev-lisp/sbcl
dev-lisp/clozurecl
dev-lisp/cmucl
dev-lisp/ecls
- dev-lisp/gcl )"
+ dev-lisp/gcl
+ dev-lisp/abcl )"