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 29C33158086 for ; Thu, 21 Oct 2021 16:28:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2D74AE085E; Thu, 21 Oct 2021 16:28:32 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 09178E085E for ; Thu, 21 Oct 2021 16:28:31 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E7CF8343621 for ; Thu, 21 Oct 2021 16:28:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5BB2A101 for ; Thu, 21 Oct 2021 16:28:28 +0000 (UTC) From: "Rabindra Dhakal" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Rabindra Dhakal" Message-ID: <1634833700.78e04efdb14df9e42e02c5525e3991b2c9b49810.qaidvoid@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: app-editors/helix/ X-VCS-Repository: repo/proj/guru X-VCS-Files: app-editors/helix/helix-0.4.1.ebuild X-VCS-Directories: app-editors/helix/ X-VCS-Committer: qaidvoid X-VCS-Committer-Name: Rabindra Dhakal X-VCS-Revision: 78e04efdb14df9e42e02c5525e3991b2c9b49810 X-VCS-Branch: dev Date: Thu, 21 Oct 2021 16:28:28 +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: ff69c97a-3d77-4dfd-bd33-c4e110dd472e X-Archives-Hash: 3d9800af6798f6f5d2ff054b5deb3c99 commit: 78e04efdb14df9e42e02c5525e3991b2c9b49810 Author: Rabindra Dhakal gmail com> AuthorDate: Thu Oct 21 16:27:36 2021 +0000 Commit: Rabindra Dhakal gmail com> CommitDate: Thu Oct 21 16:28:20 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=78e04efd app-editors/helix: hide QA warnings Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Rabindra Dhakal gmail.com> app-editors/helix/helix-0.4.1.ebuild | 28 +++++++++++++++++++++++++++- 1 file changed, 27 insertions(+), 1 deletion(-) diff --git a/app-editors/helix/helix-0.4.1.ebuild b/app-editors/helix/helix-0.4.1.ebuild index 6fce9c2dc..8cff08663 100644 --- a/app-editors/helix/helix-0.4.1.ebuild +++ b/app-editors/helix/helix-0.4.1.ebuild @@ -143,7 +143,33 @@ PATCHES=( "${FILESDIR}/${PN}-0.4.1.patch" ) -QA_FLAGS_IGNORED="/usr/bin/hx" +QA_FLAGS_IGNORED=" + usr/share/helix/runtime/grammars/agda.so + usr/share/helix/runtime/grammars/bash.so + usr/share/helix/runtime/grammars/c-sharp.so + usr/share/helix/runtime/grammars/c.so + usr/share/helix/runtime/grammars/cpp.so + usr/share/helix/runtime/grammars/css.so + usr/share/helix/runtime/grammars/elixir.so + usr/share/helix/runtime/grammars/go.so + usr/share/helix/runtime/grammars/html.so + usr/share/helix/runtime/grammars/java.so + usr/share/helix/runtime/grammars/javascript.so + usr/share/helix/runtime/grammars/json.so + usr/share/helix/runtime/grammars/julia.so + usr/share/helix/runtime/grammars/latex.so + usr/share/helix/runtime/grammars/nix.so + usr/share/helix/runtime/grammars/php.so + usr/share/helix/runtime/grammars/python.so + usr/share/helix/runtime/grammars/ruby.so + usr/share/helix/runtime/grammars/rust.so + usr/share/helix/runtime/grammars/scala.so + usr/share/helix/runtime/grammars/swift.so + usr/share/helix/runtime/grammars/toml.so + usr/share/helix/runtime/grammars/tsx.so + usr/share/helix/runtime/grammars/typescript.so + usr/bin/hx +" src_prepare() { einfo "Helix branch: ${EGIT_BRANCH}"