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 (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 8AC2615800A for ; Tue, 22 Aug 2023 18:23:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D020A2BC073; Tue, 22 Aug 2023 18:23:50 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 BBE6F2BC073 for ; Tue, 22 Aug 2023 18:23:50 +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 795D7335D97 for ; Tue, 22 Aug 2023 18:23:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0164C1045 for ; Tue, 22 Aug 2023 18:23:48 +0000 (UTC) From: "Adel KARA SLIMANE" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Adel KARA SLIMANE" Message-ID: <1692728593.75fa00e714436331889e7794d545a77a1979f3b0.adel@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev 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: adel X-VCS-Committer-Name: Adel KARA SLIMANE X-VCS-Revision: 75fa00e714436331889e7794d545a77a1979f3b0 X-VCS-Branch: dev Date: Tue, 22 Aug 2023 18:23:48 +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: 63d2a9a2-016a-4299-b7b0-0d88c9e988d7 X-Archives-Hash: ea580479ac4f0c7ad2d3dfd4f2d2753e commit: 75fa00e714436331889e7794d545a77a1979f3b0 Author: Adel KARA SLIMANE zegrapher com> AuthorDate: Tue Aug 22 18:23:13 2023 +0000 Commit: Adel KARA SLIMANE karaslimane 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 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