commit: 3ca4f1b409291623899cc1195f928a2f786b53ac
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 18 13:15:30 2021 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> 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 <soap <AT> 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 )"