diff options
author | Chema Alonso Josa <nimiux@gentoo.org> | 2018-05-18 21:51:09 +0200 |
---|---|---|
committer | Chema Alonso Josa <nimiux@gentoo.org> | 2018-05-18 21:52:25 +0200 |
commit | 951c06899e90fcefcdf96b9782e7aca817874172 (patch) | |
tree | d925fde8608c59169bb5a28e128a2acae90697c4 /eclass/common-lisp-3.eclass | |
parent | media-fonts/lklug: Revision bump 0.6-r1 (diff) | |
download | gentoo-951c06899e90fcefcdf96b9782e7aca817874172.tar.gz gentoo-951c06899e90fcefcdf96b9782e7aca817874172.tar.bz2 gentoo-951c06899e90fcefcdf96b9782e7aca817874172.zip |
common-lisp-3.eclass: Add abcl implementætion
Closes: https://bugs.gentoo.org/655812
Diffstat (limited to 'eclass/common-lisp-3.eclass')
-rw-r--r-- | eclass/common-lisp-3.eclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/common-lisp-3.eclass b/eclass/common-lisp-3.eclass index 2f84d7f2f053..102332e345a5 100644 --- a/eclass/common-lisp-3.eclass +++ b/eclass/common-lisp-3.eclass @@ -14,7 +14,7 @@ inherit eutils # @ECLASS-VARIABLE: CLIMPLEMENTATIONS # @DESCRIPTION: # Common Lisp implementations -CLIMPLEMENTATIONS="sbcl clisp clozurecl cmucl ecls gcl" +CLIMPLEMENTATIONS="sbcl clisp clozurecl cmucl ecls gcl abcl" # @ECLASS-VARIABLE: CLSOURCEROOT # @DESCRIPTION: |