Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/gfan/
Date: Fri, 18 Jun 2021 13:16:04
Message-Id: 1624022133.679d6d8c8e2f7a665ec20330852f6a1b4cf2dd56.soap@gentoo
1 commit: 679d6d8c8e2f7a665ec20330852f6a1b4cf2dd56
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jun 18 13:15:33 2021 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Fri Jun 18 13:15:33 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=679d6d8c
7
8 sci-mathematics/gfan: Depend on dev-libs/gmp[cxx(+)]
9
10 Package-Manager: Portage-3.0.20, Repoman-3.0.3
11 Signed-off-by: David Seifert <soap <AT> gentoo.org>
12
13 sci-mathematics/gfan/{gfan-0.6.2.ebuild => gfan-0.6.2-r2.ebuild} | 4 ++--
14 sci-mathematics/gfan/{gfan-0.6.2-r1.ebuild => gfan-0.6.2-r3.ebuild} | 2 +-
15 2 files changed, 3 insertions(+), 3 deletions(-)
16
17 diff --git a/sci-mathematics/gfan/gfan-0.6.2.ebuild b/sci-mathematics/gfan/gfan-0.6.2-r2.ebuild
18 similarity index 95%
19 rename from sci-mathematics/gfan/gfan-0.6.2.ebuild
20 rename to sci-mathematics/gfan/gfan-0.6.2-r2.ebuild
21 index 44e05155003..24132c367b9 100644
22 --- a/sci-mathematics/gfan/gfan-0.6.2.ebuild
23 +++ b/sci-mathematics/gfan/gfan-0.6.2-r2.ebuild
24 @@ -1,4 +1,4 @@
25 -# Copyright 1999-2020 Gentoo Authors
26 +# Copyright 1999-2021 Gentoo Authors
27 # Distributed under the terms of the GNU General Public License v2
28
29 EAPI=7
30 @@ -15,7 +15,7 @@ KEYWORDS="amd64 ~arm x86 ~amd64-linux ~x86-linux"
31 IUSE="doc"
32
33 BDEPEND="doc? ( virtual/latex-base )"
34 -DEPEND="dev-libs/gmp:0=[cxx]
35 +DEPEND="dev-libs/gmp:0=[cxx(+)]
36 sci-libs/cddlib:0="
37 RDEPEND="${DEPEND}"
38
39
40 diff --git a/sci-mathematics/gfan/gfan-0.6.2-r1.ebuild b/sci-mathematics/gfan/gfan-0.6.2-r3.ebuild
41 similarity index 98%
42 rename from sci-mathematics/gfan/gfan-0.6.2-r1.ebuild
43 rename to sci-mathematics/gfan/gfan-0.6.2-r3.ebuild
44 index 185e558ce12..00132defd82 100644
45 --- a/sci-mathematics/gfan/gfan-0.6.2-r1.ebuild
46 +++ b/sci-mathematics/gfan/gfan-0.6.2-r3.ebuild
47 @@ -15,7 +15,7 @@ KEYWORDS="amd64 ~arm ~x86 ~amd64-linux ~x86-linux"
48 IUSE="doc"
49
50 BDEPEND="doc? ( virtual/latex-base )"
51 -DEPEND="dev-libs/gmp:0=[cxx]
52 +DEPEND="dev-libs/gmp:0=[cxx(+)]
53 sci-libs/cddlib:0="
54 RDEPEND="${DEPEND}"