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 F06FC138359 for ; Mon, 10 Aug 2020 10:02:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2B47EE082D; Mon, 10 Aug 2020 10:02:22 +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 0FD70E082D for ; Mon, 10 Aug 2020 10:02:22 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 F0D6934F162 for ; Mon, 10 Aug 2020 10:02:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2E356316 for ; Mon, 10 Aug 2020 10:02:18 +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: <1597053718.796217d56e71dfdef33661f7f8f68ca71824700d.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ros/rosbag_storage/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ros/rosbag_storage/rosbag_storage-1.15.8-r1.ebuild dev-ros/rosbag_storage/rosbag_storage-1.15.8.ebuild dev-ros/rosbag_storage/rosbag_storage-9999.ebuild X-VCS-Directories: dev-ros/rosbag_storage/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 796217d56e71dfdef33661f7f8f68ca71824700d X-VCS-Branch: master Date: Mon, 10 Aug 2020 10:02:18 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 3c4ce9ff-1646-4005-85dc-34721a666ee4 X-Archives-Hash: a122ae463d5ece3331cd13f39eedf2b5 commit: 796217d56e71dfdef33661f7f8f68ca71824700d Author: Alexis Ballier gentoo org> AuthorDate: Mon Aug 10 10:00:50 2020 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Mon Aug 10 10:01:58 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=796217d5 dev-ros/rosbag_storage: add := dep on pluginlib Closes: https://bugs.gentoo.org/736396 Package-Manager: Portage-3.0.2, Repoman-2.3.23 Signed-off-by: Alexis Ballier gentoo.org> .../{rosbag_storage-1.15.8.ebuild => rosbag_storage-1.15.8-r1.ebuild} | 2 +- dev-ros/rosbag_storage/rosbag_storage-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-ros/rosbag_storage/rosbag_storage-1.15.8.ebuild b/dev-ros/rosbag_storage/rosbag_storage-1.15.8-r1.ebuild similarity index 95% rename from dev-ros/rosbag_storage/rosbag_storage-1.15.8.ebuild rename to dev-ros/rosbag_storage/rosbag_storage-1.15.8-r1.ebuild index d1b7808c3e4..ecde5f7cc18 100644 --- a/dev-ros/rosbag_storage/rosbag_storage-1.15.8.ebuild +++ b/dev-ros/rosbag_storage/rosbag_storage-1.15.8-r1.ebuild @@ -18,7 +18,7 @@ RDEPEND=" dev-libs/console_bridge dev-ros/cpp_common - dev-ros/pluginlib + >=dev-ros/pluginlib-1.13.0-r2:= dev-ros/roscpp_serialization dev-ros/roscpp_traits dev-ros/rostime diff --git a/dev-ros/rosbag_storage/rosbag_storage-9999.ebuild b/dev-ros/rosbag_storage/rosbag_storage-9999.ebuild index d1b7808c3e4..ecde5f7cc18 100644 --- a/dev-ros/rosbag_storage/rosbag_storage-9999.ebuild +++ b/dev-ros/rosbag_storage/rosbag_storage-9999.ebuild @@ -18,7 +18,7 @@ RDEPEND=" dev-libs/console_bridge dev-ros/cpp_common - dev-ros/pluginlib + >=dev-ros/pluginlib-1.13.0-r2:= dev-ros/roscpp_serialization dev-ros/roscpp_traits dev-ros/rostime