diff options
author | Alexis Ballier <aballier@gentoo.org> | 2017-09-12 13:53:41 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2017-09-12 13:59:44 +0200 |
commit | f1cd017387695940f45d156f3e3c6074dc3dc1a4 (patch) | |
tree | 7894b87011bde04b182d66ee2ef3ec43076ca32a /dev-ros | |
parent | dev-ros/geodesy: Remove old (diff) | |
download | gentoo-f1cd017387695940f45d156f3e3c6074dc3dc1a4.tar.gz gentoo-f1cd017387695940f45d156f3e3c6074dc3dc1a4.tar.bz2 gentoo-f1cd017387695940f45d156f3e3c6074dc3dc1a4.zip |
dev-ros/geodesy: add missing boost dep
Package-Manager: Portage-2.3.8, Repoman-2.3.3
Diffstat (limited to 'dev-ros')
-rw-r--r-- | dev-ros/geodesy/geodesy-0.5.2.ebuild | 1 | ||||
-rw-r--r-- | dev-ros/geodesy/geodesy-9999.ebuild | 3 |
2 files changed, 3 insertions, 1 deletions
diff --git a/dev-ros/geodesy/geodesy-0.5.2.ebuild b/dev-ros/geodesy/geodesy-0.5.2.ebuild index d04b778395ef..ea8aaeb6424f 100644 --- a/dev-ros/geodesy/geodesy-0.5.2.ebuild +++ b/dev-ros/geodesy/geodesy-0.5.2.ebuild @@ -24,6 +24,7 @@ RDEPEND=" dev-ros/unique_id dev-ros/uuid_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP}] dev-python/pyproj[${PYTHON_USEDEP}] + dev-libs/boost:= " DEPEND="${RDEPEND} test? ( diff --git a/dev-ros/geodesy/geodesy-9999.ebuild b/dev-ros/geodesy/geodesy-9999.ebuild index 43d1a250fe14..ea8aaeb6424f 100644 --- a/dev-ros/geodesy/geodesy-9999.ebuild +++ b/dev-ros/geodesy/geodesy-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 @@ -24,6 +24,7 @@ RDEPEND=" dev-ros/unique_id dev-ros/uuid_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP}] dev-python/pyproj[${PYTHON_USEDEP}] + dev-libs/boost:= " DEPEND="${RDEPEND} test? ( |