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 EA6061384B4 for ; Sat, 14 Nov 2015 10:57:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 75F53E08AE; Sat, 14 Nov 2015 10:57:23 +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 1BB67E08AE for ; Sat, 14 Nov 2015 10:57:23 +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 40BB6340676 for ; Sat, 14 Nov 2015 10:57:22 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8D37D1A8 for ; Sat, 14 Nov 2015 10:57:19 +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: <1447498625.3bef884396b88bedd6655574e24ad98a97bb9c05.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ros/octomap_ros/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ros/octomap_ros/octomap_ros-0.4.0-r1.ebuild dev-ros/octomap_ros/octomap_ros-0.4.0.ebuild dev-ros/octomap_ros/octomap_ros-9999.ebuild X-VCS-Directories: dev-ros/octomap_ros/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 3bef884396b88bedd6655574e24ad98a97bb9c05 X-VCS-Branch: master Date: Sat, 14 Nov 2015 10:57:19 +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: 1727418a-a8f4-4999-b5ba-26bba704c263 X-Archives-Hash: 0c9a671b68026a8828ef5946c8f5800f commit: 3bef884396b88bedd6655574e24ad98a97bb9c05 Author: Alexis Ballier gentoo org> AuthorDate: Sat Nov 14 10:57:05 2015 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Sat Nov 14 10:57:05 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3bef8843 dev-ros/octomap_ros: add missing dep on sci-libs/octomap. Bug #565746 Package-Manager: portage-2.2.24 Signed-off-by: Alexis Ballier gentoo.org> .../{octomap_ros-0.4.0.ebuild => octomap_ros-0.4.0-r1.ebuild} | 1 + dev-ros/octomap_ros/octomap_ros-9999.ebuild | 1 + 2 files changed, 2 insertions(+) diff --git a/dev-ros/octomap_ros/octomap_ros-0.4.0.ebuild b/dev-ros/octomap_ros/octomap_ros-0.4.0-r1.ebuild similarity index 96% rename from dev-ros/octomap_ros/octomap_ros-0.4.0.ebuild rename to dev-ros/octomap_ros/octomap_ros-0.4.0-r1.ebuild index 36b7f89..7a84d61 100644 --- a/dev-ros/octomap_ros/octomap_ros-0.4.0.ebuild +++ b/dev-ros/octomap_ros/octomap_ros-0.4.0-r1.ebuild @@ -16,6 +16,7 @@ IUSE="" RDEPEND=" dev-ros/tf dev-ros/pcl_ros + sci-libs/octomap dev-ros/octomap_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] dev-ros/sensor_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] " diff --git a/dev-ros/octomap_ros/octomap_ros-9999.ebuild b/dev-ros/octomap_ros/octomap_ros-9999.ebuild index 36b7f89..7a84d61 100644 --- a/dev-ros/octomap_ros/octomap_ros-9999.ebuild +++ b/dev-ros/octomap_ros/octomap_ros-9999.ebuild @@ -16,6 +16,7 @@ IUSE="" RDEPEND=" dev-ros/tf dev-ros/pcl_ros + sci-libs/octomap dev-ros/octomap_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] dev-ros/sensor_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] "