summaryrefslogtreecommitdiff
path: root/net-libs/ldns/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-02-17 20:03:52 +0000
committerV3n3RiX <venerix@redcorelinux.org>2018-02-17 20:03:52 +0000
commit4935506e9a5cbfabd37c64093eac5f36c2ff0017 (patch)
treeaf9dd93ea349eacaf28286c7c45c7a083b0b7c31 /net-libs/ldns/files
parent434d713861b70f6c6563d6ee50a8e64f14c970d9 (diff)
gentoo resync : 17.02.2018
Diffstat (limited to 'net-libs/ldns/files')
-rw-r--r--net-libs/ldns/files/ldns-1.6.17_perl522.patch11
1 files changed, 0 insertions, 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 ef9c82c8f6b9..000000000000
--- 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 ";