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 35A53158041 for ; Sun, 3 Mar 2024 10:07:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AF2B5E29FA; Sun, 3 Mar 2024 10:07:20 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 91491E29FA for ; Sun, 3 Mar 2024 10:07: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 BFF0D33BF29 for ; Sun, 3 Mar 2024 10:07:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 08AE6B2F for ; Sun, 3 Mar 2024 10:07:17 +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: <1709420496.eb440daa4d39018f4c655dfdfcdcf9462a985c32.lanodan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master 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: lanodan X-VCS-Committer-Name: Haelwenn Monnier X-VCS-Revision: eb440daa4d39018f4c655dfdfcdcf9462a985c32 X-VCS-Branch: master Date: Sun, 3 Mar 2024 10:07:17 +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: e56928ec-7c84-42b1-8397-f6f84c018986 X-Archives-Hash: 009a99d9ac20d5a3338af07ea916403f commit: eb440daa4d39018f4c655dfdfcdcf9462a985c32 Author: Vitaly Zdanevich ya ru> AuthorDate: Sat Mar 2 23:01:36 2024 +0000 Commit: Haelwenn Monnier hacktivis me> CommitDate: Sat Mar 2 23:01:36 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=eb440daa sys-apps/corefreq: add QA_PREBUILT/usr/bin/${PN}-cli" Closes: https://bugs.gentoo.org/show_bug.cgi?id=926028 Signed-off-by: Vitaly Zdanevich ya.ru> sys-apps/corefreq/corefreq-1.96.3.ebuild | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/sys-apps/corefreq/corefreq-1.96.3.ebuild b/sys-apps/corefreq/corefreq-1.96.3.ebuild index abbc008175..0253f17fd7 100644 --- a/sys-apps/corefreq/corefreq-1.96.3.ebuild +++ b/sys-apps/corefreq/corefreq-1.96.3.ebuild @@ -39,7 +39,10 @@ pkg_setup() { linux-mod_pkg_setup } -QA_PREBUILT="usr/bin/${PN}d" +QA_PREBUILT=" + usr/bin/${PN}d + /usr/bin/${PN}-cli +" src_install() { linux-mod_src_install