From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 finch.gentoo.org (Postfix) with ESMTPS id D0C111582EF for ; Mon, 24 Feb 2025 20:47:00 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id B7A2334309C for ; Mon, 24 Feb 2025 20:47:00 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id B879E1102F2; Mon, 24 Feb 2025 20:46:59 +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 bobolink.gentoo.org (Postfix) with ESMTPS id B25321102F2 for ; Mon, 24 Feb 2025 20:46:59 +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 6725D343077 for ; Mon, 24 Feb 2025 20:46:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B746523EF for ; Mon, 24 Feb 2025 20:46:57 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1740429993.a68b1b2a928e74d66a3fbe6007af08fd4d33d1da.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/smatch/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-devel/smatch/smatch-9999.ebuild X-VCS-Directories: sys-devel/smatch/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: a68b1b2a928e74d66a3fbe6007af08fd4d33d1da X-VCS-Branch: master Date: Mon, 24 Feb 2025 20:46:57 +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: 707e8b40-d363-4f3e-b190-7b593b4817cf X-Archives-Hash: 78bb6fb8b17bc933da0ed8a54fe0acae commit: a68b1b2a928e74d66a3fbe6007af08fd4d33d1da Author: NHOrus yahoo com> AuthorDate: Mon Feb 24 16:47:25 2025 +0000 Commit: Sam James gentoo org> CommitDate: Mon Feb 24 20:46:33 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a68b1b2a sys-devel/smatch: Do not install cgcc wrapper in live ebuild It still belongs to sparse. Closes: https://bugs.gentoo.org/950232 Signed-off-by: NHOrus yahoo.com> Closes: https://github.com/gentoo/gentoo/pull/40733 Signed-off-by: Sam James gentoo.org> sys-devel/smatch/smatch-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-devel/smatch/smatch-9999.ebuild b/sys-devel/smatch/smatch-9999.ebuild index 6432bf04a327..80ae6b2b3f20 100644 --- a/sys-devel/smatch/smatch-9999.ebuild +++ b/sys-devel/smatch/smatch-9999.ebuild @@ -62,7 +62,7 @@ src_test() { src_install() { # default install target installs a lot of sparse cruft - dobin smatch cgcc + dobin smatch insinto /usr/share/smatch/smatch_data doins smatch_data/* dodoc FAQ Documentation/smatch.rst