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/pointcloud_to_laserscan/
Date: Tue, 12 Sep 2017 11:23:12
Message-Id: 1505215375.698e76a3fa69be34eeaebfeb66a59faab61dd924.aballier@gentoo
1 commit: 698e76a3fa69be34eeaebfeb66a59faab61dd924
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Mon Sep 11 12:26:38 2017 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Tue Sep 12 11:22:55 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=698e76a3
7
8 dev-ros/pointcloud_to_laserscan: add missing boost dep
9
10 Package-Manager: Portage-2.3.8, Repoman-2.3.3
11
12 dev-ros/pointcloud_to_laserscan/pointcloud_to_laserscan-1.3.1.ebuild | 1 +
13 dev-ros/pointcloud_to_laserscan/pointcloud_to_laserscan-9999.ebuild | 3 ++-
14 2 files changed, 3 insertions(+), 1 deletion(-)
15
16 diff --git a/dev-ros/pointcloud_to_laserscan/pointcloud_to_laserscan-1.3.1.ebuild b/dev-ros/pointcloud_to_laserscan/pointcloud_to_laserscan-1.3.1.ebuild
17 index c7f35e01db9..74ea4965bb7 100644
18 --- a/dev-ros/pointcloud_to_laserscan/pointcloud_to_laserscan-1.3.1.ebuild
19 +++ b/dev-ros/pointcloud_to_laserscan/pointcloud_to_laserscan-1.3.1.ebuild
20 @@ -20,5 +20,6 @@ RDEPEND="
21 dev-ros/tf2
22 dev-ros/tf2_ros
23 dev-ros/tf2_sensor_msgs
24 + dev-libs/boost:=
25 "
26 DEPEND="${RDEPEND}"
27
28 diff --git a/dev-ros/pointcloud_to_laserscan/pointcloud_to_laserscan-9999.ebuild b/dev-ros/pointcloud_to_laserscan/pointcloud_to_laserscan-9999.ebuild
29 index 5c11e8203b2..74ea4965bb7 100644
30 --- a/dev-ros/pointcloud_to_laserscan/pointcloud_to_laserscan-9999.ebuild
31 +++ b/dev-ros/pointcloud_to_laserscan/pointcloud_to_laserscan-9999.ebuild
32 @@ -1,4 +1,4 @@
33 -# Copyright 1999-2014 Gentoo Foundation
34 +# Copyright 1999-2017 Gentoo Foundation
35 # Distributed under the terms of the GNU General Public License v2
36
37 EAPI=5
38 @@ -20,5 +20,6 @@ RDEPEND="
39 dev-ros/tf2
40 dev-ros/tf2_ros
41 dev-ros/tf2_sensor_msgs
42 + dev-libs/boost:=
43 "
44 DEPEND="${RDEPEND}"