commit:     2fe1e320e58573c02328ddb66721d00053904618
Author:     Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Mon Dec 13 19:01:16 2021 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Mon Dec 13 21:32:03 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2fe1e320

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 <AT> levelnine.at>
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 .../files/XML-LibXSLT-1.96-entityexpandtest.patch  | 29 ----------------------
 1 file changed, 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 <[email protected]>
-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
-

Reply via email to