commit: edd9a7318a41cb15f5cfca36525c8aa0e4c57933 Author: NHOrus <jy6x2b32pie9 <AT> yahoo <DOT> com> AuthorDate: Wed Feb 12 06:29:23 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Wed Feb 12 07:15:22 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=edd9a731
sys-devel/smatch: Do not install cgcc wrapper It belongs to sparse. Fixes file collision. Closes: https://bugs.gentoo.org/949623 Signed-off-by: NHOrus <jy6x2b32pie9 <AT> yahoo.com> Closes: https://github.com/gentoo/gentoo/pull/40542 Signed-off-by: Sam James <sam <AT> gentoo.org> sys-devel/smatch/{smatch-1.72-r1.ebuild => smatch-1.72-r2.ebuild} | 2 +- sys-devel/smatch/{smatch-1.73.ebuild => smatch-1.73-r1.ebuild} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-devel/smatch/smatch-1.72-r1.ebuild b/sys-devel/smatch/smatch-1.72-r2.ebuild similarity index 98% rename from sys-devel/smatch/smatch-1.72-r1.ebuild rename to sys-devel/smatch/smatch-1.72-r2.ebuild index 1b69db0bdad0..766d480f9753 100644 --- a/sys-devel/smatch/smatch-1.72-r1.ebuild +++ b/sys-devel/smatch/smatch-1.72-r2.ebuild @@ -67,7 +67,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 diff --git a/sys-devel/smatch/smatch-1.73.ebuild b/sys-devel/smatch/smatch-1.73-r1.ebuild similarity index 98% rename from sys-devel/smatch/smatch-1.73.ebuild rename to sys-devel/smatch/smatch-1.73-r1.ebuild index b6b69d10c084..6de428a0fb15 100644 --- a/sys-devel/smatch/smatch-1.73.ebuild +++ b/sys-devel/smatch/smatch-1.73-r1.ebuild @@ -66,7 +66,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.txt
