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/tf2_sensor_msgs/
Date: Fri, 07 Aug 2020 14:44:23
Message-Id: 1596811440.7f45e2dcdc7bd37e7f8f07e07c7dc9f7d12e752b.aballier@gentoo
1 commit: 7f45e2dcdc7bd37e7f8f07e07c7dc9f7d12e752b
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Fri Aug 7 14:36:44 2020 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Fri Aug 7 14:44:00 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f45e2dc
7
8 dev-ros/tf2_sensor_msgs: add missing test dep
9
10 Closes: https://bugs.gentoo.org/736136
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/tf2_sensor_msgs/tf2_sensor_msgs-0.7.2.ebuild | 1 +
15 dev-ros/tf2_sensor_msgs/tf2_sensor_msgs-9999.ebuild | 1 +
16 2 files changed, 2 insertions(+)
17
18 diff --git a/dev-ros/tf2_sensor_msgs/tf2_sensor_msgs-0.7.2.ebuild b/dev-ros/tf2_sensor_msgs/tf2_sensor_msgs-0.7.2.ebuild
19 index cdc4cce3fb4..b6d6fb7ff23 100644
20 --- a/dev-ros/tf2_sensor_msgs/tf2_sensor_msgs-0.7.2.ebuild
21 +++ b/dev-ros/tf2_sensor_msgs/tf2_sensor_msgs-0.7.2.ebuild
22 @@ -25,6 +25,7 @@ DEPEND="${RDEPEND}
23 $(python_gen_cond_dep "dev-python/nose[\${PYTHON_USEDEP}]")
24 dev-ros/rostest[${PYTHON_SINGLE_USEDEP}]
25 dev-ros/geometry_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
26 + dev-cpp/gtest
27 )
28 dev-ros/cmake_modules
29 dev-ros/sensor_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
30
31 diff --git a/dev-ros/tf2_sensor_msgs/tf2_sensor_msgs-9999.ebuild b/dev-ros/tf2_sensor_msgs/tf2_sensor_msgs-9999.ebuild
32 index cdc4cce3fb4..b6d6fb7ff23 100644
33 --- a/dev-ros/tf2_sensor_msgs/tf2_sensor_msgs-9999.ebuild
34 +++ b/dev-ros/tf2_sensor_msgs/tf2_sensor_msgs-9999.ebuild
35 @@ -25,6 +25,7 @@ DEPEND="${RDEPEND}
36 $(python_gen_cond_dep "dev-python/nose[\${PYTHON_USEDEP}]")
37 dev-ros/rostest[${PYTHON_SINGLE_USEDEP}]
38 dev-ros/geometry_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
39 + dev-cpp/gtest
40 )
41 dev-ros/cmake_modules
42 dev-ros/sensor_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]