summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Orlitzky <mjo@gentoo.org>2022-05-07 21:17:44 -0400
committerMichael Orlitzky <mjo@gentoo.org>2022-05-07 21:18:09 -0400
commite9826e895bcf12b4de14809e301d1989a12903cb (patch)
treeec0471dc923a7ec170d1d265499baed32a4a8bf9 /sci-mathematics
parentapp-xemacs/eudc: Stabilize 1.44 ALLARCHES, #843200 (diff)
downloadgentoo-e9826e895bcf12b4de14809e301d1989a12903cb.tar.gz
gentoo-e9826e895bcf12b4de14809e301d1989a12903cb.tar.bz2
gentoo-e9826e895bcf12b4de14809e301d1989a12903cb.zip
sci-mathematics/topcom: new revision to fix gmp dependency.
We need gmp[cxx] to link with -lgmpxx. Closes: https://bugs.gentoo.org/776883 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
Diffstat (limited to 'sci-mathematics')
-rw-r--r--sci-mathematics/topcom/topcom-0.17.8-r3.ebuild (renamed from sci-mathematics/topcom/topcom-0.17.8-r2.ebuild)3
1 files changed, 2 insertions, 1 deletions
diff --git a/sci-mathematics/topcom/topcom-0.17.8-r2.ebuild b/sci-mathematics/topcom/topcom-0.17.8-r3.ebuild
index 1e0b4b30d0bd..a2d33b020ee2 100644
--- a/sci-mathematics/topcom/topcom-0.17.8-r2.ebuild
+++ b/sci-mathematics/topcom/topcom-0.17.8-r3.ebuild
@@ -19,8 +19,9 @@ SLOT="0"
LICENSE="GPL-2"
IUSE="examples"
+# need gmp[cxx] since we append -lgmpxx to LIBS
DEPEND="
- dev-libs/gmp:0
+ dev-libs/gmp:0[cxx]
>=sci-libs/cddlib-094f
"
RDEPEND="${DEPEND}"