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 9A326158F71 for ; Mon, 16 Aug 2021 20:48:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5B4D0E0E92; Mon, 16 Aug 2021 12:00:21 +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 335B1E0E92 for ; Mon, 16 Aug 2021 12:00:21 +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 0DED4346987 for ; Mon, 16 Aug 2021 12:00:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 78F5B87B for ; Mon, 16 Aug 2021 12:00: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: <1629115211.7ea819d5e4443cbffabeb745763c669e08c67f83.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ros/mavros/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ros/mavros/mavros-1.8.0-r1.ebuild dev-ros/mavros/mavros-9999.ebuild X-VCS-Directories: dev-ros/mavros/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 7ea819d5e4443cbffabeb745763c669e08c67f83 X-VCS-Branch: master Date: Mon, 16 Aug 2021 12:00: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: f68981b7-5219-41cd-89e4-0169e30535c2 X-Archives-Hash: caba5674cea20a285189debddb726da4 commit: 7ea819d5e4443cbffabeb745763c669e08c67f83 Author: Alexis Ballier gentoo org> AuthorDate: Mon Aug 16 11:57:53 2021 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Mon Aug 16 12:00:11 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ea819d5 dev-ros/mavros: add missing test dep Closes: https://bugs.gentoo.org/807915 Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Alexis Ballier gentoo.org> dev-ros/mavros/mavros-1.8.0-r1.ebuild | 3 +++ dev-ros/mavros/mavros-9999.ebuild | 3 +++ 2 files changed, 6 insertions(+) diff --git a/dev-ros/mavros/mavros-1.8.0-r1.ebuild b/dev-ros/mavros/mavros-1.8.0-r1.ebuild index b8e6e1ec31b..bf93840a0e0 100644 --- a/dev-ros/mavros/mavros-1.8.0-r1.ebuild +++ b/dev-ros/mavros/mavros-1.8.0-r1.ebuild @@ -38,4 +38,7 @@ DEPEND="${RDEPEND} dev-ros/geometry_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] dev-ros/nav_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] dev-ros/trajectory_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] + test? ( + dev-cpp/gtest + ) " diff --git a/dev-ros/mavros/mavros-9999.ebuild b/dev-ros/mavros/mavros-9999.ebuild index b8e6e1ec31b..bf93840a0e0 100644 --- a/dev-ros/mavros/mavros-9999.ebuild +++ b/dev-ros/mavros/mavros-9999.ebuild @@ -38,4 +38,7 @@ DEPEND="${RDEPEND} dev-ros/geometry_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] dev-ros/nav_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] dev-ros/trajectory_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] + test? ( + dev-cpp/gtest + ) "