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 569C6158041 for ; Sat, 2 Mar 2024 23:01:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9B181E2A53; Sat, 2 Mar 2024 23:01:52 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 847BFE2A53 for ; Sat, 2 Mar 2024 23:01:52 +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 C3AE63406D1 for ; Sat, 2 Mar 2024 23:01:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 65D05119 for ; Sat, 2 Mar 2024 23:01:50 +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: <1709420496.eb440daa4d39018f4c655dfdfcdcf9462a985c32.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: eb440daa4d39018f4c655dfdfcdcf9462a985c32 X-VCS-Branch: dev Date: Sat, 2 Mar 2024 23:01:50 +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: e41a4383-afd9-48b2-8d01-db3dc728ffa8 X-Archives-Hash: 75f1f3cb6a2af0d194885bbd8b719bf7 commit: eb440daa4d39018f4c655dfdfcdcf9462a985c32 Author: Vitaly Zdanevich ya ru> AuthorDate: Sat Mar 2 23:01:36 2024 +0000 Commit: Vitaly Zdanevich ya ru> 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