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 1B752138334 for ; Sat, 4 Aug 2018 18:46:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 45508E0815; Sat, 4 Aug 2018 18:46:53 +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 4EF6AE0821 for ; Sat, 4 Aug 2018 18:46:52 +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 2813C335CD9 for ; Sat, 4 Aug 2018 18:46:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C0E46397 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: <1533408392.4c902d8e40e2559c8f5e30aa402c7a6600aaf019.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ros/base_local_planner/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ros/base_local_planner/base_local_planner-9999.ebuild X-VCS-Directories: dev-ros/base_local_planner/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 4c902d8e40e2559c8f5e30aa402c7a6600aaf019 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: 85ead784-9f3e-4571-a556-6e5e06e45403 X-Archives-Hash: 12b6237e70a9034ba8b7a1e249a0e3c5 commit: 4c902d8e40e2559c8f5e30aa402c7a6600aaf019 Author: Alexis Ballier gentoo org> AuthorDate: Sat Aug 4 18:35:45 2018 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Sat Aug 4 18:46:32 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c902d8e dev-ros/base_local_planner: update deps Package-Manager: Portage-2.3.44, Repoman-2.3.10 dev-ros/base_local_planner/base_local_planner-9999.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/dev-ros/base_local_planner/base_local_planner-9999.ebuild b/dev-ros/base_local_planner/base_local_planner-9999.ebuild index 459e749a5fb..b9d3cfb7e49 100644 --- a/dev-ros/base_local_planner/base_local_planner-9999.ebuild +++ b/dev-ros/base_local_planner/base_local_planner-9999.ebuild @@ -28,11 +28,13 @@ RDEPEND=" dev-ros/rosconsole dev-ros/roscpp dev-ros/rospy[${PYTHON_USEDEP}] + dev-ros/sensor_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] + dev-ros/tf2 + dev-ros/tf2_geometry_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] dev-ros/tf2_ros dev-ros/visualization_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] dev-ros/voxel_grid dev-libs/boost:=[threads] - dev-ros/tf2_geometry_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] " DEPEND="${RDEPEND} dev-ros/cmake_modules