diff options
author | 2021-08-12 16:49:58 +0200 | |
---|---|---|
committer | 2021-08-12 16:50:09 +0200 | |
commit | f9573d45aff11f1e629dfb5ec1b9298887467a20 (patch) | |
tree | 90bda01e0905972e60a2fd14279158f4e8b5d22a /dev-ros/pointcloud_to_laserscan | |
parent | app-i18n/ibus-typing-booster: drop old (diff) | |
download | gentoo-f9573d45aff11f1e629dfb5ec1b9298887467a20.tar.gz gentoo-f9573d45aff11f1e629dfb5ec1b9298887467a20.tar.bz2 gentoo-f9573d45aff11f1e629dfb5ec1b9298887467a20.zip |
dev-ros/pointcloud_to_laserscan: add missing dep
Closes: https://bugs.gentoo.org/785505
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Alexis Ballier <aballier@gentoo.org>
Diffstat (limited to 'dev-ros/pointcloud_to_laserscan')
-rw-r--r-- | dev-ros/pointcloud_to_laserscan/pointcloud_to_laserscan-1.4.1.ebuild | 3 | ||||
-rw-r--r-- | dev-ros/pointcloud_to_laserscan/pointcloud_to_laserscan-9999.ebuild | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/dev-ros/pointcloud_to_laserscan/pointcloud_to_laserscan-1.4.1.ebuild b/dev-ros/pointcloud_to_laserscan/pointcloud_to_laserscan-1.4.1.ebuild index e6427082f109..9eead45c256d 100644 --- a/dev-ros/pointcloud_to_laserscan/pointcloud_to_laserscan-1.4.1.ebuild +++ b/dev-ros/pointcloud_to_laserscan/pointcloud_to_laserscan-1.4.1.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 @@ -21,6 +21,7 @@ RDEPEND=" dev-ros/tf2_sensor_msgs dev-libs/boost:= dev-libs/console_bridge:= + dev-ros/laser_geometry " DEPEND="${RDEPEND} dev-ros/sensor_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] diff --git a/dev-ros/pointcloud_to_laserscan/pointcloud_to_laserscan-9999.ebuild b/dev-ros/pointcloud_to_laserscan/pointcloud_to_laserscan-9999.ebuild index e6427082f109..9eead45c256d 100644 --- a/dev-ros/pointcloud_to_laserscan/pointcloud_to_laserscan-9999.ebuild +++ b/dev-ros/pointcloud_to_laserscan/pointcloud_to_laserscan-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 @@ -21,6 +21,7 @@ RDEPEND=" dev-ros/tf2_sensor_msgs dev-libs/boost:= dev-libs/console_bridge:= + dev-ros/laser_geometry " DEPEND="${RDEPEND} dev-ros/sensor_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] |