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_pose_ekf/
Date: Thu, 06 Oct 2016 13:47:22
Message-Id: 1475761625.339ea1a223b0da9f767c29ecbcea03bcf99a3774.aballier@gentoo
1 commit: 339ea1a223b0da9f767c29ecbcea03bcf99a3774
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Thu Oct 6 13:39:40 2016 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Thu Oct 6 13:47:05 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=339ea1a2
7
8 dev-ros/robot_pose_ekf: add missing dep on boost
9
10 Package-Manager: portage-2.3.1
11
12 dev-ros/robot_pose_ekf/robot_pose_ekf-1.14.0.ebuild | 1 +
13 dev-ros/robot_pose_ekf/robot_pose_ekf-9999.ebuild | 3 ++-
14 2 files changed, 3 insertions(+), 1 deletion(-)
15
16 diff --git a/dev-ros/robot_pose_ekf/robot_pose_ekf-1.14.0.ebuild b/dev-ros/robot_pose_ekf/robot_pose_ekf-1.14.0.ebuild
17 index ca57647..2fb12aa 100644
18 --- a/dev-ros/robot_pose_ekf/robot_pose_ekf-1.14.0.ebuild
19 +++ b/dev-ros/robot_pose_ekf/robot_pose_ekf-1.14.0.ebuild
20 @@ -24,6 +24,7 @@ RDEPEND="
21 dev-ros/geometry_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
22 dev-ros/sensor_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
23 sci-libs/orocos-bfl
24 + dev-libs/boost:=[threads]
25 "
26 DEPEND="${RDEPEND}
27 test? ( dev-ros/rostest[${PYTHON_USEDEP}] )
28
29 diff --git a/dev-ros/robot_pose_ekf/robot_pose_ekf-9999.ebuild b/dev-ros/robot_pose_ekf/robot_pose_ekf-9999.ebuild
30 index a2c43b1..2fb12aa 100644
31 --- a/dev-ros/robot_pose_ekf/robot_pose_ekf-9999.ebuild
32 +++ b/dev-ros/robot_pose_ekf/robot_pose_ekf-9999.ebuild
33 @@ -1,4 +1,4 @@
34 -# Copyright 1999-2014 Gentoo Foundation
35 +# Copyright 1999-2016 Gentoo Foundation
36 # Distributed under the terms of the GNU General Public License v2
37 # $Id$
38
39 @@ -24,6 +24,7 @@ RDEPEND="
40 dev-ros/geometry_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
41 dev-ros/sensor_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
42 sci-libs/orocos-bfl
43 + dev-libs/boost:=[threads]
44 "
45 DEPEND="${RDEPEND}
46 test? ( dev-ros/rostest[${PYTHON_USEDEP}] )