diff options
author | Alexis Ballier <aballier@gentoo.org> | 2017-09-10 20:28:53 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2017-09-10 20:43:19 +0200 |
commit | 918d0e0bdcf10f20e41db04e32adbe3ef0c961fd (patch) | |
tree | 2ccefdce196bf9a6762fdb20d6cc8b3734b264fa /dev-ros/combined_robot_hw | |
parent | dev-ros/combined_robot_hw: Remove old (diff) | |
download | gentoo-918d0e0bdcf10f20e41db04e32adbe3ef0c961fd.tar.gz gentoo-918d0e0bdcf10f20e41db04e32adbe3ef0c961fd.tar.bz2 gentoo-918d0e0bdcf10f20e41db04e32adbe3ef0c961fd.zip |
dev-ros/combined_robot_hw: add missing dep on boost
Package-Manager: Portage-2.3.8, Repoman-2.3.3
Diffstat (limited to 'dev-ros/combined_robot_hw')
-rw-r--r-- | dev-ros/combined_robot_hw/combined_robot_hw-0.12.0.ebuild | 1 | ||||
-rw-r--r-- | dev-ros/combined_robot_hw/combined_robot_hw-9999.ebuild | 3 |
2 files changed, 3 insertions, 1 deletions
diff --git a/dev-ros/combined_robot_hw/combined_robot_hw-0.12.0.ebuild b/dev-ros/combined_robot_hw/combined_robot_hw-0.12.0.ebuild index 780759f334ce..0643b5ed8650 100644 --- a/dev-ros/combined_robot_hw/combined_robot_hw-0.12.0.ebuild +++ b/dev-ros/combined_robot_hw/combined_robot_hw-0.12.0.ebuild @@ -17,5 +17,6 @@ RDEPEND=" >=dev-ros/hardware_interface-0.11 dev-ros/pluginlib dev-ros/roscpp + dev-libs/boost:= " DEPEND="${RDEPEND}" diff --git a/dev-ros/combined_robot_hw/combined_robot_hw-9999.ebuild b/dev-ros/combined_robot_hw/combined_robot_hw-9999.ebuild index 5236b107357d..0643b5ed8650 100644 --- a/dev-ros/combined_robot_hw/combined_robot_hw-9999.ebuild +++ b/dev-ros/combined_robot_hw/combined_robot_hw-9999.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 @@ -17,5 +17,6 @@ RDEPEND=" >=dev-ros/hardware_interface-0.11 dev-ros/pluginlib dev-ros/roscpp + dev-libs/boost:= " DEPEND="${RDEPEND}" |