Gentoo Archives: gentoo-commits

From: Michael Orlitzky <mjo@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/topcom/
Date: Sun, 08 May 2022 01:20:36
Message-Id: 1651972689.e9826e895bcf12b4de14809e301d1989a12903cb.mjo@gentoo
1 commit: e9826e895bcf12b4de14809e301d1989a12903cb
2 Author: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 8 01:17:44 2022 +0000
4 Commit: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
5 CommitDate: Sun May 8 01:18:09 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9826e89
7
8 sci-mathematics/topcom: new revision to fix gmp dependency.
9
10 We need gmp[cxx] to link with -lgmpxx.
11
12 Closes: https://bugs.gentoo.org/776883
13 Package-Manager: Portage-3.0.30, Repoman-3.0.3
14 Signed-off-by: Michael Orlitzky <mjo <AT> gentoo.org>
15
16 .../topcom/{topcom-0.17.8-r2.ebuild => topcom-0.17.8-r3.ebuild} | 3 ++-
17 1 file changed, 2 insertions(+), 1 deletion(-)
18
19 diff --git a/sci-mathematics/topcom/topcom-0.17.8-r2.ebuild b/sci-mathematics/topcom/topcom-0.17.8-r3.ebuild
20 similarity index 95%
21 rename from sci-mathematics/topcom/topcom-0.17.8-r2.ebuild
22 rename to sci-mathematics/topcom/topcom-0.17.8-r3.ebuild
23 index 1e0b4b30d0bd..a2d33b020ee2 100644
24 --- a/sci-mathematics/topcom/topcom-0.17.8-r2.ebuild
25 +++ b/sci-mathematics/topcom/topcom-0.17.8-r3.ebuild
26 @@ -19,8 +19,9 @@ SLOT="0"
27 LICENSE="GPL-2"
28 IUSE="examples"
29
30 +# need gmp[cxx] since we append -lgmpxx to LIBS
31 DEPEND="
32 - dev-libs/gmp:0
33 + dev-libs/gmp:0[cxx]
34 >=sci-libs/cddlib-094f
35 "
36 RDEPEND="${DEPEND}"