diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2021-12-13 20:01:16 +0100 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2021-12-13 22:32:03 +0100 |
commit | 2fe1e320e58573c02328ddb66721d00053904618 (patch) | |
tree | d6656db2f3027ebaef929fcb466fe1bbad0069e6 /dev-perl/XML-LibXSLT | |
parent | dev-perl/XML-LibXML: remove unused patch(es) (diff) | |
download | gentoo-2fe1e320e58573c02328ddb66721d00053904618.tar.gz gentoo-2fe1e320e58573c02328ddb66721d00053904618.tar.bz2 gentoo-2fe1e320e58573c02328ddb66721d00053904618.zip |
dev-perl/XML-LibXSLT: remove unused patch(es)
Bug: https://github.com/gentoo/gentoo/pull/23291
Package-Manager: Portage-3.0.29, Repoman-3.0.3
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'dev-perl/XML-LibXSLT')
-rw-r--r-- | dev-perl/XML-LibXSLT/files/XML-LibXSLT-1.96-entityexpandtest.patch | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/dev-perl/XML-LibXSLT/files/XML-LibXSLT-1.96-entityexpandtest.patch b/dev-perl/XML-LibXSLT/files/XML-LibXSLT-1.96-entityexpandtest.patch deleted file mode 100644 index 3826ba5dc5d3..000000000000 --- a/dev-perl/XML-LibXSLT/files/XML-LibXSLT-1.96-entityexpandtest.patch +++ /dev/null @@ -1,29 +0,0 @@ -From a70778f1e263bce11b8749353a7a6a99e3f721fb Mon Sep 17 00:00:00 2001 -From: Kent Fredric <kentnl@gentoo.org> -Date: Tue, 27 Mar 2018 16:00:45 +1300 -Subject: Force entity expansion - -Gentoo's XML::LibXML does not expand entities on its own by default -and has to be configured to do so. - -Bug: https://bugs.gentoo.org/623192 ---- - t/06entities.t | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/t/06entities.t b/t/06entities.t -index 32bc395..3d5e791 100644 ---- a/t/06entities.t -+++ b/t/06entities.t -@@ -9,7 +9,7 @@ use XML::LibXSLT; - my $parser = XML::LibXML->new(); - my $xslt = XML::LibXSLT->new(); - --# $parser->expand_entities(1); -+$parser->expand_entities(1); - - my $source = $parser->parse_string(qq{<?xml version="1.0" encoding="UTF-8"?> - <root>foo</root>}); --- -2.16.2 - |