From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1294805-garchives=archives.gentoo.org@lists.gentoo.org> 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 566DE1382C5 for <garchives@archives.gentoo.org>; Fri, 18 Jun 2021 13:16:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 97D1FE0845; Fri, 18 Jun 2021 13:16:00 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 82D02E0845 for <gentoo-commits@lists.gentoo.org>; Fri, 18 Jun 2021 13:16:00 +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 A37C9335D3F for <gentoo-commits@lists.gentoo.org>; Fri, 18 Jun 2021 13:15:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 327617B2 for <gentoo-commits@lists.gentoo.org>; Fri, 18 Jun 2021 13:15:58 +0000 (UTC) From: "David Seifert" <soap@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" <soap@gentoo.org> Message-ID: <1624022109.170d510d267de8ffc7135da51daada5deff09e5c.soap@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.2-r3.ebuild dev-libs/ppl/ppl-1.2-r4.ebuild X-VCS-Directories: dev-libs/ppl/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 170d510d267de8ffc7135da51daada5deff09e5c X-VCS-Branch: master Date: Fri, 18 Jun 2021 13:15:58 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 839d8038-9354-42ef-ae5a-fca7e8caee8a X-Archives-Hash: f5648756edcf9d439f1e8f3fa6913d24 commit: 170d510d267de8ffc7135da51daada5deff09e5c Author: David Seifert <soap <AT> gentoo <DOT> org> AuthorDate: Fri Jun 18 13:15:09 2021 +0000 Commit: David Seifert <soap <AT> gentoo <DOT> org> CommitDate: Fri Jun 18 13:15:09 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=170d510d dev-libs/ppl: Depend on dev-libs/gmp[cxx(+)] Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: David Seifert <soap <AT> gentoo.org> dev-libs/ppl/{ppl-1.2-r3.ebuild => ppl-1.2-r4.ebuild} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-libs/ppl/ppl-1.2-r3.ebuild b/dev-libs/ppl/ppl-1.2-r4.ebuild similarity index 96% rename from dev-libs/ppl/ppl-1.2-r3.ebuild rename to dev-libs/ppl/ppl-1.2-r4.ebuild index c3e4bc769be..0ff38f8e2e7 100644 --- a/dev-libs/ppl/ppl-1.2-r3.ebuild +++ b/dev-libs/ppl/ppl-1.2-r4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -15,7 +15,7 @@ SLOT="0/4.14" # SONAMEs KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 sparc x86 ~amd64-linux ~sparc-solaris" IUSE="cdd +cxx doc lpsol pch static-libs test" -RDEPEND=">=dev-libs/gmp-6[cxx] +RDEPEND=">=dev-libs/gmp-6[cxx(+)] lpsol? ( sci-mathematics/glpk )" DEPEND="${RDEPEND} app-arch/xz-utils