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 92F611382C5 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 A3526E0874; Fri, 18 Jun 2021 13:16:02 +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 58AC1E0874 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 60B0A335D72 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 B6EC37B9 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: <1624022130.3ca4f1b409291623899cc1195f928a2f786b53ac.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/frobby/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-mathematics/frobby/frobby-0.9.0-r2.ebuild sci-mathematics/frobby/frobby-0.9.0-r3.ebuild X-VCS-Directories: sci-mathematics/frobby/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 3ca4f1b409291623899cc1195f928a2f786b53ac 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: 5cc60d76-dc61-4659-8f57-fd3771cae479 X-Archives-Hash: b3d7f5ca6676010fd4743c50f7998df4 commit: 3ca4f1b409291623899cc1195f928a2f786b53ac Author: David Seifert gentoo org> AuthorDate: Fri Jun 18 13:15:30 2021 +0000 Commit: David Seifert gentoo org> CommitDate: Fri Jun 18 13:15:30 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ca4f1b4 sci-mathematics/frobby: Depend on dev-libs/gmp[cxx(+)] Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: David Seifert gentoo.org> .../frobby/{frobby-0.9.0-r2.ebuild => frobby-0.9.0-r3.ebuild} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sci-mathematics/frobby/frobby-0.9.0-r2.ebuild b/sci-mathematics/frobby/frobby-0.9.0-r3.ebuild similarity index 94% rename from sci-mathematics/frobby/frobby-0.9.0-r2.ebuild rename to sci-mathematics/frobby/frobby-0.9.0-r3.ebuild index 3632bf9afd6..ae7086641b0 100644 --- a/sci-mathematics/frobby/frobby-0.9.0-r2.ebuild +++ b/sci-mathematics/frobby/frobby-0.9.0-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -14,7 +14,7 @@ SLOT="0" KEYWORDS="amd64 ~arm x86" IUSE="doc static-libs" -RDEPEND="dev-libs/gmp:0=[cxx]" +RDEPEND="dev-libs/gmp:0=[cxx(+)]" DEPEND="${RDEPEND} doc? ( virtual/latex-base )"