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/realtime_tools/
Date: Thu, 30 Jul 2020 13:18:17
Message-Id: 1596114915.8692159544adb555c836b5e06909d71900e4cf60.aballier@gentoo
1 commit: 8692159544adb555c836b5e06909d71900e4cf60
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jul 30 13:15:15 2020 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Thu Jul 30 13:15:15 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86921595
7
8 dev-ros/realtime_tools: add missing test deps
9
10 Closes: https://bugs.gentoo.org/734746
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/realtime_tools/realtime_tools-1.16.0.ebuild | 9 ++++++++-
15 dev-ros/realtime_tools/realtime_tools-9999.ebuild | 9 ++++++++-
16 2 files changed, 16 insertions(+), 2 deletions(-)
17
18 diff --git a/dev-ros/realtime_tools/realtime_tools-1.16.0.ebuild b/dev-ros/realtime_tools/realtime_tools-1.16.0.ebuild
19 index 5c03c9fb32b..1b5b4ee0cbe 100644
20 --- a/dev-ros/realtime_tools/realtime_tools-1.16.0.ebuild
21 +++ b/dev-ros/realtime_tools/realtime_tools-1.16.0.ebuild
22 @@ -17,4 +17,11 @@ RDEPEND="
23 dev-ros/rospy[${PYTHON_SINGLE_USEDEP}]
24 dev-libs/boost:=
25 "
26 -DEPEND="${RDEPEND}"
27 +DEPEND="${RDEPEND}
28 + test? (
29 + dev-ros/rostest[${PYTHON_SINGLE_USEDEP}]
30 + dev-ros/std_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
31 + dev-cpp/gtest
32 + dev-ros/actionlib
33 + )
34 +"
35
36 diff --git a/dev-ros/realtime_tools/realtime_tools-9999.ebuild b/dev-ros/realtime_tools/realtime_tools-9999.ebuild
37 index 5c03c9fb32b..1b5b4ee0cbe 100644
38 --- a/dev-ros/realtime_tools/realtime_tools-9999.ebuild
39 +++ b/dev-ros/realtime_tools/realtime_tools-9999.ebuild
40 @@ -17,4 +17,11 @@ RDEPEND="
41 dev-ros/rospy[${PYTHON_SINGLE_USEDEP}]
42 dev-libs/boost:=
43 "
44 -DEPEND="${RDEPEND}"
45 +DEPEND="${RDEPEND}
46 + test? (
47 + dev-ros/rostest[${PYTHON_SINGLE_USEDEP}]
48 + dev-ros/std_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
49 + dev-cpp/gtest
50 + dev-ros/actionlib
51 + )
52 +"