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/filters/
Date: Fri, 07 Oct 2016 09:16:56
Message-Id: 1475831805.3d36edabccb0b9b875661651af4e7ee1c505f6d4.aballier@gentoo
1 commit: 3d36edabccb0b9b875661651af4e7ee1c505f6d4
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Fri Oct 7 09:11:49 2016 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Fri Oct 7 09:16:45 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d36edab
7
8 dev-ros/filters: add missing dep on boost
9
10 Package-Manager: portage-2.3.1
11
12 dev-ros/filters/{filters-1.7.4.ebuild => filters-1.7.4-r1.ebuild} | 3 ++-
13 dev-ros/filters/filters-9999.ebuild | 5 +++--
14 2 files changed, 5 insertions(+), 3 deletions(-)
15
16 diff --git a/dev-ros/filters/filters-1.7.4.ebuild b/dev-ros/filters/filters-1.7.4-r1.ebuild
17 similarity index 87%
18 rename from dev-ros/filters/filters-1.7.4.ebuild
19 rename to dev-ros/filters/filters-1.7.4-r1.ebuild
20 index d718f2d..d1804c1 100644
21 --- a/dev-ros/filters/filters-1.7.4.ebuild
22 +++ b/dev-ros/filters/filters-1.7.4-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 @@ -15,6 +15,7 @@ SLOT="0"
30 IUSE=""
31
32 RDEPEND="dev-ros/roscpp
33 + dev-libs/boost:=[threads]
34 dev-ros/pluginlib"
35 DEPEND="${RDEPEND}
36 test? ( dev-ros/rostest dev-cpp/gtest )"
37
38 diff --git a/dev-ros/filters/filters-9999.ebuild b/dev-ros/filters/filters-9999.ebuild
39 index 4b50ee0..d1804c1 100644
40 --- a/dev-ros/filters/filters-9999.ebuild
41 +++ b/dev-ros/filters/filters-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 @@ -15,7 +15,8 @@ SLOT="0"
49 IUSE=""
50
51 RDEPEND="dev-ros/roscpp
52 + dev-libs/boost:=[threads]
53 dev-ros/pluginlib"
54 DEPEND="${RDEPEND}
55 test? ( dev-ros/rostest dev-cpp/gtest )"
56 -PATCHES=( "${FILESDIR}/tests.patch" )
57 +PATCHES=( "${FILESDIR}/tests.patch" "${FILESDIR}/rostest.patch" )