commit: 0199abd74bfffc140233eef5b97b6992628d307b Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Mon Jun 2 22:21:32 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Mon Jun 2 22:21:39 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0199abd7
sys-devel/gcc: fix FilesUnused (texinfo patch) Last use dropped in 69a74089aee8eee85bedf0a80b1124db9abc1a6b in toolchain.eclass. Signed-off-by: Sam James <sam <AT> gentoo.org> sys-devel/gcc/files/gcc-configure-texinfo.patch | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/sys-devel/gcc/files/gcc-configure-texinfo.patch b/sys-devel/gcc/files/gcc-configure-texinfo.patch deleted file mode 100644 index 99e90998a469..000000000000 --- a/sys-devel/gcc/files/gcc-configure-texinfo.patch +++ /dev/null @@ -1,16 +0,0 @@ -Chances are quite good that the installed makeinfo is sufficient. -So ignore false positives where the makeinfo installed is so new -that it violates the cheesy version grep. - -http://bugs.gentoo.org/198182 - ---- a/configure -+++ b/configure -@@ -3573,6 +3573,6 @@ - : - else -- MAKEINFO="$MISSING makeinfo" -+ : - fi - ;; -
