dev-ros/filters: add missing dep on boost
authorAlexis Ballier <aballier@gentoo.org>
Fri, 7 Oct 2016 09:11:49 +0000 (11:11 +0200)
committerAlexis Ballier <aballier@gentoo.org>
Fri, 7 Oct 2016 09:16:45 +0000 (11:16 +0200)
Package-Manager: portage-2.3.1

dev-ros/filters/filters-1.7.4-r1.ebuild [moved from dev-ros/filters/filters-1.7.4.ebuild with 87% similarity]
dev-ros/filters/filters-9999.ebuild

similarity index 87%
rename from dev-ros/filters/filters-1.7.4.ebuild
rename to dev-ros/filters/filters-1.7.4-r1.ebuild
index d718f2d4a9f9f33f502c702173fcbd40d982d4e1..d1804c1bcd46bcb20263d86f58b377dcfa676d6e 100644 (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 )"
index 4b50ee0a04978fe86b80e191fec372d466baa26d..d1804c1bcd46bcb20263d86f58b377dcfa676d6e 100644 (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" )