dev-ros/filters: add missing dep on boost

Package-Manager: portage-2.3.1
This commit is contained in:
Alexis Ballier
2016-10-07 11:11:49 +02:00
parent 760b0e5ee6
commit 3d36edabcc
2 changed files with 5 additions and 3 deletions

View File

@@ -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 )"

View File

@@ -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" )