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 Oct 2016 12:52:09
Message-Id: 1475758314.f9624ac8db77b4b69708ecbdf47f79435d9b92da.aballier@gentoo
1 commit: f9624ac8db77b4b69708ecbdf47f79435d9b92da
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Thu Oct 6 12:46:01 2016 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Thu Oct 6 12:51:54 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9624ac8
7
8 dev-ros/tf2_ros: add missing dep on boost
9
10 Package-Manager: portage-2.3.1
11
12 dev-ros/tf2_ros/{tf2_ros-0.5.13.ebuild => tf2_ros-0.5.13-r1.ebuild} | 3 ++-
13 dev-ros/tf2_ros/tf2_ros-9999.ebuild | 3 ++-
14 2 files changed, 4 insertions(+), 2 deletions(-)
15
16 diff --git a/dev-ros/tf2_ros/tf2_ros-0.5.13.ebuild b/dev-ros/tf2_ros/tf2_ros-0.5.13-r1.ebuild
17 similarity index 92%
18 rename from dev-ros/tf2_ros/tf2_ros-0.5.13.ebuild
19 rename to dev-ros/tf2_ros/tf2_ros-0.5.13-r1.ebuild
20 index 248dddf..4916e4c 100644
21 --- a/dev-ros/tf2_ros/tf2_ros-0.5.13.ebuild
22 +++ b/dev-ros/tf2_ros/tf2_ros-0.5.13-r1.ebuild
23 @@ -1,4 +1,4 @@
24 -# Copyright 1999-2014 Gentoo Foundation
25 +# Copyright 1999-2016 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 # $Id$
28
29 @@ -20,6 +20,7 @@ RDEPEND="
30 dev-ros/message_filters
31 dev-ros/roscpp
32 dev-ros/rosgraph
33 + dev-libs/boost:=[threads]
34 dev-ros/rospy[${PYTHON_USEDEP}]
35 dev-ros/tf2
36 dev-ros/tf2_py[${PYTHON_USEDEP}]
37
38 diff --git a/dev-ros/tf2_ros/tf2_ros-9999.ebuild b/dev-ros/tf2_ros/tf2_ros-9999.ebuild
39 index 248dddf..4916e4c 100644
40 --- a/dev-ros/tf2_ros/tf2_ros-9999.ebuild
41 +++ b/dev-ros/tf2_ros/tf2_ros-9999.ebuild
42 @@ -1,4 +1,4 @@
43 -# Copyright 1999-2014 Gentoo Foundation
44 +# Copyright 1999-2016 Gentoo Foundation
45 # Distributed under the terms of the GNU General Public License v2
46 # $Id$
47
48 @@ -20,6 +20,7 @@ RDEPEND="
49 dev-ros/message_filters
50 dev-ros/roscpp
51 dev-ros/rosgraph
52 + dev-libs/boost:=[threads]
53 dev-ros/rospy[${PYTHON_USEDEP}]
54 dev-ros/tf2
55 dev-ros/tf2_py[${PYTHON_USEDEP}]