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 A2894158086 for ; Tue, 16 Nov 2021 09:46:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DDD22E0826; Tue, 16 Nov 2021 09:45:59 +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 64B83E0826 for ; Tue, 16 Nov 2021 09:45:58 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6AF3C342C5D for ; Tue, 16 Nov 2021 09:45:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A79C21AD for ; Tue, 16 Nov 2021 09:45:55 +0000 (UTC) From: "Theo Anderson" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Theo Anderson" Message-ID: <1637055936.e2e5aed38a1a1ac47b7ddd6cf7213aa7a746f3b2.telans@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-util/rust-analyzer/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-util/rust-analyzer/rust-analyzer-20211101.ebuild dev-util/rust-analyzer/rust-analyzer-20211108.ebuild dev-util/rust-analyzer/rust-analyzer-99999999.ebuild X-VCS-Directories: dev-util/rust-analyzer/ X-VCS-Committer: telans X-VCS-Committer-Name: Theo Anderson X-VCS-Revision: e2e5aed38a1a1ac47b7ddd6cf7213aa7a746f3b2 X-VCS-Branch: dev Date: Tue, 16 Nov 2021 09:45:55 +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: 546d1dab-df57-4b60-bd9b-6e8a34f50cee X-Archives-Hash: b327f1772b7466dde47b32da6cd9d8df commit: e2e5aed38a1a1ac47b7ddd6cf7213aa7a746f3b2 Author: James Beddek posteo de> AuthorDate: Tue Nov 16 09:45:36 2021 +0000 Commit: Theo Anderson posteo de> CommitDate: Tue Nov 16 09:45:36 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e2e5aed3 dev-util/rust-analyzer: ignore qa flags Closes: https://bugs.gentoo.org/815631 Closes: https://bugs.gentoo.org/815628 Signed-off-by: James Beddek posteo.de> dev-util/rust-analyzer/rust-analyzer-20211101.ebuild | 2 ++ dev-util/rust-analyzer/rust-analyzer-20211108.ebuild | 2 ++ dev-util/rust-analyzer/rust-analyzer-99999999.ebuild | 2 ++ 3 files changed, 6 insertions(+) diff --git a/dev-util/rust-analyzer/rust-analyzer-20211101.ebuild b/dev-util/rust-analyzer/rust-analyzer-20211101.ebuild index 18d6ea757..48dabfbe0 100644 --- a/dev-util/rust-analyzer/rust-analyzer-20211101.ebuild +++ b/dev-util/rust-analyzer/rust-analyzer-20211101.ebuild @@ -181,6 +181,8 @@ IUSE="" DEPEND="|| ( >=dev-lang/rust-1.56.0[rls] >=dev-lang/rust-bin-1.56.0[rls] )" RDEPEND="${DEPEND}" +QA_FLAGS_IGNORED="usr/bin/rust-analyzer" + src_unpack() { if [[ "${PV}" == *9999* ]]; then git-r3_src_unpack diff --git a/dev-util/rust-analyzer/rust-analyzer-20211108.ebuild b/dev-util/rust-analyzer/rust-analyzer-20211108.ebuild index eb4442177..4f8d182a9 100644 --- a/dev-util/rust-analyzer/rust-analyzer-20211108.ebuild +++ b/dev-util/rust-analyzer/rust-analyzer-20211108.ebuild @@ -181,6 +181,8 @@ IUSE="" DEPEND="|| ( >=dev-lang/rust-1.56.0[rls] >=dev-lang/rust-bin-1.56.0[rls] )" RDEPEND="${DEPEND}" +QA_FLAGS_IGNORED="usr/bin/rust-analyzer" + src_unpack() { if [[ "${PV}" == *9999* ]]; then git-r3_src_unpack diff --git a/dev-util/rust-analyzer/rust-analyzer-99999999.ebuild b/dev-util/rust-analyzer/rust-analyzer-99999999.ebuild index 6052937fa..8d2f64901 100644 --- a/dev-util/rust-analyzer/rust-analyzer-99999999.ebuild +++ b/dev-util/rust-analyzer/rust-analyzer-99999999.ebuild @@ -28,6 +28,8 @@ IUSE="" DEPEND="|| ( >=dev-lang/rust-1.56.0[rls] >=dev-lang/rust-bin-1.56.0[rls] )" RDEPEND="${DEPEND}" +QA_FLAGS_IGNORED="usr/bin/rust-analyzer" + src_unpack() { if [[ "${PV}" == *9999* ]]; then git-r3_src_unpack