summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosé María Alonso Josa <nimiux@gentoo.org>2016-01-14 12:10:51 +0100
committerJosé María Alonso Josa <nimiux@gentoo.org>2016-01-14 12:10:51 +0100
commit9396bd5585b2102b92527327a7aaf69510410c26 (patch)
treef27903890fae27d48c2748de7048fd0a86857f2b /dev-lisp/cl-unicode
parentdev-java/jargs: Initial import. Helps fix bug 571812. (diff)
downloadgentoo-9396bd5585b2102b92527327a7aaf69510410c26.tar.gz
gentoo-9396bd5585b2102b92527327a7aaf69510410c26.tar.bz2
gentoo-9396bd5585b2102b92527327a7aaf69510410c26.zip
dev-lisp/cl-unicode: add commonlisp dependency
Fixes bug #571574 Package-Manager: portage-2.2.26
Diffstat (limited to 'dev-lisp/cl-unicode')
-rw-r--r--dev-lisp/cl-unicode/cl-unicode-0.1.5.ebuild7
1 files changed, 4 insertions, 3 deletions
diff --git a/dev-lisp/cl-unicode/cl-unicode-0.1.5.ebuild b/dev-lisp/cl-unicode/cl-unicode-0.1.5.ebuild
index acc5def6a81d..e52302f644eb 100644
--- a/dev-lisp/cl-unicode/cl-unicode-0.1.5.ebuild
+++ b/dev-lisp/cl-unicode/cl-unicode-0.1.5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -8,7 +8,7 @@ inherit common-lisp-3
MY_P="v${PV}"
-DESCRIPTION="A library which provides Common Lisp implementations with knowledge about Unicode characters."
+DESCRIPTION="Provides Common Lisp implementations with knowledge about Unicode characters."
HOMEPAGE="http://weitz.de/cl-unicode/"
SRC_URI="https://github.com/edicl/${PN}/archive/${MY_P}.tar.gz -> ${P}.tar.gz"
@@ -17,7 +17,8 @@ SLOT="0"
KEYWORDS="~amd64 ~ppc ~sparc ~x86"
IUSE=""
-DEPEND="dev-lisp/flexi-streams"
+DEPEND="virtual/commonlisp
+ dev-lisp/flexi-streams"
RDEPEND="dev-lisp/cl-ppcre"
COMMONLISPS="sbcl clisp clozurecl cmucl ecls openmcl"