diff options
author | Alexis Ballier <aballier@gentoo.org> | 2017-09-12 13:38:25 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2017-09-12 13:49:20 +0200 |
commit | 8dca0808fe0b5cff9f12f54b3252bd6209d10405 (patch) | |
tree | 52143bb5aca324305c6bce5ccec0462dcb5c8637 /dev-ros/hector_geotiff | |
parent | dev-ros/hector_geotiff: Remove old (diff) | |
download | gentoo-8dca0808fe0b5cff9f12f54b3252bd6209d10405.tar.gz gentoo-8dca0808fe0b5cff9f12f54b3252bd6209d10405.tar.bz2 gentoo-8dca0808fe0b5cff9f12f54b3252bd6209d10405.zip |
dev-ros/hector_geotiff: add missing boost dep
Package-Manager: Portage-2.3.8, Repoman-2.3.3
Diffstat (limited to 'dev-ros/hector_geotiff')
-rw-r--r-- | dev-ros/hector_geotiff/hector_geotiff-0.3.5.ebuild | 3 | ||||
-rw-r--r-- | dev-ros/hector_geotiff/hector_geotiff-9999.ebuild | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/dev-ros/hector_geotiff/hector_geotiff-0.3.5.ebuild b/dev-ros/hector_geotiff/hector_geotiff-0.3.5.ebuild index 38fdb477cb5e..87f40e04e8af 100644 --- a/dev-ros/hector_geotiff/hector_geotiff-0.3.5.ebuild +++ b/dev-ros/hector_geotiff/hector_geotiff-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 @@ -22,6 +22,7 @@ RDEPEND=" dev-ros/std_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] dev-qt/qtcore:4 dev-qt/qtgui:4 + dev-libs/boost:= " DEPEND="${RDEPEND} dev-cpp/eigen:3" diff --git a/dev-ros/hector_geotiff/hector_geotiff-9999.ebuild b/dev-ros/hector_geotiff/hector_geotiff-9999.ebuild index 5e4ffc85bbc8..87f40e04e8af 100644 --- a/dev-ros/hector_geotiff/hector_geotiff-9999.ebuild +++ b/dev-ros/hector_geotiff/hector_geotiff-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 @@ -22,6 +22,7 @@ RDEPEND=" dev-ros/std_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] dev-qt/qtcore:4 dev-qt/qtgui:4 + dev-libs/boost:= " DEPEND="${RDEPEND} dev-cpp/eigen:3" |