diff options
author | David Seifert <soap@gentoo.org> | 2021-06-18 15:15:30 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2021-06-18 15:15:30 +0200 |
commit | 3ca4f1b409291623899cc1195f928a2f786b53ac (patch) | |
tree | 89104ef64ddc6cc71d3b0ed3aaaa710d92165b69 /sci-mathematics | |
parent | sci-mathematics/cgal: Depend on dev-libs/gmp[cxx(+)] (diff) | |
download | gentoo-3ca4f1b409291623899cc1195f928a2f786b53ac.tar.gz gentoo-3ca4f1b409291623899cc1195f928a2f786b53ac.tar.bz2 gentoo-3ca4f1b409291623899cc1195f928a2f786b53ac.zip |
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@gentoo.org>
Diffstat (limited to 'sci-mathematics')
-rw-r--r-- | sci-mathematics/frobby/frobby-0.9.0-r3.ebuild (renamed from sci-mathematics/frobby/frobby-0.9.0-r2.ebuild) | 4 |
1 files 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 index 3632bf9afd6d..ae7086641b0d 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 )" |