From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-934799-garchives=archives.gentoo.org@lists.gentoo.org> 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 D840E139694 for <garchives@archives.gentoo.org>; Sat, 25 Feb 2017 21:51:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 26BC7E0C48; Sat, 25 Feb 2017 21:51:43 +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 F1B80E0C48 for <gentoo-commits@lists.gentoo.org>; Sat, 25 Feb 2017 21:51:42 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 CDEC634105A for <gentoo-commits@lists.gentoo.org>; Sat, 25 Feb 2017 21:51:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4474E5484 for <gentoo-commits@lists.gentoo.org>; Sat, 25 Feb 2017 21:51:40 +0000 (UTC) From: "Alexis Ballier" <aballier@gentoo.org> 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" <aballier@gentoo.org> Message-ID: <1488059485.c19b19f0ca8f4c6607f61d7b6ab8f650299c07a7.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ros/rosbag/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ros/rosbag/rosbag-1.13.0.ebuild dev-ros/rosbag/rosbag-9999.ebuild X-VCS-Directories: dev-ros/rosbag/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: c19b19f0ca8f4c6607f61d7b6ab8f650299c07a7 X-VCS-Branch: master Date: Sat, 25 Feb 2017 21:51:40 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: db796e61-d8f9-4187-b809-838b6bd0ac80 X-Archives-Hash: 9066a322f61c13727863f7632dd21ac7 commit: c19b19f0ca8f4c6607f61d7b6ab8f650299c07a7 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org> AuthorDate: Sat Feb 25 21:51:25 2017 +0000 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org> CommitDate: Sat Feb 25 21:51:25 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c19b19f0 dev-ros/rosbag: add missing std_srvs dep, bug #610924 Package-Manager: Portage-2.3.3, Repoman-2.3.1 dev-ros/rosbag/rosbag-1.13.0.ebuild | 1 + dev-ros/rosbag/rosbag-9999.ebuild | 1 + 2 files changed, 2 insertions(+) diff --git a/dev-ros/rosbag/rosbag-1.13.0.ebuild b/dev-ros/rosbag/rosbag-1.13.0.ebuild index 98ed98b840..6423090e35 100644 --- a/dev-ros/rosbag/rosbag-1.13.0.ebuild +++ b/dev-ros/rosbag/rosbag-1.13.0.ebuild @@ -24,6 +24,7 @@ RDEPEND=" dev-ros/xmlrpcpp dev-libs/boost:= app-arch/bzip2 + dev-ros/std_srvs[${CATKIN_MESSAGES_PYTHON_USEDEP}] dev-ros/roslib[${PYTHON_USEDEP}] dev-ros/genpy[${PYTHON_USEDEP}] dev-ros/rospy[${PYTHON_USEDEP}] diff --git a/dev-ros/rosbag/rosbag-9999.ebuild b/dev-ros/rosbag/rosbag-9999.ebuild index 98ed98b840..6423090e35 100644 --- a/dev-ros/rosbag/rosbag-9999.ebuild +++ b/dev-ros/rosbag/rosbag-9999.ebuild @@ -24,6 +24,7 @@ RDEPEND=" dev-ros/xmlrpcpp dev-libs/boost:= app-arch/bzip2 + dev-ros/std_srvs[${CATKIN_MESSAGES_PYTHON_USEDEP}] dev-ros/roslib[${PYTHON_USEDEP}] dev-ros/genpy[${PYTHON_USEDEP}] dev-ros/rospy[${PYTHON_USEDEP}]