summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2016-10-07 12:54:43 +0200
committerAlexis Ballier <aballier@gentoo.org>2016-10-07 12:56:03 +0200
commitf29772a0b677ab045fdcfaa9c3ec03b84fdc0da1 (patch)
treea30fb36f6812f036c3706e4bdd54ac60b487504b
parentdev-ros/fake_localization: remove old (diff)
downloadgentoo-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
-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.ebuild3
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}]