commit: 83df1832c7e4b40f68fca1ddb65d3eff7033e509 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com> AuthorDate: Sat Feb 3 19:58:31 2018 +0000 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org> CommitDate: Sat Feb 17 15:26:11 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83df1832
net-libs/ldns: remove unused patch. Closes: https://github.com/gentoo/gentoo/pull/7042 net-libs/ldns/files/ldns-1.6.17_perl522.patch | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/net-libs/ldns/files/ldns-1.6.17_perl522.patch b/net-libs/ldns/files/ldns-1.6.17_perl522.patch deleted file mode 100644 index ef9c82c8f6b..00000000000 --- a/net-libs/ldns/files/ldns-1.6.17_perl522.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- a/doc/doxyparse.pl 2014-01-10 22:04:41.000000000 +0100 -+++ b/doc/doxyparse.pl 2015-07-15 18:31:33.744755996 +0200 -@@ -273,7 +273,7 @@ - - print MAN $MAN_MIDDLE; - -- if (defined(@$also)) { -+ if (@$also) { - print MAN "\n.SH SEE ALSO\n\\fI"; - print MAN join "\\fR, \\fI", @$also; - print MAN "\\fR.\nAnd ";