diff options
author | David Seifert <soap@gentoo.org> | 2022-09-04 14:21:22 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2022-09-04 14:21:22 +0200 |
commit | 3fc992c6184becd024634b83a364493c764af3f0 (patch) | |
tree | 6a49a153c2a50c0f3ace978737cb5a9ce54bc331 /dev-ros | |
parent | dev-ros/filters: remove boost[threads(+)] usedep (diff) | |
download | gentoo-3fc992c6184becd024634b83a364493c764af3f0.tar.gz gentoo-3fc992c6184becd024634b83a364493c764af3f0.tar.bz2 gentoo-3fc992c6184becd024634b83a364493c764af3f0.zip |
dev-ros/gazebo_ros: remove boost[threads(+)] usedep
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'dev-ros')
-rw-r--r-- | dev-ros/gazebo_ros/gazebo_ros-2.9.1-r1.ebuild | 4 | ||||
-rw-r--r-- | dev-ros/gazebo_ros/gazebo_ros-2.9.2-r1.ebuild | 4 | ||||
-rw-r--r-- | dev-ros/gazebo_ros/gazebo_ros-9999.ebuild | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/dev-ros/gazebo_ros/gazebo_ros-2.9.1-r1.ebuild b/dev-ros/gazebo_ros/gazebo_ros-2.9.1-r1.ebuild index aa90ebffbb65..b33093473320 100644 --- a/dev-ros/gazebo_ros/gazebo_ros-2.9.1-r1.ebuild +++ b/dev-ros/gazebo_ros/gazebo_ros-2.9.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 @@ -25,7 +25,7 @@ RDEPEND=" dev-ros/tf[${PYTHON_SINGLE_USEDEP}] dev-ros/dynamic_reconfigure dev-libs/libxml2 - dev-libs/boost:=[threads(+)] + dev-libs/boost:= dev-ros/geometry_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP}] dev-ros/std_srvs[${CATKIN_MESSAGES_PYTHON_USEDEP}] " diff --git a/dev-ros/gazebo_ros/gazebo_ros-2.9.2-r1.ebuild b/dev-ros/gazebo_ros/gazebo_ros-2.9.2-r1.ebuild index aa90ebffbb65..b33093473320 100644 --- a/dev-ros/gazebo_ros/gazebo_ros-2.9.2-r1.ebuild +++ b/dev-ros/gazebo_ros/gazebo_ros-2.9.2-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 @@ -25,7 +25,7 @@ RDEPEND=" dev-ros/tf[${PYTHON_SINGLE_USEDEP}] dev-ros/dynamic_reconfigure dev-libs/libxml2 - dev-libs/boost:=[threads(+)] + dev-libs/boost:= dev-ros/geometry_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP}] dev-ros/std_srvs[${CATKIN_MESSAGES_PYTHON_USEDEP}] " diff --git a/dev-ros/gazebo_ros/gazebo_ros-9999.ebuild b/dev-ros/gazebo_ros/gazebo_ros-9999.ebuild index aa90ebffbb65..b33093473320 100644 --- a/dev-ros/gazebo_ros/gazebo_ros-9999.ebuild +++ b/dev-ros/gazebo_ros/gazebo_ros-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 @@ -25,7 +25,7 @@ RDEPEND=" dev-ros/tf[${PYTHON_SINGLE_USEDEP}] dev-ros/dynamic_reconfigure dev-libs/libxml2 - dev-libs/boost:=[threads(+)] + dev-libs/boost:= dev-ros/geometry_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP}] dev-ros/std_srvs[${CATKIN_MESSAGES_PYTHON_USEDEP}] " |