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 E6E2515800A for ; Sat, 26 Aug 2023 07:05:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 381822BC120; Sat, 26 Aug 2023 07:05:03 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 17A322BC121 for ; Sat, 26 Aug 2023 07:05:03 +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 E2F11340CF2 for ; Sat, 26 Aug 2023 07:05:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 424A7109E for ; Sat, 26 Aug 2023 07:04:59 +0000 (UTC) From: "Viorel Munteanu" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Viorel Munteanu" Message-ID: <1693031313.209077f51af2b21a4824f8e03abbc0bd21232d77.ceamac@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: media-video/kooha/ X-VCS-Repository: repo/proj/guru X-VCS-Files: media-video/kooha/kooha-2.2.3.ebuild X-VCS-Directories: media-video/kooha/ X-VCS-Committer: ceamac X-VCS-Committer-Name: Viorel Munteanu X-VCS-Revision: 209077f51af2b21a4824f8e03abbc0bd21232d77 X-VCS-Branch: master Date: Sat, 26 Aug 2023 07:04:59 +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: bf1b3a74-8f71-42c6-b8d6-556ad5faa367 X-Archives-Hash: 958f3b54d8ffc2e5fe0fc9f2ad5eab1f commit: 209077f51af2b21a4824f8e03abbc0bd21232d77 Author: Konstantin Tutsch konstantintutsch de> AuthorDate: Sat Aug 26 06:28:33 2023 +0000 Commit: Viorel Munteanu gentoo org> CommitDate: Sat Aug 26 06:28:33 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=209077f5 media-video/kooha: add cargo clippy testing dependency Signed-off-by: Konstantin Tutsch konstantintutsch.de> media-video/kooha/kooha-2.2.3.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/media-video/kooha/kooha-2.2.3.ebuild b/media-video/kooha/kooha-2.2.3.ebuild index f4c2e19c6f..712b882e16 100644 --- a/media-video/kooha/kooha-2.2.3.ebuild +++ b/media-video/kooha/kooha-2.2.3.ebuild @@ -183,6 +183,8 @@ BDEPEND=" >=dev-util/ninja-1.11.1-r2 >=dev-libs/appstream-glib-0.8.2 >=virtual/rust-1.69.0 + test? ( || ( dev-lang/rust[clippy] + dev-lang/rust-bin[clippy] ) ) " # rust does not use *FLAGS from make.conf, silence portage warning