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 7E9CC138359 for ; 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 97E6FE07FA; 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 7B7D1E07FA for ; Mon, 10 Aug 2020 10:02:20 +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 597CD34F162 for ; Mon, 10 Aug 2020 10:02:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D7E5D301 for ; Mon, 10 Aug 2020 10:02:17 +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: <1597053714.634c5c68e1b75baef77b577504b06faf43f137fe.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ros/controller_interface/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ros/controller_interface/controller_interface-0.19.1-r1.ebuild dev-ros/controller_interface/controller_interface-9999.ebuild X-VCS-Directories: dev-ros/controller_interface/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 634c5c68e1b75baef77b577504b06faf43f137fe X-VCS-Branch: master Date: Mon, 10 Aug 2020 10:02:17 +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: 98fd5a0b-aa23-48e5-b6a6-2648e8891e17 X-Archives-Hash: bb2218014a1370a072d871c8065c91ae commit: 634c5c68e1b75baef77b577504b06faf43f137fe Author: Alexis Ballier gentoo org> AuthorDate: Mon Aug 10 09:39:01 2020 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Mon Aug 10 10:01:54 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=634c5c68 dev-ros/controller_interface: add missing test dep Closes: https://bugs.gentoo.org/show_bug.cgi?id=736436 Package-Manager: Portage-3.0.1, Repoman-2.3.23 Signed-off-by: Alexis Ballier gentoo.org> dev-ros/controller_interface/controller_interface-0.19.1-r1.ebuild | 4 +++- dev-ros/controller_interface/controller_interface-9999.ebuild | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/dev-ros/controller_interface/controller_interface-0.19.1-r1.ebuild b/dev-ros/controller_interface/controller_interface-0.19.1-r1.ebuild index 1a6209e01c2..f86635bda8b 100644 --- a/dev-ros/controller_interface/controller_interface-0.19.1-r1.ebuild +++ b/dev-ros/controller_interface/controller_interface-0.19.1-r1.ebuild @@ -18,4 +18,6 @@ RDEPEND=" dev-ros/hardware_interface dev-ros/pluginlib:= " -DEPEND="${RDEPEND}" +DEPEND="${RDEPEND} + test? ( dev-cpp/gtest ) +" diff --git a/dev-ros/controller_interface/controller_interface-9999.ebuild b/dev-ros/controller_interface/controller_interface-9999.ebuild index 1a6209e01c2..f86635bda8b 100644 --- a/dev-ros/controller_interface/controller_interface-9999.ebuild +++ b/dev-ros/controller_interface/controller_interface-9999.ebuild @@ -18,4 +18,6 @@ RDEPEND=" dev-ros/hardware_interface dev-ros/pluginlib:= " -DEPEND="${RDEPEND}" +DEPEND="${RDEPEND} + test? ( dev-cpp/gtest ) +"