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 133AD138334 for ; Sat, 4 Aug 2018 18:46:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DE1F6E0805; Sat, 4 Aug 2018 18:46:50 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 A71ADE0805 for ; Sat, 4 Aug 2018 18:46:50 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 72188335CD8 for ; Sat, 4 Aug 2018 18:46:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 62715379 for ; Sat, 4 Aug 2018 18:46:47 +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: <1533408391.80199878b98ffbe6c9a5fe1251210a081f1943b0.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ros/dwa_local_planner/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ros/dwa_local_planner/dwa_local_planner-9999.ebuild X-VCS-Directories: dev-ros/dwa_local_planner/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 80199878b98ffbe6c9a5fe1251210a081f1943b0 X-VCS-Branch: master Date: Sat, 4 Aug 2018 18:46:47 +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: f8e5bc98-2056-4569-a4b8-edd166139459 X-Archives-Hash: 001cadf9586754071c84acf5f28a024e commit: 80199878b98ffbe6c9a5fe1251210a081f1943b0 Author: Alexis Ballier gentoo org> AuthorDate: Sat Aug 4 18:31:09 2018 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Sat Aug 4 18:46:31 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80199878 dev-ros/dwa_local_planner: udpate deps Package-Manager: Portage-2.3.44, Repoman-2.3.10 dev-ros/dwa_local_planner/dwa_local_planner-9999.ebuild | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/dev-ros/dwa_local_planner/dwa_local_planner-9999.ebuild b/dev-ros/dwa_local_planner/dwa_local_planner-9999.ebuild index cb86c0b5ae5..c2b31d506c3 100644 --- a/dev-ros/dwa_local_planner/dwa_local_planner-9999.ebuild +++ b/dev-ros/dwa_local_planner/dwa_local_planner-9999.ebuild @@ -15,6 +15,7 @@ SLOT="0" IUSE="" RDEPEND=" + dev-ros/angles dev-ros/base_local_planner dev-ros/costmap_2d dev-ros/dynamic_reconfigure[${PYTHON_USEDEP}] @@ -22,10 +23,12 @@ RDEPEND=" dev-ros/nav_core dev-ros/nav_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] dev-ros/pluginlib + dev-ros/sensor_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] dev-ros/roscpp - dev-ros/tf2_ros + dev-ros/tf2 dev-ros/tf2_geometry_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] + dev-ros/tf2_ros dev-libs/boost:=[threads] dev-libs/console_bridge:=