Gentoo Archives: gentoo-commits

From: Alexis Ballier <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ros/robot_pose_ekf/
Date: Thu, 30 Jul 2020 13:18:16
Message-Id: 1596114674.45cd75d5f3f6a333ac88444e4cd7fa368189f40e.aballier@gentoo
1 commit: 45cd75d5f3f6a333ac88444e4cd7fa368189f40e
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jul 30 13:11:14 2020 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Thu Jul 30 13:11:14 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45cd75d5
7
8 dev-ros/robot_pose_ekf: add missing test dep
9
10 Closes: https://bugs.gentoo.org/734748
11 Package-Manager: Portage-3.0.1, Repoman-2.3.23
12 Signed-off-by: Alexis Ballier <aballier <AT> gentoo.org>
13
14 dev-ros/robot_pose_ekf/robot_pose_ekf-1.14.5.ebuild | 5 ++++-
15 dev-ros/robot_pose_ekf/robot_pose_ekf-9999.ebuild | 5 ++++-
16 2 files changed, 8 insertions(+), 2 deletions(-)
17
18 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
19 index 8e96c9044e7..68b49259d46 100644
20 --- a/dev-ros/robot_pose_ekf/robot_pose_ekf-1.14.5.ebuild
21 +++ b/dev-ros/robot_pose_ekf/robot_pose_ekf-1.14.5.ebuild
22 @@ -24,5 +24,8 @@ DEPEND="${RDEPEND}
23 dev-ros/nav_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
24 dev-ros/geometry_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
25 dev-ros/sensor_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
26 - test? ( dev-ros/rostest[${PYTHON_SINGLE_USEDEP}] )
27 + test? (
28 + dev-ros/rostest[${PYTHON_SINGLE_USEDEP}]
29 + dev-cpp/gtest
30 + )
31 virtual/pkgconfig"
32
33 diff --git a/dev-ros/robot_pose_ekf/robot_pose_ekf-9999.ebuild b/dev-ros/robot_pose_ekf/robot_pose_ekf-9999.ebuild
34 index 8e96c9044e7..68b49259d46 100644
35 --- a/dev-ros/robot_pose_ekf/robot_pose_ekf-9999.ebuild
36 +++ b/dev-ros/robot_pose_ekf/robot_pose_ekf-9999.ebuild
37 @@ -24,5 +24,8 @@ DEPEND="${RDEPEND}
38 dev-ros/nav_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
39 dev-ros/geometry_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
40 dev-ros/sensor_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
41 - test? ( dev-ros/rostest[${PYTHON_SINGLE_USEDEP}] )
42 + test? (
43 + dev-ros/rostest[${PYTHON_SINGLE_USEDEP}]
44 + dev-cpp/gtest
45 + )
46 virtual/pkgconfig"