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 7EC0B158089 for ; Thu, 14 Sep 2023 05:53:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 964EB2BC019; Thu, 14 Sep 2023 05:53:19 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7C8392BC019 for ; Thu, 14 Sep 2023 05:53:19 +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 9F71E335C94 for ; Thu, 14 Sep 2023 05:53:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F324E1050 for ; Thu, 14 Sep 2023 05:53:16 +0000 (UTC) From: "Vitaly Zdanevich" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Vitaly Zdanevich" Message-ID: <1694670791.53e4e406fca4bdc680fe78edbe5165d6e6bef757.zdanevich.vitaly@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: sys-apps/corefreq/ X-VCS-Repository: repo/proj/guru X-VCS-Files: sys-apps/corefreq/corefreq-1.96.3.ebuild X-VCS-Directories: sys-apps/corefreq/ X-VCS-Committer: zdanevich.vitaly X-VCS-Committer-Name: Vitaly Zdanevich X-VCS-Revision: 53e4e406fca4bdc680fe78edbe5165d6e6bef757 X-VCS-Branch: dev Date: Thu, 14 Sep 2023 05:53:16 +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: 2c66cb67-72c6-48a5-9bb6-27d39488ab14 X-Archives-Hash: 04cda0c1ef12df19936e413e370bbe7c commit: 53e4e406fca4bdc680fe78edbe5165d6e6bef757 Author: Vitaly Zdanevich ya ru> AuthorDate: Thu Sep 14 05:53:11 2023 +0000 Commit: Vitaly Zdanevich ya ru> CommitDate: Thu Sep 14 05:53:11 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=53e4e406 sys-apps/corefreq: add QA_FLAGS_IGNORED Closes: https://bugs.gentoo.org/907875 Closes: https://bugs.gentoo.org/show_bug.cgi?id=907874 Signed-off-by: Vitaly Zdanevich ya.ru> sys-apps/corefreq/corefreq-1.96.3.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sys-apps/corefreq/corefreq-1.96.3.ebuild b/sys-apps/corefreq/corefreq-1.96.3.ebuild index 7ad0cf0d0e..85824cd3bd 100644 --- a/sys-apps/corefreq/corefreq-1.96.3.ebuild +++ b/sys-apps/corefreq/corefreq-1.96.3.ebuild @@ -39,6 +39,8 @@ pkg_setup() { linux-mod_pkg_setup } +QA_FLAGS_IGNORED="usr/bin/${PN}-cli" + src_install() { linux-mod_src_install dobin corefreqd corefreq-cli