summaryrefslogtreecommitdiff
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
parentdev-ros/combined_robot_hw: Remove old (diff)
downloadgentoo-918d0e0b.tar.gz
gentoo-918d0e0b.tar.bz2
gentoo-918d0e0b.zip
dev-ros/combined_robot_hw: add missing dep on boost
Package-Manager: Portage-2.3.8, Repoman-2.3.3
-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 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}"