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_state_publisher/
Date: Mon, 10 Jul 2017 01:32:09
Message-Id: 1499650311.af90c03e87fcc67c376decbe0f354c99e9a36c89.aballier@gentoo
1 commit: af90c03e87fcc67c376decbe0f354c99e9a36c89
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jul 10 01:31:51 2017 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Mon Jul 10 01:31:51 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af90c03e
7
8 dev-ros/robot_state_publisher: add missing test deps, bug #623300
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.2
11
12 dev-ros/robot_state_publisher/robot_state_publisher-1.13.5.ebuild | 1 +
13 dev-ros/robot_state_publisher/robot_state_publisher-9999.ebuild | 3 ++-
14 2 files changed, 3 insertions(+), 1 deletion(-)
15
16 diff --git a/dev-ros/robot_state_publisher/robot_state_publisher-1.13.5.ebuild b/dev-ros/robot_state_publisher/robot_state_publisher-1.13.5.ebuild
17 index 3dc46f9bcb8..2af4cf719ed 100644
18 --- a/dev-ros/robot_state_publisher/robot_state_publisher-1.13.5.ebuild
19 +++ b/dev-ros/robot_state_publisher/robot_state_publisher-1.13.5.ebuild
20 @@ -29,4 +29,5 @@ RDEPEND="
21 "
22 DEPEND="${RDEPEND}
23 dev-ros/rostest[${PYTHON_USEDEP}]
24 + test? ( dev-cpp/gtest )
25 "
26
27 diff --git a/dev-ros/robot_state_publisher/robot_state_publisher-9999.ebuild b/dev-ros/robot_state_publisher/robot_state_publisher-9999.ebuild
28 index 8efbc7de33e..2af4cf719ed 100644
29 --- a/dev-ros/robot_state_publisher/robot_state_publisher-9999.ebuild
30 +++ b/dev-ros/robot_state_publisher/robot_state_publisher-9999.ebuild
31 @@ -1,4 +1,4 @@
32 -# Copyright 1999-2016 Gentoo Foundation
33 +# Copyright 1999-2017 Gentoo Foundation
34 # Distributed under the terms of the GNU General Public License v2
35
36 EAPI=5
37 @@ -29,4 +29,5 @@ RDEPEND="
38 "
39 DEPEND="${RDEPEND}
40 dev-ros/rostest[${PYTHON_USEDEP}]
41 + test? ( dev-cpp/gtest )
42 "