diff options
Diffstat (limited to 'sci-physics/fastjet')
-rw-r--r-- | sci-physics/fastjet/fastjet-3.0.6-r3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-physics/fastjet/fastjet-3.0.6-r3.ebuild b/sci-physics/fastjet/fastjet-3.0.6-r3.ebuild index 083818379ede..b62fa18aba46 100644 --- a/sci-physics/fastjet/fastjet-3.0.6-r3.ebuild +++ b/sci-physics/fastjet/fastjet-3.0.6-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -17,7 +17,7 @@ KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" IUSE="cgal doc examples +plugins" RDEPEND=" - cgal? ( sci-mathematics/cgal:=[shared(+)] ) + cgal? ( <sci-mathematics/cgal-5.3:=[shared(+)] ) plugins? ( sci-physics/siscone:= )" DEPEND="${RDEPEND}" BDEPEND="doc? ( app-doc/doxygen[dot] )" |