diff options
author | Alexis Ballier <aballier@gentoo.org> | 2016-10-07 12:54:43 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2016-10-07 12:56:03 +0200 |
commit | f29772a0b677ab045fdcfaa9c3ec03b84fdc0da1 (patch) | |
tree | a30fb36f6812f036c3706e4bdd54ac60b487504b /dev-ros | |
parent | dev-ros/fake_localization: remove old (diff) | |
download | gentoo-f29772a0b677ab045fdcfaa9c3ec03b84fdc0da1.tar.gz gentoo-f29772a0b677ab045fdcfaa9c3ec03b84fdc0da1.tar.bz2 gentoo-f29772a0b677ab045fdcfaa9c3ec03b84fdc0da1.zip |
dev-ros/fake_localization: add missing dep on boost
Package-Manager: portage-2.3.1
Diffstat (limited to 'dev-ros')
-rw-r--r-- | dev-ros/fake_localization/fake_localization-1.14.0-r1.ebuild (renamed from dev-ros/fake_localization/fake_localization-1.14.0.ebuild) | 1 | ||||
-rw-r--r-- | dev-ros/fake_localization/fake_localization-9999.ebuild | 3 |
2 files changed, 3 insertions, 1 deletions
diff --git a/dev-ros/fake_localization/fake_localization-1.14.0.ebuild b/dev-ros/fake_localization/fake_localization-1.14.0-r1.ebuild index a156a0987a39..6d893bfba937 100644 --- a/dev-ros/fake_localization/fake_localization-1.14.0.ebuild +++ b/dev-ros/fake_localization/fake_localization-1.14.0-r1.ebuild @@ -16,6 +16,7 @@ SLOT="0" IUSE="" RDEPEND=" + dev-libs/boost:= dev-ros/angles dev-ros/roscpp dev-ros/rospy[${PYTHON_USEDEP}] diff --git a/dev-ros/fake_localization/fake_localization-9999.ebuild b/dev-ros/fake_localization/fake_localization-9999.ebuild index cbb7e405717d..6d893bfba937 100644 --- a/dev-ros/fake_localization/fake_localization-9999.ebuild +++ b/dev-ros/fake_localization/fake_localization-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -16,6 +16,7 @@ SLOT="0" IUSE="" RDEPEND=" + dev-libs/boost:= dev-ros/angles dev-ros/roscpp dev-ros/rospy[${PYTHON_USEDEP}] |