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 A2AE3139360 for ; Thu, 12 Aug 2021 14:12:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D213AE0B11; Thu, 12 Aug 2021 14:12:37 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 B1E5CE0B11 for ; Thu, 12 Aug 2021 14:12:37 +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 64159342BD9 for ; Thu, 12 Aug 2021 14:12:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CC4AA865 for ; Thu, 12 Aug 2021 14:12:33 +0000 (UTC) From: "James Kalyan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "James Kalyan" Message-ID: <1628777205.217d704dc2381bbd81f863816df07ae0d9f82a68.contrib_x@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-util/rust-analyzer-bin/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-util/rust-analyzer-bin/rust-analyzer-bin-2021.08.02.ebuild X-VCS-Directories: dev-util/rust-analyzer-bin/ X-VCS-Committer: contrib_x X-VCS-Committer-Name: James Kalyan X-VCS-Revision: 217d704dc2381bbd81f863816df07ae0d9f82a68 X-VCS-Branch: dev Date: Thu, 12 Aug 2021 14:12:33 +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: 2b087919-47a8-45e3-970b-4f06bf265d90 X-Archives-Hash: c0c85d89f9ba755c1272e0978704a7e2 commit: 217d704dc2381bbd81f863816df07ae0d9f82a68 Author: James Kalyan protonmail com> AuthorDate: Thu Aug 12 12:33:10 2021 +0000 Commit: James Kalyan protonmail com> CommitDate: Thu Aug 12 14:06:45 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=217d704d dev-util/rust-analyzer-bin: ignore irrelevant QA warning Closes: https://bugs.gentoo.org/807121 Signed-off-by: James Kalyan protonmail.com> dev-util/rust-analyzer-bin/rust-analyzer-bin-2021.08.02.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dev-util/rust-analyzer-bin/rust-analyzer-bin-2021.08.02.ebuild b/dev-util/rust-analyzer-bin/rust-analyzer-bin-2021.08.02.ebuild index 566ef9c2c..5efba0fae 100644 --- a/dev-util/rust-analyzer-bin/rust-analyzer-bin-2021.08.02.ebuild +++ b/dev-util/rust-analyzer-bin/rust-analyzer-bin-2021.08.02.ebuild @@ -13,6 +13,8 @@ KEYWORDS="~amd64" S=${WORKDIR} +QA_FLAGS_IGNORED="usr/bin/rust-analyzer" + src_install() { newbin ${P} rust-analyzer }