diff options
author | Alexis Ballier <aballier@gentoo.org> | 2016-10-06 14:46:01 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2016-10-06 14:51:54 +0200 |
commit | f9624ac8db77b4b69708ecbdf47f79435d9b92da (patch) | |
tree | 51e95078abed8f1c12a3ab16c20fc97b63ccfddf /dev-ros/tf2_ros | |
parent | dev-ros/tf2_ros: remove old (diff) | |
download | gentoo-f9624ac8db77b4b69708ecbdf47f79435d9b92da.tar.gz gentoo-f9624ac8db77b4b69708ecbdf47f79435d9b92da.tar.bz2 gentoo-f9624ac8db77b4b69708ecbdf47f79435d9b92da.zip |
dev-ros/tf2_ros: add missing dep on boost
Package-Manager: portage-2.3.1
Diffstat (limited to 'dev-ros/tf2_ros')
-rw-r--r-- | dev-ros/tf2_ros/tf2_ros-0.5.13-r1.ebuild (renamed from dev-ros/tf2_ros/tf2_ros-0.5.13.ebuild) | 3 | ||||
-rw-r--r-- | dev-ros/tf2_ros/tf2_ros-9999.ebuild | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/dev-ros/tf2_ros/tf2_ros-0.5.13.ebuild b/dev-ros/tf2_ros/tf2_ros-0.5.13-r1.ebuild index 248dddf79d08..4916e4caecad 100644 --- a/dev-ros/tf2_ros/tf2_ros-0.5.13.ebuild +++ b/dev-ros/tf2_ros/tf2_ros-0.5.13-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$ @@ -20,6 +20,7 @@ RDEPEND=" dev-ros/message_filters dev-ros/roscpp dev-ros/rosgraph + dev-libs/boost:=[threads] dev-ros/rospy[${PYTHON_USEDEP}] dev-ros/tf2 dev-ros/tf2_py[${PYTHON_USEDEP}] diff --git a/dev-ros/tf2_ros/tf2_ros-9999.ebuild b/dev-ros/tf2_ros/tf2_ros-9999.ebuild index 248dddf79d08..4916e4caecad 100644 --- a/dev-ros/tf2_ros/tf2_ros-9999.ebuild +++ b/dev-ros/tf2_ros/tf2_ros-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$ @@ -20,6 +20,7 @@ RDEPEND=" dev-ros/message_filters dev-ros/roscpp dev-ros/rosgraph + dev-libs/boost:=[threads] dev-ros/rospy[${PYTHON_USEDEP}] dev-ros/tf2 dev-ros/tf2_py[${PYTHON_USEDEP}] |