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 CF80A138334 for ; Mon, 30 Jul 2018 12:25:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2CAA4E097C; Mon, 30 Jul 2018 12:25:51 +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 EFC35E0984 for ; Mon, 30 Jul 2018 12:25: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 5681C335C9F for ; Mon, 30 Jul 2018 12:25:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1B52C396 for ; Mon, 30 Jul 2018 12:25:46 +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: <1532953513.320792bca2fea06f8e2cc8abbbdce8f3e7b88e8d.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-1.16.0.ebuild 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: 320792bca2fea06f8e2cc8abbbdce8f3e7b88e8d X-VCS-Branch: master Date: Mon, 30 Jul 2018 12:25:46 +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: 039b84ea-417d-4e1d-b73e-22d115c7638e X-Archives-Hash: ad16ec7908a308aa32a10943e7456927 commit: 320792bca2fea06f8e2cc8abbbdce8f3e7b88e8d Author: Alexis Ballier gentoo org> AuthorDate: Mon Jul 30 12:20:34 2018 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Mon Jul 30 12:25:13 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=320792bc dev-ros/dwa_local_planner: add missing dep Closes: https://bugs.gentoo.org/662288 Package-Manager: Portage-2.3.44, Repoman-2.3.10 dev-ros/dwa_local_planner/dwa_local_planner-1.16.0.ebuild | 2 ++ dev-ros/dwa_local_planner/dwa_local_planner-9999.ebuild | 2 ++ 2 files changed, 4 insertions(+) diff --git a/dev-ros/dwa_local_planner/dwa_local_planner-1.16.0.ebuild b/dev-ros/dwa_local_planner/dwa_local_planner-1.16.0.ebuild index 16fd4d5bf38..cb86c0b5ae5 100644 --- a/dev-ros/dwa_local_planner/dwa_local_planner-1.16.0.ebuild +++ b/dev-ros/dwa_local_planner/dwa_local_planner-1.16.0.ebuild @@ -25,6 +25,8 @@ RDEPEND=" dev-ros/roscpp dev-ros/tf2_ros + dev-ros/tf2_geometry_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] + dev-libs/boost:=[threads] dev-libs/console_bridge:= " 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 16fd4d5bf38..cb86c0b5ae5 100644 --- a/dev-ros/dwa_local_planner/dwa_local_planner-9999.ebuild +++ b/dev-ros/dwa_local_planner/dwa_local_planner-9999.ebuild @@ -25,6 +25,8 @@ RDEPEND=" dev-ros/roscpp dev-ros/tf2_ros + dev-ros/tf2_geometry_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] + dev-libs/boost:=[threads] dev-libs/console_bridge:= "