diff options
author | David Seifert <soap@gentoo.org> | 2021-06-18 15:15:33 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2021-06-18 15:15:33 +0200 |
commit | 679d6d8c8e2f7a665ec20330852f6a1b4cf2dd56 (patch) | |
tree | c0d4555c620920ef37c8f01b7e143afed2cea4e6 /sci-mathematics/gfan | |
parent | sci-mathematics/frobby: Depend on dev-libs/gmp[cxx(+)] (diff) | |
download | gentoo-679d6d8c8e2f7a665ec20330852f6a1b4cf2dd56.tar.gz gentoo-679d6d8c8e2f7a665ec20330852f6a1b4cf2dd56.tar.bz2 gentoo-679d6d8c8e2f7a665ec20330852f6a1b4cf2dd56.zip |
sci-mathematics/gfan: 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/gfan')
-rw-r--r-- | sci-mathematics/gfan/gfan-0.6.2-r2.ebuild (renamed from sci-mathematics/gfan/gfan-0.6.2.ebuild) | 4 | ||||
-rw-r--r-- | sci-mathematics/gfan/gfan-0.6.2-r3.ebuild (renamed from sci-mathematics/gfan/gfan-0.6.2-r1.ebuild) | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/sci-mathematics/gfan/gfan-0.6.2.ebuild b/sci-mathematics/gfan/gfan-0.6.2-r2.ebuild index 44e051550034..24132c367b9e 100644 --- a/sci-mathematics/gfan/gfan-0.6.2.ebuild +++ b/sci-mathematics/gfan/gfan-0.6.2-r2.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 @@ KEYWORDS="amd64 ~arm x86 ~amd64-linux ~x86-linux" IUSE="doc" BDEPEND="doc? ( virtual/latex-base )" -DEPEND="dev-libs/gmp:0=[cxx] +DEPEND="dev-libs/gmp:0=[cxx(+)] sci-libs/cddlib:0=" RDEPEND="${DEPEND}" diff --git a/sci-mathematics/gfan/gfan-0.6.2-r1.ebuild b/sci-mathematics/gfan/gfan-0.6.2-r3.ebuild index 185e558ce126..00132defd82f 100644 --- a/sci-mathematics/gfan/gfan-0.6.2-r1.ebuild +++ b/sci-mathematics/gfan/gfan-0.6.2-r3.ebuild @@ -15,7 +15,7 @@ KEYWORDS="amd64 ~arm ~x86 ~amd64-linux ~x86-linux" IUSE="doc" BDEPEND="doc? ( virtual/latex-base )" -DEPEND="dev-libs/gmp:0=[cxx] +DEPEND="dev-libs/gmp:0=[cxx(+)] sci-libs/cddlib:0=" RDEPEND="${DEPEND}" |