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 D745C13997D for ; Sun, 10 Nov 2019 20:55:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 31412E0901; Sun, 10 Nov 2019 20:55:10 +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 1946AE0901 for ; Sun, 10 Nov 2019 20:55:10 +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 0D94634CB53 for ; Sun, 10 Nov 2019 20:55:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8A455890 for ; Sun, 10 Nov 2019 20:55:07 +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: <1573419297.15fb9f9e988a1b20817dcb6c03df89f5364ade29.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/ppl/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/ppl/ppl-1.1.ebuild dev-libs/ppl/ppl-1.2.ebuild X-VCS-Directories: dev-libs/ppl/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: 15fb9f9e988a1b20817dcb6c03df89f5364ade29 X-VCS-Branch: master Date: Sun, 10 Nov 2019 20:55:07 +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: ed09b6c8-b04f-40f2-8113-3503ddfb5d1e X-Archives-Hash: 674b16a5a5c04ac8d74c18dc13ebdb05 commit: 15fb9f9e988a1b20817dcb6c03df89f5364ade29 Author: Sergei Trofimovich gentoo org> AuthorDate: Sun Nov 10 20:49:44 2019 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Sun Nov 10 20:54:57 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15fb9f9e dev-libs/ppl: 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/ppl/ppl-1.1.ebuild | 5 ++--- dev-libs/ppl/ppl-1.2.ebuild | 5 ++--- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/dev-libs/ppl/ppl-1.1.ebuild b/dev-libs/ppl/ppl-1.1.ebuild index fa6ffdcc1e6..a443656d124 100644 --- a/dev-libs/ppl/ppl-1.1.ebuild +++ b/dev-libs/ppl/ppl-1.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" @@ -13,8 +13,7 @@ KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x8 IUSE="+cxx doc lpsol pch static-libs test" RDEPEND=">=dev-libs/gmp-6[cxx] - lpsol? ( sci-mathematics/glpk ) - !dev-libs/cloog-ppl" + lpsol? ( sci-mathematics/glpk )" DEPEND="${RDEPEND} app-arch/xz-utils sys-devel/m4" diff --git a/dev-libs/ppl/ppl-1.2.ebuild b/dev-libs/ppl/ppl-1.2.ebuild index 7b7669adc3b..477400834e8 100644 --- a/dev-libs/ppl/ppl-1.2.ebuild +++ b/dev-libs/ppl/ppl-1.2.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" @@ -13,8 +13,7 @@ KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc IUSE="+cxx doc lpsol pch static-libs test" RDEPEND=">=dev-libs/gmp-6[cxx] - lpsol? ( sci-mathematics/glpk ) - !dev-libs/cloog-ppl" + lpsol? ( sci-mathematics/glpk )" DEPEND="${RDEPEND} app-arch/xz-utils sys-devel/m4"