summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <mmk@levelnine.at>2021-12-13 19:59:28 +0100
committerConrad Kostecki <conikost@gentoo.org>2021-12-13 22:30:50 +0100
commit8f7195b24e8c4a475954cc3afcf6b9d26a8250d7 (patch)
treeac79a679c11291459d8fbb339571f779ab77fb46 /dev-perl
parentdev-perl/tkispell: remove unused patch (diff)
downloadgentoo-8f7195b24e8c4a475954cc3afcf6b9d26a8250d7.tar.gz
gentoo-8f7195b24e8c4a475954cc3afcf6b9d26a8250d7.tar.bz2
gentoo-8f7195b24e8c4a475954cc3afcf6b9d26a8250d7.zip
dev-perl/Unicode-EastAsianWidth: 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')
-rw-r--r--dev-perl/Unicode-EastAsianWidth/files/no-dot-inc.patch25
1 files changed, 0 insertions, 25 deletions
diff --git a/dev-perl/Unicode-EastAsianWidth/files/no-dot-inc.patch b/dev-perl/Unicode-EastAsianWidth/files/no-dot-inc.patch
deleted file mode 100644
index 16d42e582a42..000000000000
--- a/dev-perl/Unicode-EastAsianWidth/files/no-dot-inc.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-From 9cb5f1551566addf37a47e935164519842bab0d8 Mon Sep 17 00:00:00 2001
-From: Kent Fredric <kentfredric@gmail.com>
-Date: Sun, 11 Jun 2017 16:10:47 +1200
-Subject: [PATCH] Fix for Perl 5.26 w/o '.' in @INC
-
----
- Makefile.PL | 3 ++-
- 1 file changed, 2 insertions(+), 1 deletion(-)
-
-diff --git a/Makefile.PL b/Makefile.PL
-index 6745b7c..2db030d 100644
---- a/Makefile.PL
-+++ b/Makefile.PL
-@@ -1,6 +1,7 @@
- #!/usr/bin/perl
- use strict;
--use inc::Module::Package 'Au:dry 1';
-+use lib './inc';
-+use Module::Package 'Au:dry 1';
-
- my $DefaultVersion = 'v5.0.0';
- my $DefaultDate = '2006-02-15';
---
-2.13.1
-