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 6690E158086 for ; Sat, 20 Nov 2021 13:06:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 099D5E07EE; Sat, 20 Nov 2021 13:06:00 +0000 (UTC) Received: from smtp.gentoo.org (mail.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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8B99EE07EF for ; Sat, 20 Nov 2021 13:05:58 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 9F5EA342C27 for ; Sat, 20 Nov 2021 13:05:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D2C191DA for ; Sat, 20 Nov 2021 13:05:54 +0000 (UTC) From: "Haelwenn Monnier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Haelwenn Monnier" Message-ID: <1637055936.e2e5aed38a1a1ac47b7ddd6cf7213aa7a746f3b2.lanodan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master 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: lanodan X-VCS-Committer-Name: Haelwenn Monnier X-VCS-Revision: e2e5aed38a1a1ac47b7ddd6cf7213aa7a746f3b2 X-VCS-Branch: master Date: Sat, 20 Nov 2021 13:05:54 +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: 4f389943-cc10-4639-90d0-87f9a5d00944 X-Archives-Hash: 215092dd8ebdc7e7e12685e29f97ba45 commit: e2e5aed38a1a1ac47b7ddd6cf7213aa7a746f3b2 Author: James Beddek posteo de> AuthorDate: Tue Nov 16 09:45:36 2021 +0000 Commit: Haelwenn Monnier hacktivis me> 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