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 7E6B3138334 for ; Tue, 3 Jul 2018 11:22:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0A707E09EF; Tue, 3 Jul 2018 11:22:13 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 C167CE09D7 for ; Tue, 3 Jul 2018 11:22:12 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 A67CF335CB7 for ; Tue, 3 Jul 2018 11:22:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0A811372 for ; Tue, 3 Jul 2018 11:22:07 +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: <1530616915.e8a70ad9306c57fe4979e94c1f4c400d3e873c27.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.14.2.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: e8a70ad9306c57fe4979e94c1f4c400d3e873c27 X-VCS-Branch: master Date: Tue, 3 Jul 2018 11:22:07 +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: 120a0a68-9e80-4ba3-a2c4-0394391634ae X-Archives-Hash: 6b9611707fdf3fd8a66a2b846c009c3f commit: e8a70ad9306c57fe4979e94c1f4c400d3e873c27 Author: Alexis Ballier gentoo org> AuthorDate: Tue Jul 3 11:10:31 2018 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Tue Jul 3 11:21:55 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8a70ad9 dev-ros/rosbag: bump rosbag_storage dep Package-Manager: Portage-2.3.41, Repoman-2.3.9 dev-ros/rosbag/rosbag-1.14.2.ebuild | 2 +- dev-ros/rosbag/rosbag-9999.ebuild | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-ros/rosbag/rosbag-1.14.2.ebuild b/dev-ros/rosbag/rosbag-1.14.2.ebuild index 0517a514bb8..20157ef4325 100644 --- a/dev-ros/rosbag/rosbag-1.14.2.ebuild +++ b/dev-ros/rosbag/rosbag-1.14.2.ebuild @@ -16,7 +16,7 @@ SLOT="0" IUSE="lz4" RDEPEND=" - dev-ros/rosbag_storage + >=dev-ros/rosbag_storage-1.14 dev-ros/rosconsole dev-ros/roscpp dev-ros/topic_tools diff --git a/dev-ros/rosbag/rosbag-9999.ebuild b/dev-ros/rosbag/rosbag-9999.ebuild index 56fe8363ea1..20157ef4325 100644 --- a/dev-ros/rosbag/rosbag-9999.ebuild +++ b/dev-ros/rosbag/rosbag-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -16,7 +16,7 @@ SLOT="0" IUSE="lz4" RDEPEND=" - dev-ros/rosbag_storage + >=dev-ros/rosbag_storage-1.14 dev-ros/rosconsole dev-ros/roscpp dev-ros/topic_tools