summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2016-10-07 11:11:49 +0200
committerAlexis Ballier <aballier@gentoo.org>2016-10-07 11:16:45 +0200
commit3d36edabccb0b9b875661651af4e7ee1c505f6d4 (patch)
treef1805b135073e8c9bc5b3b65ac4ea54800079653 /dev-ros
parentsys-libs/readline: Removed rc version. (diff)
downloadgentoo-3d36edabccb0b9b875661651af4e7ee1c505f6d4.tar.gz
gentoo-3d36edabccb0b9b875661651af4e7ee1c505f6d4.tar.bz2
gentoo-3d36edabccb0b9b875661651af4e7ee1c505f6d4.zip
dev-ros/filters: add missing dep on boost
Package-Manager: portage-2.3.1
Diffstat (limited to 'dev-ros')
-rw-r--r--dev-ros/filters/filters-1.7.4-r1.ebuild (renamed from dev-ros/filters/filters-1.7.4.ebuild)3
-rw-r--r--dev-ros/filters/filters-9999.ebuild5
2 files changed, 5 insertions, 3 deletions
diff --git a/dev-ros/filters/filters-1.7.4.ebuild b/dev-ros/filters/filters-1.7.4-r1.ebuild
index d718f2d4a9f9..d1804c1bcd46 100644
--- a/dev-ros/filters/filters-1.7.4.ebuild
+++ b/dev-ros/filters/filters-1.7.4-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -15,6 +15,7 @@ SLOT="0"
IUSE=""
RDEPEND="dev-ros/roscpp
+ dev-libs/boost:=[threads]
dev-ros/pluginlib"
DEPEND="${RDEPEND}
test? ( dev-ros/rostest dev-cpp/gtest )"
diff --git a/dev-ros/filters/filters-9999.ebuild b/dev-ros/filters/filters-9999.ebuild
index 4b50ee0a0497..d1804c1bcd46 100644
--- a/dev-ros/filters/filters-9999.ebuild
+++ b/dev-ros/filters/filters-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -15,7 +15,8 @@ SLOT="0"
IUSE=""
RDEPEND="dev-ros/roscpp
+ dev-libs/boost:=[threads]
dev-ros/pluginlib"
DEPEND="${RDEPEND}
test? ( dev-ros/rostest dev-cpp/gtest )"
-PATCHES=( "${FILESDIR}/tests.patch" )
+PATCHES=( "${FILESDIR}/tests.patch" "${FILESDIR}/rostest.patch" )