diff options
author | Alexis Ballier <aballier@gentoo.org> | 2017-09-12 13:45:55 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2017-09-12 13:49:21 +0200 |
commit | dc722ecb7c52ce17fe094f6a0c3001e6572b45fc (patch) | |
tree | b2513618fbac0df3307e6b751526ebccb1cfc367 | |
parent | dev-ros/depthimage_to_laserscan: add missing boost dep (diff) | |
download | gentoo-dc722ecb7c52ce17fe094f6a0c3001e6572b45fc.tar.gz gentoo-dc722ecb7c52ce17fe094f6a0c3001e6572b45fc.tar.bz2 gentoo-dc722ecb7c52ce17fe094f6a0c3001e6572b45fc.zip |
dev-ros/laser_proc: add missing boost dep
Package-Manager: Portage-2.3.8, Repoman-2.3.3
-rw-r--r-- | dev-ros/laser_proc/laser_proc-0.1.4.ebuild | 3 | ||||
-rw-r--r-- | dev-ros/laser_proc/laser_proc-9999.ebuild | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/dev-ros/laser_proc/laser_proc-0.1.4.ebuild b/dev-ros/laser_proc/laser_proc-0.1.4.ebuild index f3dbd2c9c0e8..49101e13602b 100644 --- a/dev-ros/laser_proc/laser_proc-0.1.4.ebuild +++ b/dev-ros/laser_proc/laser_proc-0.1.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -18,5 +18,6 @@ RDEPEND=" dev-ros/sensor_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] dev-ros/pluginlib dev-ros/nodelet + dev-libs/boost:= " DEPEND="${RDEPEND}" diff --git a/dev-ros/laser_proc/laser_proc-9999.ebuild b/dev-ros/laser_proc/laser_proc-9999.ebuild index f3dbd2c9c0e8..49101e13602b 100644 --- a/dev-ros/laser_proc/laser_proc-9999.ebuild +++ b/dev-ros/laser_proc/laser_proc-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -18,5 +18,6 @@ RDEPEND=" dev-ros/sensor_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] dev-ros/pluginlib dev-ros/nodelet + dev-libs/boost:= " DEPEND="${RDEPEND}" |