From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 29B4C1388BF for ; Thu, 14 Jan 2016 11:08:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 471EFE07FA; Thu, 14 Jan 2016 11:08:04 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CCBA8E07FA for ; Thu, 14 Jan 2016 11:08:03 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 97DED3409EF for ; Thu, 14 Jan 2016 11:08:01 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B37BBCFD for ; Thu, 14 Jan 2016 11:07:57 +0000 (UTC) From: "José María Alonso" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "José María Alonso" Message-ID: <1452769851.9396bd5585b2102b92527327a7aaf69510410c26.nimiux@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lisp/cl-unicode/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lisp/cl-unicode/cl-unicode-0.1.5.ebuild X-VCS-Directories: dev-lisp/cl-unicode/ X-VCS-Committer: nimiux X-VCS-Committer-Name: José María Alonso X-VCS-Revision: 9396bd5585b2102b92527327a7aaf69510410c26 X-VCS-Branch: master Date: Thu, 14 Jan 2016 11:07:57 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 119ed1fa-4d63-4ae3-9670-df7cd583f259 X-Archives-Hash: e5212c06d52686f1375e52f636b1f2fe commit: 9396bd5585b2102b92527327a7aaf69510410c26 Author: José María Alonso Josa gentoo org> AuthorDate: Thu Jan 14 11:10:51 2016 +0000 Commit: José María Alonso gentoo 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"