commit: a68b1b2a928e74d66a3fbe6007af08fd4d33d1da Author: NHOrus <jy6x2b32pie9 <AT> yahoo <DOT> com> AuthorDate: Mon Feb 24 16:47:25 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> 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 <jy6x2b32pie9 <AT> yahoo.com> Closes: https://github.com/gentoo/gentoo/pull/40733 Signed-off-by: Sam James <sam <AT> 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
