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 B9BB8139360 for ; Mon, 9 Aug 2021 16:04:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 011DAE0866; Mon, 9 Aug 2021 16:04:41 +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 DB35CE0866 for ; Mon, 9 Aug 2021 16:04:40 +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 CD931342C6E for ; Mon, 9 Aug 2021 16:04:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3932F851 for ; Mon, 9 Aug 2021 16:04:37 +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: <1628525068.e0b8a2c24174407e15bf362e17bd0ee884bae167.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ros/test_rosbag/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ros/test_rosbag/test_rosbag-1.15.11.ebuild dev-ros/test_rosbag/test_rosbag-9999.ebuild X-VCS-Directories: dev-ros/test_rosbag/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: e0b8a2c24174407e15bf362e17bd0ee884bae167 X-VCS-Branch: master Date: Mon, 9 Aug 2021 16:04:37 +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: efc89c84-652d-430a-b93c-4a2ac6c37e4f X-Archives-Hash: 2d08da5f61e3af864884184e2b3396cf commit: e0b8a2c24174407e15bf362e17bd0ee884bae167 Author: Alexis Ballier gentoo org> AuthorDate: Mon Aug 9 16:04:28 2021 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Mon Aug 9 16:04:28 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0b8a2c2 dev-ros/test_rosbag: add missing dep Closes: https://bugs.gentoo.org/780504 Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Alexis Ballier gentoo.org> dev-ros/test_rosbag/test_rosbag-1.15.11.ebuild | 1 + dev-ros/test_rosbag/test_rosbag-9999.ebuild | 1 + 2 files changed, 2 insertions(+) diff --git a/dev-ros/test_rosbag/test_rosbag-1.15.11.ebuild b/dev-ros/test_rosbag/test_rosbag-1.15.11.ebuild index ac4873bb7e4..8dc8f933b1f 100644 --- a/dev-ros/test_rosbag/test_rosbag-1.15.11.ebuild +++ b/dev-ros/test_rosbag/test_rosbag-1.15.11.ebuild @@ -69,6 +69,7 @@ RDEPEND=" dev-ros/rosbag[${PYTHON_SINGLE_USEDEP}] dev-ros/rosconsole dev-ros/roscpp + dev-ros/rostopic[${PYTHON_SINGLE_USEDEP}] dev-ros/rostest[${PYTHON_SINGLE_USEDEP}] dev-ros/rosunit[${PYTHON_SINGLE_USEDEP}] dev-ros/topic_tools[${PYTHON_SINGLE_USEDEP}] diff --git a/dev-ros/test_rosbag/test_rosbag-9999.ebuild b/dev-ros/test_rosbag/test_rosbag-9999.ebuild index ac4873bb7e4..8dc8f933b1f 100644 --- a/dev-ros/test_rosbag/test_rosbag-9999.ebuild +++ b/dev-ros/test_rosbag/test_rosbag-9999.ebuild @@ -69,6 +69,7 @@ RDEPEND=" dev-ros/rosbag[${PYTHON_SINGLE_USEDEP}] dev-ros/rosconsole dev-ros/roscpp + dev-ros/rostopic[${PYTHON_SINGLE_USEDEP}] dev-ros/rostest[${PYTHON_SINGLE_USEDEP}] dev-ros/rosunit[${PYTHON_SINGLE_USEDEP}] dev-ros/topic_tools[${PYTHON_SINGLE_USEDEP}]