dev-ros/amcl: add missing sensor_msgs dep.
authorAlexis Ballier <aballier@gentoo.org>
Wed, 11 Dec 2019 15:33:44 +0000 (16:33 +0100)
committerAlexis Ballier <aballier@gentoo.org>
Wed, 11 Dec 2019 16:12:26 +0000 (17:12 +0100)
Closes: https://bugs.gentoo.org/701486
Package-Manager: Portage-2.3.81, Repoman-2.3.20
Signed-off-by: Alexis Ballier <aballier@gentoo.org>
dev-ros/amcl/amcl-1.16.3.ebuild
dev-ros/amcl/amcl-9999.ebuild

index f83edae6cd3d427d35bdfc12297575eb86588653..e2d2d799884a5d06cee0561ea6eacf13000c6713 100644 (file)
@@ -22,6 +22,7 @@ RDEPEND="
        dev-ros/rosbag
                dev-libs/boost:=
        dev-ros/roscpp
+       dev-ros/sensor_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
        dev-ros/std_srvs[${CATKIN_MESSAGES_CXX_USEDEP}]
        dev-ros/tf2
        dev-ros/tf2_geometry_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
index 2c9900308d7a7e111ae8469296a1ac34a3382a85..e2d2d799884a5d06cee0561ea6eacf13000c6713 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -22,6 +22,7 @@ RDEPEND="
        dev-ros/rosbag
                dev-libs/boost:=
        dev-ros/roscpp
+       dev-ros/sensor_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
        dev-ros/std_srvs[${CATKIN_MESSAGES_CXX_USEDEP}]
        dev-ros/tf2
        dev-ros/tf2_geometry_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
@@ -31,3 +32,4 @@ RDEPEND="
 DEPEND="${RDEPEND}
        test? ( dev-ros/rostest[${PYTHON_USEDEP}] dev-python/python_orocos_kdl[${PYTHON_USEDEP}] dev-ros/map_server[${PYTHON_USEDEP}] )
 "
+PATCHES=( "${FILESDIR}/cmake.patch" )