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 687F1158089 for ; Sun, 29 Oct 2023 07:23:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 970E22BC015; Sun, 29 Oct 2023 07:23:33 +0000 (UTC) Received: from smtp.gentoo.org (dev.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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7613E2BC015 for ; Sun, 29 Oct 2023 07:23:33 +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 9504D335C07 for ; Sun, 29 Oct 2023 07:23:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DF0281289 for ; Sun, 29 Oct 2023 07:23:30 +0000 (UTC) From: "Kostadin Shishmanov" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Kostadin Shishmanov" Message-ID: <1698564059.9c0117879422764252183404817f4ee50e00d936.kocelfc@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: app-misc/kmon/ X-VCS-Repository: repo/proj/guru X-VCS-Files: app-misc/kmon/kmon-1.6.4.ebuild X-VCS-Directories: app-misc/kmon/ X-VCS-Committer: kocelfc X-VCS-Committer-Name: Kostadin Shishmanov X-VCS-Revision: 9c0117879422764252183404817f4ee50e00d936 X-VCS-Branch: dev Date: Sun, 29 Oct 2023 07:23:30 +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: 678ed2f5-4f7f-4ed2-988f-e07fd81bfe27 X-Archives-Hash: b0029267da2c2b448299e8d18a10f74b commit: 9c0117879422764252183404817f4ee50e00d936 Author: Kostadin Shishmanov tutanota com> AuthorDate: Sun Oct 29 07:20:59 2023 +0000 Commit: Kostadin Shishmanov tutanota com> CommitDate: Sun Oct 29 07:20:59 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9c011787 app-misc/kmon: suppress QA warnings about {C,LD}FLAGS since this is a rust package Closes: https://bugs.gentoo.org/916466 Closes: https://bugs.gentoo.org/916465 Signed-off-by: Kostadin Shishmanov tutanota.com> app-misc/kmon/kmon-1.6.4.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/app-misc/kmon/kmon-1.6.4.ebuild b/app-misc/kmon/kmon-1.6.4.ebuild index 94052a19f5..77b557f312 100644 --- a/app-misc/kmon/kmon-1.6.4.ebuild +++ b/app-misc/kmon/kmon-1.6.4.ebuild @@ -128,3 +128,4 @@ LICENSE="GPL-3" LICENSE+=" 0BSD Apache-2.0 Boost-1.0 ISC MIT Unicode-DFS-2016" SLOT="0" KEYWORDS="~amd64" +QA_FLAGS_IGNORED="usr/bin/kmod"