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 5C64B1382C5 for ; Fri, 18 Jun 2021 13:16:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 95627E0872; Fri, 18 Jun 2021 13:16:02 +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 4D19BE0872 for ; Fri, 18 Jun 2021 13:16:02 +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 4DA32335D71 for ; Fri, 18 Jun 2021 13:16:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 90C587B7 for ; Fri, 18 Jun 2021 13:15:58 +0000 (UTC) From: "David Seifert" 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" Message-ID: <1624022124.2a1901e35650e4aad3c01d7f05fb5133665e99ee.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/4ti2/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-mathematics/4ti2/4ti2-1.6.7-r1.ebuild sci-mathematics/4ti2/4ti2-1.6.7.ebuild X-VCS-Directories: sci-mathematics/4ti2/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 2a1901e35650e4aad3c01d7f05fb5133665e99ee X-VCS-Branch: master Date: Fri, 18 Jun 2021 13:15: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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: f8e89484-85c1-4265-a067-b5fbefa26ce9 X-Archives-Hash: 89aaddbb1bf76c599c15b90874552441 commit: 2a1901e35650e4aad3c01d7f05fb5133665e99ee Author: David Seifert gentoo org> AuthorDate: Fri Jun 18 13:15:24 2021 +0000 Commit: David Seifert gentoo org> CommitDate: Fri Jun 18 13:15:24 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a1901e3 sci-mathematics/4ti2: Depend on dev-libs/gmp[cxx(+)] Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: David Seifert gentoo.org> sci-mathematics/4ti2/{4ti2-1.6.7.ebuild => 4ti2-1.6.7-r1.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-mathematics/4ti2/4ti2-1.6.7.ebuild b/sci-mathematics/4ti2/4ti2-1.6.7-r1.ebuild similarity index 96% rename from sci-mathematics/4ti2/4ti2-1.6.7.ebuild rename to sci-mathematics/4ti2/4ti2-1.6.7-r1.ebuild index 407b3e93089..01db73004d5 100644 --- a/sci-mathematics/4ti2/4ti2-1.6.7.ebuild +++ b/sci-mathematics/4ti2/4ti2-1.6.7-r1.ebuild @@ -15,7 +15,7 @@ KEYWORDS="amd64 ~arm ppc x86 ~amd64-linux ~x86-linux" RDEPEND=" sci-mathematics/glpk:=[gmp] - dev-libs/gmp:0=[cxx]" + dev-libs/gmp:0=[cxx(+)]" DEPEND="${RDEPEND}" PATCHES=( "${FILESDIR}"/${PN}-1.3.2-gold.patch )