commit: f2497e6d15337c0288ecb289204cdd557411dbc8 Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at> AuthorDate: Fri Dec 8 10:29:01 2023 +0000 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org> CommitDate: Sun Dec 24 23:00:10 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2497e6d
dev-libs/dmalloc: remove unused patch Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at> Closes: https://github.com/gentoo/gentoo/pull/34177 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org> dev-libs/dmalloc/files/dmalloc-999999-texi2html.patch | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/dev-libs/dmalloc/files/dmalloc-999999-texi2html.patch b/dev-libs/dmalloc/files/dmalloc-999999-texi2html.patch deleted file mode 100644 index 1e7e4ccd1eb1..000000000000 --- a/dev-libs/dmalloc/files/dmalloc-999999-texi2html.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- a/Makefile.in -+++ b/Makefile.in -@@ -285,7 +285,7 @@ - - dmalloc.html : $(srcdir)/dmalloc.texi - rm -f $@ $@.t -- texi2html --output=$@.t -number -monolithic $(srcdir)/dmalloc.texi -+ texi2html --output=$@.t --number-footnotes --number-sections -monolithic $(srcdir)/dmalloc.texi - mv $@.t $@ - - settings.h : $(srcdir)/settings.dist $(srcdir)/configure