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 9E60C138359 for ; Thu, 30 Jul 2020 15:03:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BC742E0ABF; Thu, 30 Jul 2020 15:03:06 +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 A2811E0ABF for ; Thu, 30 Jul 2020 15:03:06 +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 222A734F29E for ; Thu, 30 Jul 2020 15:03:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 344A12FD for ; Thu, 30 Jul 2020 15:03:03 +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: <1596121354.752084f0c18a062b5e2030093444416f615894e6.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ros/tf2_geometry_msgs/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ros/tf2_geometry_msgs/tf2_geometry_msgs-0.7.2.ebuild dev-ros/tf2_geometry_msgs/tf2_geometry_msgs-9999.ebuild X-VCS-Directories: dev-ros/tf2_geometry_msgs/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 752084f0c18a062b5e2030093444416f615894e6 X-VCS-Branch: master Date: Thu, 30 Jul 2020 15:03:03 +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: b99b5672-0f97-42e4-80b8-29ae9f768b9f X-Archives-Hash: 76a1900f1005533194ecff9cca9c72fc commit: 752084f0c18a062b5e2030093444416f615894e6 Author: Alexis Ballier gentoo org> AuthorDate: Thu Jul 30 14:07:51 2020 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Thu Jul 30 15:02:34 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=752084f0 dev-ros/tf2_geometry_msgs: add missing test deps Closes: https://bugs.gentoo.org/734688 Package-Manager: Portage-3.0.1, Repoman-2.3.23 Signed-off-by: Alexis Ballier gentoo.org> dev-ros/tf2_geometry_msgs/tf2_geometry_msgs-0.7.2.ebuild | 4 ++++ dev-ros/tf2_geometry_msgs/tf2_geometry_msgs-9999.ebuild | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/dev-ros/tf2_geometry_msgs/tf2_geometry_msgs-0.7.2.ebuild b/dev-ros/tf2_geometry_msgs/tf2_geometry_msgs-0.7.2.ebuild index c5f4dc66406..388537a8dcc 100644 --- a/dev-ros/tf2_geometry_msgs/tf2_geometry_msgs-0.7.2.ebuild +++ b/dev-ros/tf2_geometry_msgs/tf2_geometry_msgs-0.7.2.ebuild @@ -24,4 +24,8 @@ RDEPEND=" " DEPEND="${RDEPEND} dev-ros/geometry_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] + test? ( + dev-ros/rostest[${PYTHON_SINGLE_USEDEP}] + dev-cpp/gtest + ) " diff --git a/dev-ros/tf2_geometry_msgs/tf2_geometry_msgs-9999.ebuild b/dev-ros/tf2_geometry_msgs/tf2_geometry_msgs-9999.ebuild index c5f4dc66406..388537a8dcc 100644 --- a/dev-ros/tf2_geometry_msgs/tf2_geometry_msgs-9999.ebuild +++ b/dev-ros/tf2_geometry_msgs/tf2_geometry_msgs-9999.ebuild @@ -24,4 +24,8 @@ RDEPEND=" " DEPEND="${RDEPEND} dev-ros/geometry_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] + test? ( + dev-ros/rostest[${PYTHON_SINGLE_USEDEP}] + dev-cpp/gtest + ) "