From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6FE38138335 for ; Fri, 27 Jul 2018 10:56:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4E5E6E095F; Fri, 27 Jul 2018 10:56:39 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 27FDBE095F for ; Fri, 27 Jul 2018 10:56:38 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B855B335CCA for ; Fri, 27 Jul 2018 10:56:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CC73638D for ; Fri, 27 Jul 2018 10:56:35 +0000 (UTC) From: "Alexis Ballier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexis Ballier" Message-ID: <1532683559.63d7ba46f1d2dbae21d0d28bfeca89b9258ac31a.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ros/rotate_recovery/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ros/rotate_recovery/rotate_recovery-9999.ebuild X-VCS-Directories: dev-ros/rotate_recovery/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 63d7ba46f1d2dbae21d0d28bfeca89b9258ac31a X-VCS-Branch: master Date: Fri, 27 Jul 2018 10:56:35 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 01de327f-5e96-4d8e-ad8b-ad643bb55a7d X-Archives-Hash: 429657bf59bb41fc4a889857079ae236 commit: 63d7ba46f1d2dbae21d0d28bfeca89b9258ac31a Author: Alexis Ballier gentoo org> AuthorDate: Fri Jul 27 09:07:39 2018 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Fri Jul 27 09:25:59 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63d7ba46 dev-ros/rotate_recovery: update deps Package-Manager: Portage-2.3.43, Repoman-2.3.10 dev-ros/rotate_recovery/rotate_recovery-9999.ebuild | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/dev-ros/rotate_recovery/rotate_recovery-9999.ebuild b/dev-ros/rotate_recovery/rotate_recovery-9999.ebuild index a31e4f6d10c..c75ea242429 100644 --- a/dev-ros/rotate_recovery/rotate_recovery-9999.ebuild +++ b/dev-ros/rotate_recovery/rotate_recovery-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -14,13 +14,14 @@ SLOT="0" IUSE="" RDEPEND=" - dev-ros/roscpp - dev-ros/tf dev-ros/costmap_2d + dev-cpp/eigen:3 dev-ros/nav_core dev-ros/pluginlib + dev-ros/roscpp + dev-ros/tf2_ros + dev-ros/base_local_planner - dev-cpp/eigen:3 dev-libs/boost:= dev-libs/console_bridge:= "