summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Ammerlaan <andrewammerlaan@gentoo.org>2022-07-22 11:41:08 +0200
committerAndrew Ammerlaan <andrewammerlaan@gentoo.org>2022-07-22 11:42:45 +0200
commit03033a9c9ffc67e6722c715340e678efed3b0828 (patch)
treeb4eaec316039ab930ef4e4ea165f8f86eca70745 /sci-physics/fastjet
parentsci-physics/fastjet-contrib: new package, add 1.049 (diff)
downloadgentoo-03033a9c9ffc67e6722c715340e678efed3b0828.tar.gz
gentoo-03033a9c9ffc67e6722c715340e678efed3b0828.tar.bz2
gentoo-03033a9c9ffc67e6722c715340e678efed3b0828.zip
sci-physics/fastjet: depend on cgal<5.3
cgal versions newer then 5.2 do not install the shared libraries that this package looks for in the configure phase even with USE="shared" Bug: https://bugs.gentoo.org/851912 Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
Diffstat (limited to 'sci-physics/fastjet')
-rw-r--r--sci-physics/fastjet/fastjet-3.0.6-r3.ebuild4
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] )"