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/
Date: Sat, 08 Jul 2017 11:36:36
Message-Id: 1499513786.dd05815dcb1f83a469cf3ad36dde613e886d00cc.aballier@gentoo
1 commit: dd05815dcb1f83a469cf3ad36dde613e886d00cc
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jul 8 11:36:18 2017 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Sat Jul 8 11:36:26 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd05815d
7
8 dev-ros/tf2: add missing test deps, bug #624224
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.2
11
12 dev-ros/tf2/tf2-0.5.15.ebuild | 4 +++-
13 dev-ros/tf2/tf2-9999.ebuild | 4 +++-
14 2 files changed, 6 insertions(+), 2 deletions(-)
15
16 diff --git a/dev-ros/tf2/tf2-0.5.15.ebuild b/dev-ros/tf2/tf2-0.5.15.ebuild
17 index 873a7da8a30..66229ab329d 100644
18 --- a/dev-ros/tf2/tf2-0.5.15.ebuild
19 +++ b/dev-ros/tf2/tf2-0.5.15.ebuild
20 @@ -20,4 +20,6 @@ RDEPEND="
21 dev-ros/geometry_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
22 dev-libs/boost:=[threads]
23 "
24 -DEPEND="${RDEPEND}"
25 +DEPEND="${RDEPEND}
26 + test? ( dev-ros/roscpp )
27 +"
28
29 diff --git a/dev-ros/tf2/tf2-9999.ebuild b/dev-ros/tf2/tf2-9999.ebuild
30 index 873a7da8a30..66229ab329d 100644
31 --- a/dev-ros/tf2/tf2-9999.ebuild
32 +++ b/dev-ros/tf2/tf2-9999.ebuild
33 @@ -20,4 +20,6 @@ RDEPEND="
34 dev-ros/geometry_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
35 dev-libs/boost:=[threads]
36 "
37 -DEPEND="${RDEPEND}"
38 +DEPEND="${RDEPEND}
39 + test? ( dev-ros/roscpp )
40 +"