diff options
author | David Seifert <soap@gentoo.org> | 2022-09-04 14:21:11 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2022-09-04 14:21:11 +0200 |
commit | 6091f632a6552a2f99462e9f712ff7a749cb6604 (patch) | |
tree | 2a239ff413645e74e124e84958764aedcfd54c41 /dev-ros | |
parent | dev-ros/audio_play: remove boost[threads(+)] usedep (diff) | |
download | gentoo-6091f632a6552a2f99462e9f712ff7a749cb6604.tar.gz gentoo-6091f632a6552a2f99462e9f712ff7a749cb6604.tar.bz2 gentoo-6091f632a6552a2f99462e9f712ff7a749cb6604.zip |
dev-ros/base_local_planner: remove boost[threads(+)] usedep
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'dev-ros')
-rw-r--r-- | dev-ros/base_local_planner/base_local_planner-1.17.1-r2.ebuild | 4 | ||||
-rw-r--r-- | dev-ros/base_local_planner/base_local_planner-9999.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-ros/base_local_planner/base_local_planner-1.17.1-r2.ebuild b/dev-ros/base_local_planner/base_local_planner-1.17.1-r2.ebuild index 5579104bc052..9d4439aaeb9c 100644 --- a/dev-ros/base_local_planner/base_local_planner-1.17.1-r2.ebuild +++ b/dev-ros/base_local_planner/base_local_planner-1.17.1-r2.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 @@ -28,7 +28,7 @@ RDEPEND=" dev-ros/tf2 dev-ros/tf2_ros dev-ros/voxel_grid - dev-libs/boost:=[threads(+)] + dev-libs/boost:= " DEPEND="${RDEPEND} dev-ros/geometry_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] diff --git a/dev-ros/base_local_planner/base_local_planner-9999.ebuild b/dev-ros/base_local_planner/base_local_planner-9999.ebuild index 5579104bc052..9d4439aaeb9c 100644 --- a/dev-ros/base_local_planner/base_local_planner-9999.ebuild +++ b/dev-ros/base_local_planner/base_local_planner-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 @@ -28,7 +28,7 @@ RDEPEND=" dev-ros/tf2 dev-ros/tf2_ros dev-ros/voxel_grid - dev-libs/boost:=[threads(+)] + dev-libs/boost:= " DEPEND="${RDEPEND} dev-ros/geometry_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] |