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/frobby/
Date: Fri, 18 Jun 2021 13:16:03
Message-Id: 1624022130.3ca4f1b409291623899cc1195f928a2f786b53ac.soap@gentoo
1 commit: 3ca4f1b409291623899cc1195f928a2f786b53ac
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jun 18 13:15:30 2021 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Fri Jun 18 13:15:30 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ca4f1b4
7
8 sci-mathematics/frobby: 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 .../frobby/{frobby-0.9.0-r2.ebuild => frobby-0.9.0-r3.ebuild} | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/sci-mathematics/frobby/frobby-0.9.0-r2.ebuild b/sci-mathematics/frobby/frobby-0.9.0-r3.ebuild
17 similarity index 94%
18 rename from sci-mathematics/frobby/frobby-0.9.0-r2.ebuild
19 rename to sci-mathematics/frobby/frobby-0.9.0-r3.ebuild
20 index 3632bf9afd6..ae7086641b0 100644
21 --- a/sci-mathematics/frobby/frobby-0.9.0-r2.ebuild
22 +++ b/sci-mathematics/frobby/frobby-0.9.0-r3.ebuild
23 @@ -1,4 +1,4 @@
24 -# Copyright 1999-2017 Gentoo Foundation
25 +# Copyright 1999-2021 Gentoo Authors
26 # Distributed under the terms of the GNU General Public License v2
27
28 EAPI=6
29 @@ -14,7 +14,7 @@ SLOT="0"
30 KEYWORDS="amd64 ~arm x86"
31 IUSE="doc static-libs"
32
33 -RDEPEND="dev-libs/gmp:0=[cxx]"
34 +RDEPEND="dev-libs/gmp:0=[cxx(+)]"
35 DEPEND="${RDEPEND}
36 doc? ( virtual/latex-base )"