From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9F5F41396D0 for ; Tue, 22 Aug 2017 14:30:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E4F1F1FC064; Tue, 22 Aug 2017 14:30:24 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C31BF1FC064 for ; Tue, 22 Aug 2017 14:30:23 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7F95533BEBE for ; Tue, 22 Aug 2017 14:30:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E708F7EB6 for ; Tue, 22 Aug 2017 14:30:20 +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: <1503412212.2d4666557b0bf420548e01a2287b2dbfda9c9e85.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: 2d4666557b0bf420548e01a2287b2dbfda9c9e85 X-VCS-Branch: master Date: Tue, 22 Aug 2017 14:30:20 +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: ac3038f4-35ed-4389-9871-429a70b4d5e3 X-Archives-Hash: d401af812443a7aa8bb66d333d5f66d9 commit: 2d4666557b0bf420548e01a2287b2dbfda9c9e85 Author: Chema Alonso Josa gentoo org> AuthorDate: Tue Aug 22 14:30:12 2017 +0000 Commit: José María Alonso gentoo org> CommitDate: Tue Aug 22 14:30:12 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d466655 dev-lisp/cl-unicode: Removes openmcl as valid common lisp implementation Package-Manager: Portage-2.3.6, Repoman-2.3.1 dev-lisp/cl-unicode/cl-unicode-0.1.5.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 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 60839121ad4..965a930c8ba 100644 --- a/dev-lisp/cl-unicode/cl-unicode-0.1.5.ebuild +++ b/dev-lisp/cl-unicode/cl-unicode-0.1.5.ebuild @@ -20,7 +20,7 @@ DEPEND="virtual/commonlisp dev-lisp/flexi-streams" RDEPEND="dev-lisp/cl-ppcre" -COMMONLISPS="sbcl clisp clozurecl cmucl ecls openmcl" +COMMONLISPS="sbcl clisp clozurecl cmucl ecls" find-lisp-impl() { for lisp in ${COMMONLISPS} ; do @@ -47,5 +47,5 @@ src_install() { common-lisp-install-sources -t all build/ common-lisp-install-asdf dodoc CHANGELOG - dohtml doc/index.html + dodoc doc/index.html }