From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1195340-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 AC6C813835A
	for <garchives@archives.gentoo.org>; Mon, 10 Aug 2020 10:02:21 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id B2D39E0825;
	Mon, 10 Aug 2020 10:02:20 +0000 (UTC)
Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4])
	(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 9C8AAE0824
	for <gentoo-commits@lists.gentoo.org>; Mon, 10 Aug 2020 10:02:20 +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 5D43934F48E
	for <gentoo-commits@lists.gentoo.org>; Mon, 10 Aug 2020 10:02:19 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id BF9512F2
	for <gentoo-commits@lists.gentoo.org>; Mon, 10 Aug 2020 10:02:17 +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: <1597053713.c6a36e5a4854223eeb8bec04fb6af01d9f2d009f.aballier@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ros/diagnostic_aggregator/
X-VCS-Repository: repo/gentoo
X-VCS-Files: dev-ros/diagnostic_aggregator/diagnostic_aggregator-1.9.4-r1.ebuild dev-ros/diagnostic_aggregator/diagnostic_aggregator-9999.ebuild
X-VCS-Directories: dev-ros/diagnostic_aggregator/
X-VCS-Committer: aballier
X-VCS-Committer-Name: Alexis Ballier
X-VCS-Revision: c6a36e5a4854223eeb8bec04fb6af01d9f2d009f
X-VCS-Branch: master
Date: Mon, 10 Aug 2020 10:02:17 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: fb3b7048-b2a7-4c55-bacb-3ee02fe8f136
X-Archives-Hash: 37dfb4a27f2c73fcdbb79284eee7c529

commit:     c6a36e5a4854223eeb8bec04fb6af01d9f2d009f
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 10 09:37:08 2020 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Mon Aug 10 10:01:53 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6a36e5a

dev-ros/diagnostic_aggregator: add missing dep

Closes: https://bugs.gentoo.org/736440
Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Alexis Ballier <aballier <AT> gentoo.org>

 dev-ros/diagnostic_aggregator/diagnostic_aggregator-1.9.4-r1.ebuild | 3 ++-
 dev-ros/diagnostic_aggregator/diagnostic_aggregator-9999.ebuild     | 3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/dev-ros/diagnostic_aggregator/diagnostic_aggregator-1.9.4-r1.ebuild b/dev-ros/diagnostic_aggregator/diagnostic_aggregator-1.9.4-r1.ebuild
index 34ba1bbe98c..76db5fae27d 100644
--- a/dev-ros/diagnostic_aggregator/diagnostic_aggregator-1.9.4-r1.ebuild
+++ b/dev-ros/diagnostic_aggregator/diagnostic_aggregator-1.9.4-r1.ebuild
@@ -23,10 +23,11 @@ RDEPEND="
 	dev-ros/bondcpp
 	dev-libs/boost:=
 	dev-libs/console_bridge:=
+	dev-ros/bondpy[${PYTHON_SINGLE_USEDEP}]
 "
 DEPEND="${RDEPEND}
 	dev-ros/diagnostic_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
-	test? ( dev-ros/rostest )"
+	test? ( dev-ros/rostest[${PYTHON_SINGLE_USEDEP}] )"
 
 src_test() {
 	export ROS_PACKAGE_PATH="${S}:${ROS_PACKAGE_PATH}"

diff --git a/dev-ros/diagnostic_aggregator/diagnostic_aggregator-9999.ebuild b/dev-ros/diagnostic_aggregator/diagnostic_aggregator-9999.ebuild
index 34ba1bbe98c..76db5fae27d 100644
--- a/dev-ros/diagnostic_aggregator/diagnostic_aggregator-9999.ebuild
+++ b/dev-ros/diagnostic_aggregator/diagnostic_aggregator-9999.ebuild
@@ -23,10 +23,11 @@ RDEPEND="
 	dev-ros/bondcpp
 	dev-libs/boost:=
 	dev-libs/console_bridge:=
+	dev-ros/bondpy[${PYTHON_SINGLE_USEDEP}]
 "
 DEPEND="${RDEPEND}
 	dev-ros/diagnostic_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
-	test? ( dev-ros/rostest )"
+	test? ( dev-ros/rostest[${PYTHON_SINGLE_USEDEP}] )"
 
 src_test() {
 	export ROS_PACKAGE_PATH="${S}:${ROS_PACKAGE_PATH}"