summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2021-06-18 21:17:38 +0200
committerDavid Seifert <soap@gentoo.org>2021-06-18 21:17:38 +0200
commit48414c56681ed0545aeb595ce7eb9e1733e230ab (patch)
treecbb0a7aef483b7e2ec5bc29e9edea62951b57786 /sci-libs/fcl
parentsci-libs/coinor-cppad: Depend on dev-libs/boost:=[threads(+)] (diff)
downloadgentoo-48414c56681ed0545aeb595ce7eb9e1733e230ab.tar.gz
gentoo-48414c56681ed0545aeb595ce7eb9e1733e230ab.tar.bz2
gentoo-48414c56681ed0545aeb595ce7eb9e1733e230ab.zip
sci-libs/fcl: Depend on dev-libs/boost:=[threads(+)]
Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'sci-libs/fcl')
-rw-r--r--sci-libs/fcl/fcl-0.5.0-r1.ebuild (renamed from sci-libs/fcl/fcl-0.5.0.ebuild)4
-rw-r--r--sci-libs/fcl/fcl-0.6.1-r1.ebuild (renamed from sci-libs/fcl/fcl-0.6.1.ebuild)6
-rw-r--r--sci-libs/fcl/fcl-9999.ebuild6
3 files changed, 8 insertions, 8 deletions
diff --git a/sci-libs/fcl/fcl-0.5.0.ebuild b/sci-libs/fcl/fcl-0.5.0-r1.ebuild
index 746c037a13ce..ed568a3218b8 100644
--- a/sci-libs/fcl/fcl-0.5.0.ebuild
+++ b/sci-libs/fcl/fcl-0.5.0-r1.ebuild
@@ -25,9 +25,9 @@ SLOT="0"
IUSE="cpu_flags_x86_sse"
RDEPEND="
- sci-libs/octomap
+ sci-libs/octomap:=
sci-libs/flann
- dev-libs/boost:=[threads]
+ dev-libs/boost:=[threads(+)]
sci-libs/libccd"
DEPEND="${RDEPEND}
virtual/pkgconfig"
diff --git a/sci-libs/fcl/fcl-0.6.1.ebuild b/sci-libs/fcl/fcl-0.6.1-r1.ebuild
index 8c1a80c0eb37..5302b1fe59d9 100644
--- a/sci-libs/fcl/fcl-0.6.1.ebuild
+++ b/sci-libs/fcl/fcl-0.6.1-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -23,10 +23,10 @@ RESTRICT="!test? ( test )"
RDEPEND="
dev-cpp/eigen:3
- dev-libs/boost:=[threads]
+ dev-libs/boost:=[threads(+)]
sci-libs/flann
sci-libs/libccd[double-precision]
- octomap? ( sci-libs/octomap )
+ octomap? ( sci-libs/octomap:= )
"
DEPEND="${RDEPEND}
diff --git a/sci-libs/fcl/fcl-9999.ebuild b/sci-libs/fcl/fcl-9999.ebuild
index fe367b10808f..6d8c46a0c5cd 100644
--- a/sci-libs/fcl/fcl-9999.ebuild
+++ b/sci-libs/fcl/fcl-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -23,10 +23,10 @@ RESTRICT="!test? ( test )"
RDEPEND="
dev-cpp/eigen:3
- dev-libs/boost:=[threads]
+ dev-libs/boost:=[threads(+)]
sci-libs/flann
sci-libs/libccd[double-precision]
- octomap? ( sci-libs/octomap )"
+ octomap? ( sci-libs/octomap:= )"
DEPEND="${RDEPEND}
doc? ( app-doc/doxygen )