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 02838158020 for ; Mon, 5 Dec 2022 20:01:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4C6C2E0877; Mon, 5 Dec 2022 20:01:15 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 32857E0877 for ; Mon, 5 Dec 2022 20:01:15 +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 4468C3410FD for ; Mon, 5 Dec 2022 20:01:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D8442757 for ; Mon, 5 Dec 2022 20:01:12 +0000 (UTC) From: "Matthew Smith" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matthew Smith" Message-ID: <1670270448.c0b109120313ec949a2ac99622fef66afe45db61.matthew@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/features/wd40/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/features/wd40/package.use.mask X-VCS-Directories: profiles/features/wd40/ X-VCS-Committer: matthew X-VCS-Committer-Name: Matthew Smith X-VCS-Revision: c0b109120313ec949a2ac99622fef66afe45db61 X-VCS-Branch: master Date: Mon, 5 Dec 2022 20:01:12 +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: 1b221b56-513f-4e82-9ca1-2807ac54816c X-Archives-Hash: f830dd95eed657e6c1c0779bc1b549c8 commit: c0b109120313ec949a2ac99622fef66afe45db61 Author: Matoro Mahri users noreply github com> AuthorDate: Fri Dec 2 15:32:46 2022 +0000 Commit: Matthew Smith gentoo org> CommitDate: Mon Dec 5 20:00:48 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0b10912 profiles/features/wd40: mask USE=test tree-sitter-grammar.eclass pkgs dev-util/tree-sitter-cli will now be a conditional test dep for packages inheriting tree-sitter-grammar.eclass, which is written in rust, so mask it on rustless profiles. Bug: https://bugs.gentoo.org/844223 Signed-off-by: Matoro Mahri users.noreply.github.com> Signed-off-by: Matthew Smith gentoo.org> profiles/features/wd40/package.use.mask | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/profiles/features/wd40/package.use.mask b/profiles/features/wd40/package.use.mask index 4dd5915ab851..c86a7036962d 100644 --- a/profiles/features/wd40/package.use.mask +++ b/profiles/features/wd40/package.use.mask @@ -1,6 +1,32 @@ # Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# matoro (2022-12-01) +# tree-sitter-grammar.eclass adds dev-util/tree-sitter-cli as test dep +dev-libs/tree-sitter-bash test +dev-libs/tree-sitter-c test +dev-libs/tree-sitter-c-sharp test +dev-libs/tree-sitter-cpp test +dev-libs/tree-sitter-css test +dev-libs/tree-sitter-embedded-template test +dev-libs/tree-sitter-go test +dev-libs/tree-sitter-haskell test +dev-libs/tree-sitter-html test +dev-libs/tree-sitter-java test +dev-libs/tree-sitter-javascript test +dev-libs/tree-sitter-jsdoc test +dev-libs/tree-sitter-json test +dev-libs/tree-sitter-julia test +dev-libs/tree-sitter-ocaml test +dev-libs/tree-sitter-php test +dev-libs/tree-sitter-python test +dev-libs/tree-sitter-ql test +dev-libs/tree-sitter-ruby test +dev-libs/tree-sitter-rust test +dev-libs/tree-sitter-scala test +dev-libs/tree-sitter-tsq test +dev-libs/tree-sitter-typescript test + # Sam James (2022-11-19) # GNOME packages pulling in e.g. gjs which then needs Rust. dev-util/glade gjs