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 CE28E138330 for ; Thu, 6 Oct 2016 12:52:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BB3ECE0A84; Thu, 6 Oct 2016 12:52:07 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 97A9FE0A84 for ; Thu, 6 Oct 2016 12:52:07 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 42ABB34128A for ; Thu, 6 Oct 2016 12:52:06 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D0BF424A8 for ; Thu, 6 Oct 2016 12:52:03 +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: <1475758314.f9624ac8db77b4b69708ecbdf47f79435d9b92da.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ros/tf2_ros/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ros/tf2_ros/tf2_ros-0.5.13-r1.ebuild dev-ros/tf2_ros/tf2_ros-0.5.13.ebuild dev-ros/tf2_ros/tf2_ros-9999.ebuild X-VCS-Directories: dev-ros/tf2_ros/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: f9624ac8db77b4b69708ecbdf47f79435d9b92da X-VCS-Branch: master Date: Thu, 6 Oct 2016 12:52:03 +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: c3ad5fa5-8e48-4257-a79f-be056d7b5396 X-Archives-Hash: 390a69b0ce2540e41bffe677a0ed8c1e commit: f9624ac8db77b4b69708ecbdf47f79435d9b92da Author: Alexis Ballier gentoo org> AuthorDate: Thu Oct 6 12:46:01 2016 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Thu Oct 6 12:51:54 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9624ac8 dev-ros/tf2_ros: add missing dep on boost Package-Manager: portage-2.3.1 dev-ros/tf2_ros/{tf2_ros-0.5.13.ebuild => tf2_ros-0.5.13-r1.ebuild} | 3 ++- dev-ros/tf2_ros/tf2_ros-9999.ebuild | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/dev-ros/tf2_ros/tf2_ros-0.5.13.ebuild b/dev-ros/tf2_ros/tf2_ros-0.5.13-r1.ebuild similarity index 92% rename from dev-ros/tf2_ros/tf2_ros-0.5.13.ebuild rename to dev-ros/tf2_ros/tf2_ros-0.5.13-r1.ebuild index 248dddf..4916e4c 100644 --- a/dev-ros/tf2_ros/tf2_ros-0.5.13.ebuild +++ b/dev-ros/tf2_ros/tf2_ros-0.5.13-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -20,6 +20,7 @@ RDEPEND=" dev-ros/message_filters dev-ros/roscpp dev-ros/rosgraph + dev-libs/boost:=[threads] dev-ros/rospy[${PYTHON_USEDEP}] dev-ros/tf2 dev-ros/tf2_py[${PYTHON_USEDEP}] diff --git a/dev-ros/tf2_ros/tf2_ros-9999.ebuild b/dev-ros/tf2_ros/tf2_ros-9999.ebuild index 248dddf..4916e4c 100644 --- a/dev-ros/tf2_ros/tf2_ros-9999.ebuild +++ b/dev-ros/tf2_ros/tf2_ros-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -20,6 +20,7 @@ RDEPEND=" dev-ros/message_filters dev-ros/roscpp dev-ros/rosgraph + dev-libs/boost:=[threads] dev-ros/rospy[${PYTHON_USEDEP}] dev-ros/tf2 dev-ros/tf2_py[${PYTHON_USEDEP}]