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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A3F9A15808B for ; Tue, 29 Mar 2022 11:12:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DBDF3E086A; Tue, 29 Mar 2022 11:12:22 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C0424E086A for ; Tue, 29 Mar 2022 11:12:22 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C1B603414D0 for ; Tue, 29 Mar 2022 11:12:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C639434D for ; Tue, 29 Mar 2022 11:12:18 +0000 (UTC) From: "Florian Schmaus" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Florian Schmaus" Message-ID: <1648547251.7fac7a7c93298b7a7bd3a74dd0d694da6077dc36.flow@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: sci-libs/dart/ X-VCS-Repository: repo/proj/guru X-VCS-Files: sci-libs/dart/dart-6.12.1.ebuild X-VCS-Directories: sci-libs/dart/ X-VCS-Committer: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: 7fac7a7c93298b7a7bd3a74dd0d694da6077dc36 X-VCS-Branch: master Date: Tue, 29 Mar 2022 11:12: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: c1d5c94b-ddd8-41db-8c71-28d94d1764a9 X-Archives-Hash: cbc0fb14916e1fb9945bc1c051577b9b commit: 7fac7a7c93298b7a7bd3a74dd0d694da6077dc36 Author: Alessandro Barbieri gmail com> AuthorDate: Tue Mar 29 09:47:31 2022 +0000 Commit: Florian Schmaus gentoo org> CommitDate: Tue Mar 29 09:47:31 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7fac7a7c sci-libs/dart: add gtest dep for extras Signed-off-by: Alessandro Barbieri gmail.com> sci-libs/dart/dart-6.12.1.ebuild | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/sci-libs/dart/dart-6.12.1.ebuild b/sci-libs/dart/dart-6.12.1.ebuild index aac4ae640..9186f3021 100644 --- a/sci-libs/dart/dart-6.12.1.ebuild +++ b/sci-libs/dart/dart-6.12.1.ebuild @@ -63,7 +63,10 @@ RDEPEND=" DEPEND=" ${RDEPEND} examples? ( dev-libs/urdfdom_headers ) - extras? ( dev-libs/urdfdom_headers ) + extras? ( + dev-cpp/gtest + dev-libs/urdfdom_headers + ) test? ( dev-cpp/gtest python? ( $(python_gen_cond_dep 'dev-python/pytest[${PYTHON_USEDEP}]') )