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/fake_localization/
Date: Fri, 07 Oct 2016 10:56:13
Message-Id: 1475837763.f29772a0b677ab045fdcfaa9c3ec03b84fdc0da1.aballier@gentoo
1 commit: f29772a0b677ab045fdcfaa9c3ec03b84fdc0da1
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Fri Oct 7 10:54:43 2016 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Fri Oct 7 10:56:03 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f29772a0
7
8 dev-ros/fake_localization: add missing dep on boost
9
10 Package-Manager: portage-2.3.1
11
12 ...e_localization-1.14.0.ebuild => fake_localization-1.14.0-r1.ebuild} | 1 +
13 dev-ros/fake_localization/fake_localization-9999.ebuild | 3 ++-
14 2 files changed, 3 insertions(+), 1 deletion(-)
15
16 diff --git a/dev-ros/fake_localization/fake_localization-1.14.0.ebuild b/dev-ros/fake_localization/fake_localization-1.14.0-r1.ebuild
17 similarity index 97%
18 rename from dev-ros/fake_localization/fake_localization-1.14.0.ebuild
19 rename to dev-ros/fake_localization/fake_localization-1.14.0-r1.ebuild
20 index a156a09..6d893bf 100644
21 --- a/dev-ros/fake_localization/fake_localization-1.14.0.ebuild
22 +++ b/dev-ros/fake_localization/fake_localization-1.14.0-r1.ebuild
23 @@ -16,6 +16,7 @@ SLOT="0"
24 IUSE=""
25
26 RDEPEND="
27 + dev-libs/boost:=
28 dev-ros/angles
29 dev-ros/roscpp
30 dev-ros/rospy[${PYTHON_USEDEP}]
31
32 diff --git a/dev-ros/fake_localization/fake_localization-9999.ebuild b/dev-ros/fake_localization/fake_localization-9999.ebuild
33 index cbb7e40..6d893bf 100644
34 --- a/dev-ros/fake_localization/fake_localization-9999.ebuild
35 +++ b/dev-ros/fake_localization/fake_localization-9999.ebuild
36 @@ -1,4 +1,4 @@
37 -# Copyright 1999-2014 Gentoo Foundation
38 +# Copyright 1999-2016 Gentoo Foundation
39 # Distributed under the terms of the GNU General Public License v2
40 # $Id$
41
42 @@ -16,6 +16,7 @@ SLOT="0"
43 IUSE=""
44
45 RDEPEND="
46 + dev-libs/boost:=
47 dev-ros/angles
48 dev-ros/roscpp
49 dev-ros/rospy[${PYTHON_USEDEP}]