summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2017-09-12 13:54:42 +0200
committerAlexis Ballier <aballier@gentoo.org>2017-09-12 13:59:45 +0200
commit85d866421b9fc63b6ec1581a2e4a78f59ff7630a (patch)
tree89b7e629efb9a0714e2b9c3b60daedebdfaf3f1b /dev-ros/hector_geotiff_plugins/hector_geotiff_plugins-0.3.5.ebuild
parentdev-ros/hector_geotiff_plugins: Remove old (diff)
downloadgentoo-85d866421b9fc63b6ec1581a2e4a78f59ff7630a.tar.gz
gentoo-85d866421b9fc63b6ec1581a2e4a78f59ff7630a.tar.bz2
gentoo-85d866421b9fc63b6ec1581a2e4a78f59ff7630a.zip
dev-ros/hector_geotiff_plugins: add missing boost dep
Package-Manager: Portage-2.3.8, Repoman-2.3.3
Diffstat (limited to 'dev-ros/hector_geotiff_plugins/hector_geotiff_plugins-0.3.5.ebuild')
-rw-r--r--dev-ros/hector_geotiff_plugins/hector_geotiff_plugins-0.3.5.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-ros/hector_geotiff_plugins/hector_geotiff_plugins-0.3.5.ebuild b/dev-ros/hector_geotiff_plugins/hector_geotiff_plugins-0.3.5.ebuild
index f1d999d5e574..5ad07adfe90f 100644
--- a/dev-ros/hector_geotiff_plugins/hector_geotiff_plugins-0.3.5.ebuild
+++ b/dev-ros/hector_geotiff_plugins/hector_geotiff_plugins-0.3.5.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
@@ -16,5 +16,6 @@ IUSE=""
RDEPEND="
dev-ros/hector_geotiff
dev-ros/hector_nav_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
+ dev-libs/boost:=
"
DEPEND="${RDEPEND}"