diff options
author | Alexis Ballier <aballier@gentoo.org> | 2017-09-13 13:38:52 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2017-09-13 13:58:04 +0200 |
commit | 5414815e2cc49f546c88dd73f240f2ec7c0e8060 (patch) | |
tree | 5a452f90d1ede2e1c23aaa7803654bbe13e1cd3c /dev-ros | |
parent | dev-ros/message_to_tf: Remove old (diff) | |
download | gentoo-5414815e2cc49f546c88dd73f240f2ec7c0e8060.tar.gz gentoo-5414815e2cc49f546c88dd73f240f2ec7c0e8060.tar.bz2 gentoo-5414815e2cc49f546c88dd73f240f2ec7c0e8060.zip |
dev-ros/message_to_tf: add missing boost dep
Package-Manager: Portage-2.3.8, Repoman-2.3.3
Diffstat (limited to 'dev-ros')
-rw-r--r-- | dev-ros/message_to_tf/message_to_tf-0.3.0.ebuild | 3 | ||||
-rw-r--r-- | dev-ros/message_to_tf/message_to_tf-9999.ebuild | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/dev-ros/message_to_tf/message_to_tf-0.3.0.ebuild b/dev-ros/message_to_tf/message_to_tf-0.3.0.ebuild index d13376c98532..5b2da944b6a4 100644 --- a/dev-ros/message_to_tf/message_to_tf-0.3.0.ebuild +++ b/dev-ros/message_to_tf/message_to_tf-0.3.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -19,5 +19,6 @@ RDEPEND=" dev-ros/geometry_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] dev-ros/sensor_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] dev-ros/topic_tools + dev-libs/boost:= " DEPEND="${RDEPEND}" diff --git a/dev-ros/message_to_tf/message_to_tf-9999.ebuild b/dev-ros/message_to_tf/message_to_tf-9999.ebuild index 341feea501a1..5b2da944b6a4 100644 --- a/dev-ros/message_to_tf/message_to_tf-9999.ebuild +++ b/dev-ros/message_to_tf/message_to_tf-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -19,5 +19,6 @@ RDEPEND=" dev-ros/geometry_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] dev-ros/sensor_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] dev-ros/topic_tools + dev-libs/boost:= " DEPEND="${RDEPEND}" |