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 B0D34158094 for ; Sat, 13 Aug 2022 07:05:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D4825E077F; Sat, 13 Aug 2022 07:05:03 +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 8D049E077F for ; Sat, 13 Aug 2022 07:05:02 +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 3ECCB34122D for ; Sat, 13 Aug 2022 07:05:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9AFB0561 for ; Sat, 13 Aug 2022 07:04:59 +0000 (UTC) From: "Haelwenn Monnier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Haelwenn Monnier" Message-ID: <1660374282.2adbf5c546c515db2e132011e9ef606c54d1ed61.lanodan@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-lang/hare/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-lang/hare/hare-0_pre20220730.ebuild dev-lang/hare/hare-9999.ebuild X-VCS-Directories: dev-lang/hare/ X-VCS-Committer: lanodan X-VCS-Committer-Name: Haelwenn Monnier X-VCS-Revision: 2adbf5c546c515db2e132011e9ef606c54d1ed61 X-VCS-Branch: dev Date: Sat, 13 Aug 2022 07:04:59 +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: 52b619be-ce3a-4f10-b42d-2b78582eb56e X-Archives-Hash: c0f724360c3be3b196811501063879d7 commit: 2adbf5c546c515db2e132011e9ef606c54d1ed61 Author: Haelwenn (lanodan) Monnier hacktivis me> AuthorDate: Sat Aug 13 07:04:30 2022 +0000 Commit: Haelwenn Monnier hacktivis me> CommitDate: Sat Aug 13 07:04:42 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2adbf5c5 dev-lang/hare: Add QA_FLAGS_IGNORED on hare-built binaries Closes: https://bugs.gentoo.org/864971 Signed-off-by: Haelwenn (lanodan) Monnier hacktivis.me> dev-lang/hare/hare-0_pre20220730.ebuild | 3 +++ dev-lang/hare/hare-9999.ebuild | 3 +++ 2 files changed, 6 insertions(+) diff --git a/dev-lang/hare/hare-0_pre20220730.ebuild b/dev-lang/hare/hare-0_pre20220730.ebuild index 27e4fba6a..139218333 100644 --- a/dev-lang/hare/hare-0_pre20220730.ebuild +++ b/dev-lang/hare/hare-0_pre20220730.ebuild @@ -29,6 +29,9 @@ BDEPEND=" " RDEPEND="${DEPEND}" +# hare and harec are built by hare +QA_FLAGS_IGNORED="usr/bin/harec?" + src_configure() { cp config.example.mk config.mk || die sed -i \ diff --git a/dev-lang/hare/hare-9999.ebuild b/dev-lang/hare/hare-9999.ebuild index 27e4fba6a..139218333 100644 --- a/dev-lang/hare/hare-9999.ebuild +++ b/dev-lang/hare/hare-9999.ebuild @@ -29,6 +29,9 @@ BDEPEND=" " RDEPEND="${DEPEND}" +# hare and harec are built by hare +QA_FLAGS_IGNORED="usr/bin/harec?" + src_configure() { cp config.example.mk config.mk || die sed -i \