From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1548836-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 4719715800A
	for <garchives@archives.gentoo.org>; Wed, 23 Aug 2023 17:33:11 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 03F802BC02C;
	Wed, 23 Aug 2023 17:33:08 +0000 (UTC)
Received: from smtp.gentoo.org (woodpecker.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 E0BEF2BC02B
	for <gentoo-commits@lists.gentoo.org>; Wed, 23 Aug 2023 17:33:07 +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 340523412E1
	for <gentoo-commits@lists.gentoo.org>; Wed, 23 Aug 2023 17:33:07 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id D0FB01087
	for <gentoo-commits@lists.gentoo.org>; Wed, 23 Aug 2023 17:33:03 +0000 (UTC)
From: "David Roman" <davidroman96@gmail.com>
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" <davidroman96@gmail.com>
Message-ID: <1692728593.75fa00e714436331889e7794d545a77a1979f3b0.davidroman@gentoo>
Subject: [gentoo-commits] repo/proj/guru:master commit in: media-sound/helvum/
X-VCS-Repository: repo/proj/guru
X-VCS-Files: media-sound/helvum/helvum-0.4.0.ebuild media-sound/helvum/helvum-0.4.1.ebuild
X-VCS-Directories: media-sound/helvum/
X-VCS-Committer: davidroman
X-VCS-Committer-Name: David Roman
X-VCS-Revision: 75fa00e714436331889e7794d545a77a1979f3b0
X-VCS-Branch: master
Date: Wed, 23 Aug 2023 17:33:03 +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: 609309ec-6261-4af6-b850-2290c6b33bff
X-Archives-Hash: fbdccdae6fd31dffa35200cfccfe948d

commit:     75fa00e714436331889e7794d545a77a1979f3b0
Author:     Adel KARA SLIMANE <adel.ks <AT> zegrapher <DOT> com>
AuthorDate: Tue Aug 22 18:23:13 2023 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Tue Aug 22 18:23:13 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=75fa00e7

media-sound/helvum: add exe to QA_FLAGS_IGNORED

Closes: https://bugs.gentoo.org/912741

Signed-off-by: Adel KARA SLIMANE <adel.ks <AT> zegrapher.com>

 media-sound/helvum/helvum-0.4.0.ebuild | 2 ++
 media-sound/helvum/helvum-0.4.1.ebuild | 2 ++
 2 files changed, 4 insertions(+)

diff --git a/media-sound/helvum/helvum-0.4.0.ebuild b/media-sound/helvum/helvum-0.4.0.ebuild
index 104280e10b..3ecbebf55a 100644
--- a/media-sound/helvum/helvum-0.4.0.ebuild
+++ b/media-sound/helvum/helvum-0.4.0.ebuild
@@ -141,6 +141,8 @@ DEPEND="
 "
 RDEPEND="${DEPEND}"
 
+QA_FLAGS_IGNORED="usr/bin/${PN}"
+
 src_install() {
 	cargo_src_install
 

diff --git a/media-sound/helvum/helvum-0.4.1.ebuild b/media-sound/helvum/helvum-0.4.1.ebuild
index 9f1d10be09..99673e3e5b 100644
--- a/media-sound/helvum/helvum-0.4.1.ebuild
+++ b/media-sound/helvum/helvum-0.4.1.ebuild
@@ -140,6 +140,8 @@ DEPEND="
 "
 RDEPEND="${DEPEND}"
 
+QA_FLAGS_IGNORED="usr/bin/${PN}"
+
 src_install() {
 	cargo_src_install