Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-physics/fastjet/
Date: Wed, 07 Jul 2021 17:48:40
Message-Id: 1625680109.9adab15e6551d48f8ec79c05bbe43b861b33d269.juippis@gentoo
1 commit: 9adab15e6551d48f8ec79c05bbe43b861b33d269
2 Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jul 7 17:44:06 2021 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Wed Jul 7 17:48:29 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9adab15e
7
8 sci-physics/fastjet: revbump to match new cgal[shared] config
9
10 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
11
12 .../fastjet/{fastjet-3.0.6-r2.ebuild => fastjet-3.0.6-r3.ebuild} | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/sci-physics/fastjet/fastjet-3.0.6-r2.ebuild b/sci-physics/fastjet/fastjet-3.0.6-r3.ebuild
16 similarity index 96%
17 rename from sci-physics/fastjet/fastjet-3.0.6-r2.ebuild
18 rename to sci-physics/fastjet/fastjet-3.0.6-r3.ebuild
19 index 59084ef062c..083818379ed 100644
20 --- a/sci-physics/fastjet/fastjet-3.0.6-r2.ebuild
21 +++ b/sci-physics/fastjet/fastjet-3.0.6-r3.ebuild
22 @@ -17,7 +17,7 @@ KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
23 IUSE="cgal doc examples +plugins"
24
25 RDEPEND="
26 - cgal? ( sci-mathematics/cgal:= )
27 + cgal? ( sci-mathematics/cgal:=[shared(+)] )
28 plugins? ( sci-physics/siscone:= )"
29 DEPEND="${RDEPEND}"
30 BDEPEND="doc? ( app-doc/doxygen[dot] )"