diff options
author | David Seifert <soap@gentoo.org> | 2022-09-04 14:22:34 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2022-09-04 14:22:34 +0200 |
commit | 600a89e8ebb47322fcf00cb18e58636e5e632c3b (patch) | |
tree | 9edd753568935815eb0b9a621d511964ef966f94 /sci-libs/fcl | |
parent | sci-libs/coinor-cppad: remove boost[threads(+)] usedep (diff) | |
download | gentoo-600a89e8ebb47322fcf00cb18e58636e5e632c3b.tar.gz gentoo-600a89e8ebb47322fcf00cb18e58636e5e632c3b.tar.bz2 gentoo-600a89e8ebb47322fcf00cb18e58636e5e632c3b.zip |
sci-libs/fcl: remove boost[threads(+)] usedep
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'sci-libs/fcl')
-rw-r--r-- | sci-libs/fcl/fcl-0.6.1-r1.ebuild | 4 | ||||
-rw-r--r-- | sci-libs/fcl/fcl-9999.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sci-libs/fcl/fcl-0.6.1-r1.ebuild b/sci-libs/fcl/fcl-0.6.1-r1.ebuild index 5302b1fe59d9..3ec5f3be81fc 100644 --- a/sci-libs/fcl/fcl-0.6.1-r1.ebuild +++ b/sci-libs/fcl/fcl-0.6.1-r1.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 @@ -23,7 +23,7 @@ RESTRICT="!test? ( test )" RDEPEND=" dev-cpp/eigen:3 - dev-libs/boost:=[threads(+)] + dev-libs/boost:= sci-libs/flann sci-libs/libccd[double-precision] octomap? ( sci-libs/octomap:= ) diff --git a/sci-libs/fcl/fcl-9999.ebuild b/sci-libs/fcl/fcl-9999.ebuild index 6d8c46a0c5cd..a948d33b7591 100644 --- a/sci-libs/fcl/fcl-9999.ebuild +++ b/sci-libs/fcl/fcl-9999.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 @@ -23,7 +23,7 @@ RESTRICT="!test? ( test )" RDEPEND=" dev-cpp/eigen:3 - dev-libs/boost:=[threads(+)] + dev-libs/boost:= sci-libs/flann sci-libs/libccd[double-precision] octomap? ( sci-libs/octomap:= )" |