From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1352172-garchives=archives.gentoo.org@lists.gentoo.org>
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 A92F2158086
	for <garchives@archives.gentoo.org>; Fri, 24 Dec 2021 07:08:36 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id DC27F2BC001;
	Fri, 24 Dec 2021 07:08:35 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.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))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 83BF52BC001
	for <gentoo-commits@lists.gentoo.org>; Fri, 24 Dec 2021 07:08:35 +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 36AD6343376
	for <gentoo-commits@lists.gentoo.org>; Fri, 24 Dec 2021 07:08:34 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id B8913256
	for <gentoo-commits@lists.gentoo.org>; Fri, 24 Dec 2021 07:08:32 +0000 (UTC)
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" <sam@gentoo.org>
Message-ID: <1640329704.fa75aebfc5cd3d17a80f89c8b9b1d51313be6aa4.sam@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/cargo-c/
X-VCS-Repository: repo/gentoo
X-VCS-Files: dev-util/cargo-c/cargo-c-0.9.5.ebuild
X-VCS-Directories: dev-util/cargo-c/
X-VCS-Committer: sam
X-VCS-Committer-Name: Sam James
X-VCS-Revision: fa75aebfc5cd3d17a80f89c8b9b1d51313be6aa4
X-VCS-Branch: master
Date: Fri, 24 Dec 2021 07:08:32 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: deafcbe3-c708-43c0-9b23-e6ea7739bd45
X-Archives-Hash: 3227720ce460ba92e59b90fd4c81fac9

commit:     fa75aebfc5cd3d17a80f89c8b9b1d51313be6aa4
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 24 07:07:35 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Dec 24 07:08:24 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa75aebf

dev-util/cargo-c: silence QA warning for Rust flags

Not relevant for Rust

Closes: https://bugs.gentoo.org/829905
Closes: https://bugs.gentoo.org/829904
Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-util/cargo-c/cargo-c-0.9.5.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/dev-util/cargo-c/cargo-c-0.9.5.ebuild b/dev-util/cargo-c/cargo-c-0.9.5.ebuild
index 590800af5315..3439a7449e6f 100644
--- a/dev-util/cargo-c/cargo-c-0.9.5.ebuild
+++ b/dev-util/cargo-c/cargo-c-0.9.5.ebuild
@@ -171,9 +171,10 @@ RDEPEND="dev-libs/libgit2:=
 	sys-libs/zlib
 "
 DEPEND="${RDEPEND}"
-
 BDEPEND=">=virtual/rust-1.56.0"
 
+QA_FLAGS_IGNORED="usr/bin/cargo-capi usr/bin/cargo-cbuild usr/bin/cargo-ctest usr/bin/cargo-cinstall"
+
 src_unpack() {
 	cargo_src_unpack