commit: 9396bd5585b2102b92527327a7aaf69510410c26
Author: José María Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 14 11:10:51 2016 +0000
Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Thu Jan 14 11:10:51 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9396bd55
dev-lisp/cl-unicode: add commonlisp dependency
Fixes bug #571574
Package-Manager: portage-2.2.26
dev-lisp/cl-unicode/cl-unicode-0.1.5.ebuild | 7 ++++---
1 file 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 acc5def..e52302f 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"