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 1D25B13997F for ; Sun, 10 Nov 2019 22:11:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0CFAAE0A4A; Sun, 10 Nov 2019 22:11:23 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 E7798E0A4A for ; Sun, 10 Nov 2019 22:11:22 +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 B9F6D34CB5C for ; Sun, 10 Nov 2019 22:11:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 22984892 for ; Sun, 10 Nov 2019 22:11:19 +0000 (UTC) From: "Sergei Trofimovich" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergei Trofimovich" Message-ID: <1573423752.93a23d263eaf99e585d3b11950cd6082cd9d2031.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/cloog/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/cloog/cloog-0.18.1.ebuild dev-libs/cloog/cloog-0.18.4.ebuild dev-libs/cloog/cloog-9999.ebuild X-VCS-Directories: dev-libs/cloog/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: 93a23d263eaf99e585d3b11950cd6082cd9d2031 X-VCS-Branch: master Date: Sun, 10 Nov 2019 22:11:19 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 4a97a95a-19f8-4436-bdd0-8e8cdcd83ccb X-Archives-Hash: f67693d7f125a0662640b20e554f9389 commit: 93a23d263eaf99e585d3b11950cd6082cd9d2031 Author: Sergei Trofimovich gentoo org> AuthorDate: Sun Nov 10 22:09:12 2019 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Sun Nov 10 22:09:12 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93a23d26 dev-libs/cloog: drop old dev-libs/cloog-ppl blocker Package-Manager: Portage-2.3.79, Repoman-2.3.18 Signed-off-by: Sergei Trofimovich gentoo.org> dev-libs/cloog/cloog-0.18.1.ebuild | 5 ++--- dev-libs/cloog/cloog-0.18.4.ebuild | 5 ++--- dev-libs/cloog/cloog-9999.ebuild | 3 +-- 3 files changed, 5 insertions(+), 8 deletions(-) diff --git a/dev-libs/cloog/cloog-0.18.1.ebuild b/dev-libs/cloog/cloog-0.18.1.ebuild index 9d689ab51e6..a6a8e669c6d 100644 --- a/dev-libs/cloog/cloog-0.18.1.ebuild +++ b/dev-libs/cloog/cloog-0.18.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="5" @@ -15,8 +15,7 @@ KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x IUSE="static-libs" RDEPEND=">=dev-libs/gmp-5.1.3-r1[${MULTILIB_USEDEP}] - >=dev-libs/isl-0.12.2:0/10[${MULTILIB_USEDEP}] - !dev-libs/cloog-ppl" + >=dev-libs/isl-0.12.2:0/10[${MULTILIB_USEDEP}]" DEPEND="${DEPEND} virtual/pkgconfig" diff --git a/dev-libs/cloog/cloog-0.18.4.ebuild b/dev-libs/cloog/cloog-0.18.4.ebuild index e02d356227a..88f667583d9 100644 --- a/dev-libs/cloog/cloog-0.18.4.ebuild +++ b/dev-libs/cloog/cloog-0.18.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="5" @@ -21,8 +21,7 @@ SLOT="0/4" IUSE="static-libs" RDEPEND=">=dev-libs/gmp-6.0.0[${MULTILIB_USEDEP}] - >=dev-libs/isl-0.15:0=[${MULTILIB_USEDEP}] - !dev-libs/cloog-ppl" + >=dev-libs/isl-0.15:0=[${MULTILIB_USEDEP}]" DEPEND="${DEPEND} virtual/pkgconfig" diff --git a/dev-libs/cloog/cloog-9999.ebuild b/dev-libs/cloog/cloog-9999.ebuild index fa0e96d6496..87fbec10982 100644 --- a/dev-libs/cloog/cloog-9999.ebuild +++ b/dev-libs/cloog/cloog-9999.ebuild @@ -21,8 +21,7 @@ SLOT="0/4" IUSE="static-libs" RDEPEND=">=dev-libs/gmp-6.0.0[${MULTILIB_USEDEP}] - >=dev-libs/isl-0.15:0=[${MULTILIB_USEDEP}] - !dev-libs/cloog-ppl" + >=dev-libs/isl-0.15:0=[${MULTILIB_USEDEP}]" DEPEND="${DEPEND} virtual/pkgconfig"