summaryrefslogtreecommitdiff
path: root/dev-ros
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2017-09-10 20:28:53 +0200
committerAlexis Ballier <aballier@gentoo.org>2017-09-10 20:43:19 +0200
commit918d0e0bdcf10f20e41db04e32adbe3ef0c961fd (patch)
tree2ccefdce196bf9a6762fdb20d6cc8b3734b264fa /dev-ros
parentc6d9d1e32aa4dce6bf8c7a53605611897a8540cd (diff)
downloadgentoo-918d0e0bdcf10f20e41db04e32adbe3ef0c961fd.tar.gz
gentoo-918d0e0bdcf10f20e41db04e32adbe3ef0c961fd.tar.xz
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')
-rw-r--r--dev-ros/combined_robot_hw/combined_robot_hw-0.12.0.ebuild1
-rw-r--r--dev-ros/combined_robot_hw/combined_robot_hw-9999.ebuild3
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 780759f334c..0643b5ed865 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 5236b107357..0643b5ed865 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}"