diff options
author | Alexis Ballier <aballier@gentoo.org> | 2017-09-12 13:54:42 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2017-09-12 13:59:45 +0200 |
commit | 85d866421b9fc63b6ec1581a2e4a78f59ff7630a (patch) | |
tree | 89b7e629efb9a0714e2b9c3b60daedebdfaf3f1b /dev-ros/hector_geotiff_plugins | |
parent | dev-ros/hector_geotiff_plugins: Remove old (diff) | |
download | gentoo-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')
-rw-r--r-- | dev-ros/hector_geotiff_plugins/hector_geotiff_plugins-0.3.5.ebuild | 3 | ||||
-rw-r--r-- | dev-ros/hector_geotiff_plugins/hector_geotiff_plugins-9999.ebuild | 3 |
2 files changed, 4 insertions, 2 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}" diff --git a/dev-ros/hector_geotiff_plugins/hector_geotiff_plugins-9999.ebuild b/dev-ros/hector_geotiff_plugins/hector_geotiff_plugins-9999.ebuild index 27d30352da67..5ad07adfe90f 100644 --- a/dev-ros/hector_geotiff_plugins/hector_geotiff_plugins-9999.ebuild +++ b/dev-ros/hector_geotiff_plugins/hector_geotiff_plugins-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 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}" |