From mboxrd@z Thu Jan 1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1375381-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 815E315808B
for <garchives@archives.gentoo.org>; Mon, 14 Mar 2022 16:43:46 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
by pigeon.gentoo.org (Postfix) with SMTP id 6708FE0878;
Mon, 14 Mar 2022 16:43:45 +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 C73C2E0878
for <gentoo-commits@lists.gentoo.org>; Mon, 14 Mar 2022 16:43:44 +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 8BAFF342EB3
for <gentoo-commits@lists.gentoo.org>; Mon, 14 Mar 2022 16:35:50 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
by oystercatcher.gentoo.org (Postfix) with ESMTP id 65DC2315
for <gentoo-commits@lists.gentoo.org>; Mon, 14 Mar 2022 16:35:07 +0000 (UTC)
From: "John Helmert III" <ajak@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, "John Helmert III" <ajak@gentoo.org>
Message-ID: <1647275693.21cfeb5ab791d3c3058bf0e41dbb279d3d5027b3.ajak@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: net-p2p/arti/
X-VCS-Repository: repo/gentoo
X-VCS-Files: net-p2p/arti/arti-0.1.0.ebuild
X-VCS-Directories: net-p2p/arti/
X-VCS-Committer: ajak
X-VCS-Committer-Name: John Helmert III
X-VCS-Revision: 21cfeb5ab791d3c3058bf0e41dbb279d3d5027b3
X-VCS-Branch: master
Date: Mon, 14 Mar 2022 16:35:07 +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: 7613f11f-47de-4eb1-9b97-93a7ef5ca623
X-Archives-Hash: 32906595ccc222e84b0b19488b485ce7
commit: 21cfeb5ab791d3c3058bf0e41dbb279d3d5027b3
Author: John Helmert III <ajak <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 14 16:33:26 2022 +0000
Commit: John Helmert III <ajak <AT> gentoo <DOT> org>
CommitDate: Mon Mar 14 16:34:53 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21cfeb5a
net-p2p/arti: QA_FLAGS_IGNORED for rust LDFLAGS ignoring
Closes: https://bugs.gentoo.org/835100
Signed-off-by: John Helmert III <ajak <AT> gentoo.org>
net-p2p/arti/arti-0.1.0.ebuild | 2 ++
1 file changed, 2 insertions(+)
diff --git a/net-p2p/arti/arti-0.1.0.ebuild b/net-p2p/arti/arti-0.1.0.ebuild
index 5cdbdcfe5c35..253434bfa3f3 100644
--- a/net-p2p/arti/arti-0.1.0.ebuild
+++ b/net-p2p/arti/arti-0.1.0.ebuild
@@ -387,6 +387,8 @@ RDEPEND="${DEPEND}"
S="${WORKDIR}/${MY_P}"
+QA_FLAGS_IGNORED="usr/bin/arti"
+
src_compile() {
cd crates/arti || die
cargo_src_compile