diff options
author | David Seifert <soap@gentoo.org> | 2022-09-04 14:21:28 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2022-09-04 14:21:28 +0200 |
commit | 3b97aee769caa72b78b89b575fd062d301667fb8 (patch) | |
tree | 825448082f3aa49836a90e20c29d2b85e2f87995 /dev-ros | |
parent | dev-ros/image_view: remove boost[threads(+)] usedep (diff) | |
download | gentoo-3b97aee769caa72b78b89b575fd062d301667fb8.tar.gz gentoo-3b97aee769caa72b78b89b575fd062d301667fb8.tar.bz2 gentoo-3b97aee769caa72b78b89b575fd062d301667fb8.zip |
dev-ros/imu_filter_madgwick: remove boost[threads(+)] usedep
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'dev-ros')
3 files changed, 6 insertions, 6 deletions
diff --git a/dev-ros/imu_filter_madgwick/imu_filter_madgwick-1.2.2-r2.ebuild b/dev-ros/imu_filter_madgwick/imu_filter_madgwick-1.2.2-r2.ebuild index 9c8ff8ebace4..88596ba7f3f8 100644 --- a/dev-ros/imu_filter_madgwick/imu_filter_madgwick-1.2.2-r2.ebuild +++ b/dev-ros/imu_filter_madgwick/imu_filter_madgwick-1.2.2-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 @@ -24,7 +24,7 @@ RDEPEND=" dev-ros/pluginlib dev-ros/message_filters dev-ros/dynamic_reconfigure[${PYTHON_SINGLE_USEDEP}] - dev-libs/boost:=[threads(+)] + dev-libs/boost:= " DEPEND="${RDEPEND} dev-ros/sensor_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] diff --git a/dev-ros/imu_filter_madgwick/imu_filter_madgwick-1.2.3.ebuild b/dev-ros/imu_filter_madgwick/imu_filter_madgwick-1.2.3.ebuild index 9c8ff8ebace4..88596ba7f3f8 100644 --- a/dev-ros/imu_filter_madgwick/imu_filter_madgwick-1.2.3.ebuild +++ b/dev-ros/imu_filter_madgwick/imu_filter_madgwick-1.2.3.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 @@ -24,7 +24,7 @@ RDEPEND=" dev-ros/pluginlib dev-ros/message_filters dev-ros/dynamic_reconfigure[${PYTHON_SINGLE_USEDEP}] - dev-libs/boost:=[threads(+)] + dev-libs/boost:= " DEPEND="${RDEPEND} dev-ros/sensor_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] diff --git a/dev-ros/imu_filter_madgwick/imu_filter_madgwick-9999.ebuild b/dev-ros/imu_filter_madgwick/imu_filter_madgwick-9999.ebuild index 9c8ff8ebace4..88596ba7f3f8 100644 --- a/dev-ros/imu_filter_madgwick/imu_filter_madgwick-9999.ebuild +++ b/dev-ros/imu_filter_madgwick/imu_filter_madgwick-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 @@ -24,7 +24,7 @@ RDEPEND=" dev-ros/pluginlib dev-ros/message_filters dev-ros/dynamic_reconfigure[${PYTHON_SINGLE_USEDEP}] - dev-libs/boost:=[threads(+)] + dev-libs/boost:= " DEPEND="${RDEPEND} dev-ros/sensor_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] |