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_ros/
Date: Thu, 06 Aug 2020 12:29:39
Message-Id: 1596716913.96e73a36227026af6d824813db56bf0dcf80e14f.aballier@gentoo
1 commit: 96e73a36227026af6d824813db56bf0dcf80e14f
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Thu Aug 6 11:44:25 2020 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Thu Aug 6 12:28:33 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=96e73a36
7
8 dev-ros/tf2_ros: add misisng test dep
9
10 Closes: https://bugs.gentoo.org/736124
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_ros/tf2_ros-0.7.2.ebuild | 5 ++++-
15 dev-ros/tf2_ros/tf2_ros-9999.ebuild | 5 ++++-
16 2 files changed, 8 insertions(+), 2 deletions(-)
17
18 diff --git a/dev-ros/tf2_ros/tf2_ros-0.7.2.ebuild b/dev-ros/tf2_ros/tf2_ros-0.7.2.ebuild
19 index efd7f5b732c..09a9bc9fc7c 100644
20 --- a/dev-ros/tf2_ros/tf2_ros-0.7.2.ebuild
21 +++ b/dev-ros/tf2_ros/tf2_ros-0.7.2.ebuild
22 @@ -27,7 +27,10 @@ RDEPEND="
23 dev-ros/tf2_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP}]
24 "
25 DEPEND="${RDEPEND}
26 - test? ( dev-ros/rostest[${PYTHON_SINGLE_USEDEP}] )
27 + test? (
28 + dev-ros/rostest[${PYTHON_SINGLE_USEDEP}]
29 + dev-cpp/gtest
30 + )
31 dev-ros/geometry_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
32 dev-ros/tf2_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
33 "
34
35 diff --git a/dev-ros/tf2_ros/tf2_ros-9999.ebuild b/dev-ros/tf2_ros/tf2_ros-9999.ebuild
36 index efd7f5b732c..09a9bc9fc7c 100644
37 --- a/dev-ros/tf2_ros/tf2_ros-9999.ebuild
38 +++ b/dev-ros/tf2_ros/tf2_ros-9999.ebuild
39 @@ -27,7 +27,10 @@ RDEPEND="
40 dev-ros/tf2_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP}]
41 "
42 DEPEND="${RDEPEND}
43 - test? ( dev-ros/rostest[${PYTHON_SINGLE_USEDEP}] )
44 + test? (
45 + dev-ros/rostest[${PYTHON_SINGLE_USEDEP}]
46 + dev-cpp/gtest
47 + )
48 dev-ros/geometry_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
49 dev-ros/tf2_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
50 "