From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id B466913888F for ; Fri, 9 Oct 2015 09:01:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 10552E07EB; Fri, 9 Oct 2015 09:01:19 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A7639E07EB for ; Fri, 9 Oct 2015 09:01:18 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8E5B83406CE for ; Fri, 9 Oct 2015 09:01:16 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6C902D2B for ; Fri, 9 Oct 2015 09:01:11 +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: <1444381262.54941cb30b76bc806ae29f91044ac8e6f9d7008e.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.13.0.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: 54941cb30b76bc806ae29f91044ac8e6f9d7008e X-VCS-Branch: master Date: Fri, 9 Oct 2015 09:01:11 +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: 9f7679d9-c255-4965-9dc9-09dedc4f47a6 X-Archives-Hash: e6eb136588d0cda13b9fc5a0b8487cb9 commit: 54941cb30b76bc806ae29f91044ac8e6f9d7008e Author: Alexis Ballier gentoo org> AuthorDate: Fri Oct 9 09:00:53 2015 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Fri Oct 9 09:01:02 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=54941cb3 dev-ros/costmap_2d: Add missing dep on dev-ros/visualization_msgs. Bug #562596. Package-Manager: portage-2.2.23 dev-ros/costmap_2d/costmap_2d-1.13.0.ebuild | 1 + dev-ros/costmap_2d/costmap_2d-9999.ebuild | 1 + 2 files changed, 2 insertions(+) diff --git a/dev-ros/costmap_2d/costmap_2d-1.13.0.ebuild b/dev-ros/costmap_2d/costmap_2d-1.13.0.ebuild index 3f803fb..fa91c41 100644 --- a/dev-ros/costmap_2d/costmap_2d-1.13.0.ebuild +++ b/dev-ros/costmap_2d/costmap_2d-1.13.0.ebuild @@ -28,6 +28,7 @@ RDEPEND=" dev-ros/pluginlib dev-ros/roscpp dev-ros/sensor_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] + dev-ros/visualization_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] dev-ros/tf dev-ros/voxel_grid dev-cpp/eigen:3 diff --git a/dev-ros/costmap_2d/costmap_2d-9999.ebuild b/dev-ros/costmap_2d/costmap_2d-9999.ebuild index 3f803fb..fa91c41 100644 --- a/dev-ros/costmap_2d/costmap_2d-9999.ebuild +++ b/dev-ros/costmap_2d/costmap_2d-9999.ebuild @@ -28,6 +28,7 @@ RDEPEND=" dev-ros/pluginlib dev-ros/roscpp dev-ros/sensor_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] + dev-ros/visualization_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] dev-ros/tf dev-ros/voxel_grid dev-cpp/eigen:3