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 439A81396D9 for ; Mon, 6 Nov 2017 21:11:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7D442E0E0F; Mon, 6 Nov 2017 21:11:01 +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 5D56BE0E0F for ; Mon, 6 Nov 2017 21:11:01 +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 47B25341692 for ; Mon, 6 Nov 2017 21:11:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id ADF459751 for ; Mon, 6 Nov 2017 21:10:58 +0000 (UTC) From: "Alfredo Tupone" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alfredo Tupone" Message-ID: <1510002652.a4c2721780b707858cb55d8651efc34add614913.tupone@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/spark/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lang/spark/spark-2017.ebuild X-VCS-Directories: dev-lang/spark/ X-VCS-Committer: tupone X-VCS-Committer-Name: Alfredo Tupone X-VCS-Revision: a4c2721780b707858cb55d8651efc34add614913 X-VCS-Branch: master Date: Mon, 6 Nov 2017 21:10:58 +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: f8249c16-7a74-41fa-877f-d1ff1c1c89f2 X-Archives-Hash: eaa5efa2091eae2706362cc9f6ea655a commit: a4c2721780b707858cb55d8651efc34add614913 Author: Tupone Alfredo gentoo org> AuthorDate: Mon Nov 6 21:10:52 2017 +0000 Commit: Alfredo Tupone gentoo org> CommitDate: Mon Nov 6 21:10:52 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4c27217 dev-lang/spark: Re-allow zip in sci-mathematics/why3-for-spark Package-Manager: Portage-2.3.8, Repoman-2.3.3 dev-lang/spark/spark-2017.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-lang/spark/spark-2017.ebuild b/dev-lang/spark/spark-2017.ebuild index a47fb312815..e63d7069015 100644 --- a/dev-lang/spark/spark-2017.ebuild +++ b/dev-lang/spark/spark-2017.ebuild @@ -23,7 +23,7 @@ RDEPEND="dev-lang/gnat-gpl:6.3.0 >=dev-ada/gnatcoll-2017[gnat_2017,projects] || ( dev-ada/gnatcoll[shared] dev-ada/gnatcoll[static] ) sci-mathematics/alt-ergo - sci-mathematics/why3-for-spark[-zip]" + sci-mathematics/why3-for-spark" DEPEND="${RDEPEND} dev-ada/gprbuild[gnat_2017]"