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 C0A6313835B for ; Fri, 7 Aug 2020 14:44:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C904DE086A; Fri, 7 Aug 2020 14:44: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 AD65BE0864 for ; Fri, 7 Aug 2020 14:44:22 +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 6F15534F38F for ; Fri, 7 Aug 2020 14:44:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EDAD2309 for ; Fri, 7 Aug 2020 14:44:19 +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: <1596811439.9d209d69f90759b64a1ef00a360ff88b70f4b289.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ros/topic_tools/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ros/topic_tools/topic_tools-1.15.8.ebuild dev-ros/topic_tools/topic_tools-9999.ebuild X-VCS-Directories: dev-ros/topic_tools/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 9d209d69f90759b64a1ef00a360ff88b70f4b289 X-VCS-Branch: master Date: Fri, 7 Aug 2020 14:44:19 +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: ed85d55f-fb88-4217-a93f-f0f1b9b65c19 X-Archives-Hash: a0dfe0167b69a06db9ffb9c482e11121 commit: 9d209d69f90759b64a1ef00a360ff88b70f4b289 Author: Alexis Ballier gentoo org> AuthorDate: Fri Aug 7 14:33:35 2020 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Fri Aug 7 14:43:59 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d209d69 dev-ros/topic_tools: add missing test dep Closes: https://bugs.gentoo.org/736138 Package-Manager: Portage-3.0.1, Repoman-2.3.23 Signed-off-by: Alexis Ballier gentoo.org> dev-ros/topic_tools/topic_tools-1.15.8.ebuild | 1 + dev-ros/topic_tools/topic_tools-9999.ebuild | 1 + 2 files changed, 2 insertions(+) diff --git a/dev-ros/topic_tools/topic_tools-1.15.8.ebuild b/dev-ros/topic_tools/topic_tools-1.15.8.ebuild index d6eff92bf85..3c8d2efb1b0 100644 --- a/dev-ros/topic_tools/topic_tools-1.15.8.ebuild +++ b/dev-ros/topic_tools/topic_tools-1.15.8.ebuild @@ -28,6 +28,7 @@ DEPEND="${RDEPEND} dev-ros/rostest[${PYTHON_SINGLE_USEDEP}] dev-ros/rosunit[${PYTHON_SINGLE_USEDEP}] dev-ros/rosbash[${PYTHON_SINGLE_USEDEP}] + dev-ros/rostopic[${PYTHON_SINGLE_USEDEP}] dev-cpp/gtest $(python_gen_cond_dep "dev-python/nose[\${PYTHON_USEDEP}]") )" diff --git a/dev-ros/topic_tools/topic_tools-9999.ebuild b/dev-ros/topic_tools/topic_tools-9999.ebuild index d6eff92bf85..3c8d2efb1b0 100644 --- a/dev-ros/topic_tools/topic_tools-9999.ebuild +++ b/dev-ros/topic_tools/topic_tools-9999.ebuild @@ -28,6 +28,7 @@ DEPEND="${RDEPEND} dev-ros/rostest[${PYTHON_SINGLE_USEDEP}] dev-ros/rosunit[${PYTHON_SINGLE_USEDEP}] dev-ros/rosbash[${PYTHON_SINGLE_USEDEP}] + dev-ros/rostopic[${PYTHON_SINGLE_USEDEP}] dev-cpp/gtest $(python_gen_cond_dep "dev-python/nose[\${PYTHON_USEDEP}]") )"