summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2020-07-30 15:11:14 +0200
committerAlexis Ballier <aballier@gentoo.org>2020-07-30 15:11:14 +0200
commit45cd75d5f3f6a333ac88444e4cd7fa368189f40e (patch)
tree30e49104e93097e2d295a9e1a5d5a147a2aa5831 /dev-ros
parentdev-ros/pcl_ros: add missing test deps (diff)
downloadgentoo-45cd75d5f3f6a333ac88444e4cd7fa368189f40e.tar.gz
gentoo-45cd75d5f3f6a333ac88444e4cd7fa368189f40e.tar.bz2
gentoo-45cd75d5f3f6a333ac88444e4cd7fa368189f40e.zip
dev-ros/robot_pose_ekf: add missing test dep
Closes: https://bugs.gentoo.org/734748 Package-Manager: Portage-3.0.1, Repoman-2.3.23 Signed-off-by: Alexis Ballier <aballier@gentoo.org>
Diffstat (limited to 'dev-ros')
-rw-r--r--dev-ros/robot_pose_ekf/robot_pose_ekf-1.14.5.ebuild5
-rw-r--r--dev-ros/robot_pose_ekf/robot_pose_ekf-9999.ebuild5
2 files changed, 8 insertions, 2 deletions
diff --git a/dev-ros/robot_pose_ekf/robot_pose_ekf-1.14.5.ebuild b/dev-ros/robot_pose_ekf/robot_pose_ekf-1.14.5.ebuild
index 8e96c9044e75..68b49259d460 100644
--- a/dev-ros/robot_pose_ekf/robot_pose_ekf-1.14.5.ebuild
+++ b/dev-ros/robot_pose_ekf/robot_pose_ekf-1.14.5.ebuild
@@ -24,5 +24,8 @@ DEPEND="${RDEPEND}
dev-ros/nav_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
dev-ros/geometry_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
dev-ros/sensor_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
- test? ( dev-ros/rostest[${PYTHON_SINGLE_USEDEP}] )
+ test? (
+ dev-ros/rostest[${PYTHON_SINGLE_USEDEP}]
+ dev-cpp/gtest
+ )
virtual/pkgconfig"
diff --git a/dev-ros/robot_pose_ekf/robot_pose_ekf-9999.ebuild b/dev-ros/robot_pose_ekf/robot_pose_ekf-9999.ebuild
index 8e96c9044e75..68b49259d460 100644
--- a/dev-ros/robot_pose_ekf/robot_pose_ekf-9999.ebuild
+++ b/dev-ros/robot_pose_ekf/robot_pose_ekf-9999.ebuild
@@ -24,5 +24,8 @@ DEPEND="${RDEPEND}
dev-ros/nav_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
dev-ros/geometry_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
dev-ros/sensor_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
- test? ( dev-ros/rostest[${PYTHON_SINGLE_USEDEP}] )
+ test? (
+ dev-ros/rostest[${PYTHON_SINGLE_USEDEP}]
+ dev-cpp/gtest
+ )
virtual/pkgconfig"