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/combined_robot_hw/
Date: Sun, 10 Sep 2017 18:43:37
Message-Id: 1505068999.918d0e0bdcf10f20e41db04e32adbe3ef0c961fd.aballier@gentoo
1 commit: 918d0e0bdcf10f20e41db04e32adbe3ef0c961fd
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 10 18:28:53 2017 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Sun Sep 10 18:43:19 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=918d0e0b
7
8 dev-ros/combined_robot_hw: add missing dep on boost
9
10 Package-Manager: Portage-2.3.8, Repoman-2.3.3
11
12 dev-ros/combined_robot_hw/combined_robot_hw-0.12.0.ebuild | 1 +
13 dev-ros/combined_robot_hw/combined_robot_hw-9999.ebuild | 3 ++-
14 2 files changed, 3 insertions(+), 1 deletion(-)
15
16 diff --git a/dev-ros/combined_robot_hw/combined_robot_hw-0.12.0.ebuild b/dev-ros/combined_robot_hw/combined_robot_hw-0.12.0.ebuild
17 index 780759f334c..0643b5ed865 100644
18 --- a/dev-ros/combined_robot_hw/combined_robot_hw-0.12.0.ebuild
19 +++ b/dev-ros/combined_robot_hw/combined_robot_hw-0.12.0.ebuild
20 @@ -17,5 +17,6 @@ RDEPEND="
21 >=dev-ros/hardware_interface-0.11
22 dev-ros/pluginlib
23 dev-ros/roscpp
24 + dev-libs/boost:=
25 "
26 DEPEND="${RDEPEND}"
27
28 diff --git a/dev-ros/combined_robot_hw/combined_robot_hw-9999.ebuild b/dev-ros/combined_robot_hw/combined_robot_hw-9999.ebuild
29 index 5236b107357..0643b5ed865 100644
30 --- a/dev-ros/combined_robot_hw/combined_robot_hw-9999.ebuild
31 +++ b/dev-ros/combined_robot_hw/combined_robot_hw-9999.ebuild
32 @@ -1,4 +1,4 @@
33 -# Copyright 1999-2016 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 @@ -17,5 +17,6 @@ RDEPEND="
39 >=dev-ros/hardware_interface-0.11
40 dev-ros/pluginlib
41 dev-ros/roscpp
42 + dev-libs/boost:=
43 "
44 DEPEND="${RDEPEND}"