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 A61F71382C5 for ; Wed, 2 May 2018 08:27:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AB0C6E0973; Wed, 2 May 2018 08:27:34 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 7F797E0973 for ; Wed, 2 May 2018 08:27:33 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 081D3335C72 for ; Wed, 2 May 2018 08:27:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5894328B for ; Wed, 2 May 2018 08:27:30 +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: <1525249616.00988aefa546c1ad95e296526a781d8e2bee950a.nimiux@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: virtual/commonlisp/ X-VCS-Repository: repo/gentoo X-VCS-Files: virtual/commonlisp/commonlisp-0.ebuild X-VCS-Directories: virtual/commonlisp/ X-VCS-Committer: nimiux X-VCS-Committer-Name: José María Alonso X-VCS-Revision: 00988aefa546c1ad95e296526a781d8e2bee950a X-VCS-Branch: master Date: Wed, 2 May 2018 08:27:30 +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: ca3d0cc8-fb03-4858-ba7f-695f6f052f7b X-Archives-Hash: d2b126f957a03e781cf94c5308b2d27d commit: 00988aefa546c1ad95e296526a781d8e2bee950a Author: Chema Alonso Josa gentoo org> AuthorDate: Wed May 2 08:26:56 2018 +0000 Commit: José María Alonso gentoo org> CommitDate: Wed May 2 08:26:56 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00988aef virtual/commonlisp: Add abcl Common Lisp implementation Package-Manager: Portage-2.3.24, Repoman-2.3.6 virtual/commonlisp/commonlisp-0.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/virtual/commonlisp/commonlisp-0.ebuild b/virtual/commonlisp/commonlisp-0.ebuild index fa337ef670a..0bd660c7ee8 100644 --- a/virtual/commonlisp/commonlisp-0.ebuild +++ b/virtual/commonlisp/commonlisp-0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -12,4 +12,5 @@ RDEPEND="|| ( dev-lisp/sbcl dev-lisp/clozurecl dev-lisp/cmucl dev-lisp/ecls - dev-lisp/gcl )" + dev-lisp/gcl + dev-lisp/abcl )"