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 817E613835B for ; Thu, 6 Aug 2020 12:29:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 24D98E0877; Thu, 6 Aug 2020 12:29:37 +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 ECCA0E0863 for ; Thu, 6 Aug 2020 12:29:36 +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 F2FD634F473 for ; Thu, 6 Aug 2020 12:29:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6B162301 for ; Thu, 6 Aug 2020 12:29:34 +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: <1596716912.a6947f31cd7800237b3fa071df7da026366b6f34.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ros/costmap_2d/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ros/costmap_2d/costmap_2d-1.17.0-r1.ebuild dev-ros/costmap_2d/costmap_2d-9999.ebuild X-VCS-Directories: dev-ros/costmap_2d/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: a6947f31cd7800237b3fa071df7da026366b6f34 X-VCS-Branch: master Date: Thu, 6 Aug 2020 12:29:34 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: cfe950bd-c11d-4c90-8746-012987e12269 X-Archives-Hash: dbd5c9ed221acdcf10e8b030ff81eeea commit: a6947f31cd7800237b3fa071df7da026366b6f34 Author: Alexis Ballier gentoo org> AuthorDate: Thu Aug 6 10:25:57 2020 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Thu Aug 6 12:28:32 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6947f31 dev-ros/costmap_2d: fix deps Closes: https://bugs.gentoo.org/734664 Package-Manager: Portage-3.0.1, Repoman-2.3.23 Signed-off-by: Alexis Ballier gentoo.org> dev-ros/costmap_2d/costmap_2d-1.17.0-r1.ebuild | 6 +++--- dev-ros/costmap_2d/costmap_2d-9999.ebuild | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/dev-ros/costmap_2d/costmap_2d-1.17.0-r1.ebuild b/dev-ros/costmap_2d/costmap_2d-1.17.0-r1.ebuild index 43498a63a28..abc47144df8 100644 --- a/dev-ros/costmap_2d/costmap_2d-1.17.0-r1.ebuild +++ b/dev-ros/costmap_2d/costmap_2d-1.17.0-r1.ebuild @@ -26,22 +26,22 @@ RDEPEND=" dev-ros/tf2_ros dev-ros/voxel_grid - dev-ros/tf2_sensor_msgs - - dev-cpp/eigen:3 dev-libs/boost:=[threads] dev-libs/tinyxml2:= dev-libs/console_bridge:= " DEPEND="${RDEPEND} + dev-cpp/eigen:3 dev-ros/nav_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] dev-ros/sensor_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] dev-ros/visualization_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] dev-ros/tf2_geometry_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] + dev-ros/tf2_sensor_msgs test? ( dev-ros/map_server dev-ros/rosbag dev-ros/rostest[${PYTHON_SINGLE_USEDEP}] + dev-cpp/gtest dev-ros/rosunit )" BDEPEND=" diff --git a/dev-ros/costmap_2d/costmap_2d-9999.ebuild b/dev-ros/costmap_2d/costmap_2d-9999.ebuild index 43498a63a28..abc47144df8 100644 --- a/dev-ros/costmap_2d/costmap_2d-9999.ebuild +++ b/dev-ros/costmap_2d/costmap_2d-9999.ebuild @@ -26,22 +26,22 @@ RDEPEND=" dev-ros/tf2_ros dev-ros/voxel_grid - dev-ros/tf2_sensor_msgs - - dev-cpp/eigen:3 dev-libs/boost:=[threads] dev-libs/tinyxml2:= dev-libs/console_bridge:= " DEPEND="${RDEPEND} + dev-cpp/eigen:3 dev-ros/nav_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] dev-ros/sensor_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] dev-ros/visualization_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] dev-ros/tf2_geometry_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] + dev-ros/tf2_sensor_msgs test? ( dev-ros/map_server dev-ros/rosbag dev-ros/rostest[${PYTHON_SINGLE_USEDEP}] + dev-cpp/gtest dev-ros/rosunit )" BDEPEND="