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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9C13E1581EC for ; Wed, 20 Nov 2024 13:05:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B24DBE07D9; Wed, 20 Nov 2024 13:05:43 +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 838C7E07D9 for ; Wed, 20 Nov 2024 13:05:43 +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 7EF5B3406D1 for ; Wed, 20 Nov 2024 13:05:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DEF7B1E15 for ; Wed, 20 Nov 2024 13:05:40 +0000 (UTC) From: "David Roman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Roman" Message-ID: <1732093239.deb85a86b3bdae3cbbee7c6e6d4fd6238a25319f.davidroman@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: sys-apps/zmem/ X-VCS-Repository: repo/proj/guru X-VCS-Files: sys-apps/zmem/zmem-0.2.1.ebuild X-VCS-Directories: sys-apps/zmem/ X-VCS-Committer: davidroman X-VCS-Committer-Name: David Roman X-VCS-Revision: deb85a86b3bdae3cbbee7c6e6d4fd6238a25319f X-VCS-Branch: master Date: Wed, 20 Nov 2024 13:05:40 +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: 43f83ebc-03e1-484a-9820-1e77d2e09aa9 X-Archives-Hash: 4bd9a2a1ad7a7fcb4cfa264e9d21c380 commit: deb85a86b3bdae3cbbee7c6e6d4fd6238a25319f Author: Sebastian Engel gmx de> AuthorDate: Wed Nov 20 09:00:39 2024 +0000 Commit: David Roman gmail com> CommitDate: Wed Nov 20 09:00:39 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=deb85a86 sys-apps/zmem: Add QA_FLAGS_IGNORED for this rust package Closes: https://bugs.gentoo.org/943887 Signed-off-by: Sebastian Engel gmx.de> sys-apps/zmem/zmem-0.2.1.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sys-apps/zmem/zmem-0.2.1.ebuild b/sys-apps/zmem/zmem-0.2.1.ebuild index 055c6b1da..42d783cad 100644 --- a/sys-apps/zmem/zmem-0.2.1.ebuild +++ b/sys-apps/zmem/zmem-0.2.1.ebuild @@ -106,6 +106,8 @@ LICENSE+=" MIT MPL-2.0 Unicode-DFS-2016" SLOT="0" KEYWORDS="~amd64" +QA_FLAGS_IGNORED="usr/bin/zmem" + src_prepare() { default if ! tc-is-lto; then