From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1295758-garchives=archives.gentoo.org@lists.gentoo.org>
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 423681382C5
	for <garchives@archives.gentoo.org>; Mon, 21 Jun 2021 11:33:05 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 771C7E0855;
	Mon, 21 Jun 2021 11:33:04 +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 96AA0E0855
	for <gentoo-commits@lists.gentoo.org>; Mon, 21 Jun 2021 11:33:03 +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 3867E335D60
	for <gentoo-commits@lists.gentoo.org>; Mon, 21 Jun 2021 11:33:02 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id C1EB6235
	for <gentoo-commits@lists.gentoo.org>; Mon, 21 Jun 2021 11:33:00 +0000 (UTC)
From: "Stefan Strogin" <steils@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, "Stefan Strogin" <steils@gentoo.org>
Message-ID: <1624275136.10bf5e4e545ff3a13c092db8dadee157850a2277.steils@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/maturin/
X-VCS-Repository: repo/gentoo
X-VCS-Files: dev-util/maturin/maturin-0.10.6.ebuild
X-VCS-Directories: dev-util/maturin/
X-VCS-Committer: steils
X-VCS-Committer-Name: Stefan Strogin
X-VCS-Revision: 10bf5e4e545ff3a13c092db8dadee157850a2277
X-VCS-Branch: master
Date: Mon, 21 Jun 2021 11:33:00 +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: ab7493c8-3483-4d2e-a899-3608054c7c9f
X-Archives-Hash: ce27509dcbb11921607432d60db81549

commit:     10bf5e4e545ff3a13c092db8dadee157850a2277
Author:     Stefan Strogin <steils <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 21 11:30:18 2021 +0000
Commit:     Stefan Strogin <steils <AT> gentoo <DOT> org>
CommitDate: Mon Jun 21 11:32:16 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10bf5e4e

dev-util/maturin: ignore flags QA warning

The program is written in Rust, LDFLAGS are not used.

Closes: https://bugs.gentoo.org/797337
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Stefan Strogin <steils <AT> gentoo.org>

 dev-util/maturin/maturin-0.10.6.ebuild | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/dev-util/maturin/maturin-0.10.6.ebuild b/dev-util/maturin/maturin-0.10.6.ebuild
index 99e39cf1730..e95ca0bfe67 100644
--- a/dev-util/maturin/maturin-0.10.6.ebuild
+++ b/dev-util/maturin/maturin-0.10.6.ebuild
@@ -296,6 +296,8 @@ DEPEND="test? (
 	)"
 BDEPEND=""
 
+QA_FLAGS_IGNORED="usr/bin/maturin"
+
 python_check_deps() {
 	has_version -d "dev-python/cffi[${PYTHON_USEDEP}]" &&
 	has_version -d "dev-python/pycparser[${PYTHON_USEDEP}]"