diff options
author | 2020-08-13 23:33:58 +1200 | |
---|---|---|
committer | 2020-08-13 23:33:58 +1200 | |
commit | 4c0e0993a3544aae4b34e12b0cb55ec6313177a5 (patch) | |
tree | d57bcef26d34a58aea45b203dce278699e4826d5 /dev-perl/Encode-HanExtra/files | |
parent | dev-perl/Encode-HanConvert: -r bump for EAPI7 + Fixes (diff) | |
download | gentoo-4c0e0993a3544aae4b34e12b0cb55ec6313177a5.tar.gz gentoo-4c0e0993a3544aae4b34e12b0cb55ec6313177a5.tar.bz2 gentoo-4c0e0993a3544aae4b34e12b0cb55ec6313177a5.zip |
dev-perl/Encode-HanExtra: -r bump for EAPI7 + Fixes
- EAPI7
- Remove empty/unused variable assignments
- Improve dependencies
- Convert sed hack into a "patch"
- Ensure CFLAGS passed to make/compiler
Package-Manager: Portage-2.3.103, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl@gentoo.org>
Diffstat (limited to 'dev-perl/Encode-HanExtra/files')
-rw-r--r-- | dev-perl/Encode-HanExtra/files/Encode-HanExtra-0.23-no-dot-inc.patch | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/dev-perl/Encode-HanExtra/files/Encode-HanExtra-0.23-no-dot-inc.patch b/dev-perl/Encode-HanExtra/files/Encode-HanExtra-0.23-no-dot-inc.patch new file mode 100644 index 000000000000..1fd45d8dffe2 --- /dev/null +++ b/dev-perl/Encode-HanExtra/files/Encode-HanExtra-0.23-no-dot-inc.patch @@ -0,0 +1,24 @@ +From 413cc230998c8b6544614c9d23b8e607f0e18a3a Mon Sep 17 00:00:00 2001 +From: Kent Fredric <kentnl@gentoo.org> +Date: Thu, 13 Aug 2020 23:17:17 +1200 +Subject: Include '.' in @INC for perl 5.26+ + +--- + Makefile.PL | 1 + + 1 file changed, 1 insertion(+) + +diff --git a/Makefile.PL b/Makefile.PL +index 9e6cf51..eb9cf4f 100644 +--- a/Makefile.PL ++++ b/Makefile.PL +@@ -5,6 +5,7 @@ + # + use 5.007002; + use strict; ++use lib q[.]; + use inc::Module::Install; + use Config; + +-- +2.28.0 + |