diff options
author | 2020-04-30 00:34:25 +1200 | |
---|---|---|
committer | 2020-04-30 00:34:41 +1200 | |
commit | d3141832fd1d93a1790f497c5cf4287f03d72c8d (patch) | |
tree | 761b616f7c6125c06e0db3c6a41da3f6c9ef71f1 /dev-perl/Audio-WMA/files | |
parent | app-editors/texworks: Drop old (diff) | |
download | gentoo-d3141832fd1d93a1790f497c5cf4287f03d72c8d.tar.gz gentoo-d3141832fd1d93a1790f497c5cf4287f03d72c8d.tar.bz2 gentoo-d3141832fd1d93a1790f497c5cf4287f03d72c8d.zip |
dev-perl/Audio-WMA: -r bump for EAPI7
- EAPI7
- Use patch instead of sed
- Parallel tests
- Removed unneeded variable assignments
Package-Manager: Portage-2.3.97, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl@gentoo.org>
Diffstat (limited to 'dev-perl/Audio-WMA/files')
-rw-r--r-- | dev-perl/Audio-WMA/files/Audio-WMA-1.3-no-dot-inc.patch | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/dev-perl/Audio-WMA/files/Audio-WMA-1.3-no-dot-inc.patch b/dev-perl/Audio-WMA/files/Audio-WMA-1.3-no-dot-inc.patch new file mode 100644 index 000000000000..7141ffd645ac --- /dev/null +++ b/dev-perl/Audio-WMA/files/Audio-WMA-1.3-no-dot-inc.patch @@ -0,0 +1,23 @@ +From 59f5c5d6f302c3cacb212048cb7c30b727e03d91 Mon Sep 17 00:00:00 2001 +From: Kent Fredric <kentnl@gentoo.org> +Date: Thu, 30 Apr 2020 00:11:42 +1200 +Subject: Include '.' in @INC on Perl 5.28+ + +--- + Makefile.PL | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/Makefile.PL b/Makefile.PL +index e607505..51add3f 100644 +--- a/Makefile.PL ++++ b/Makefile.PL +@@ -1,5 +1,5 @@ + # $Id: Makefile.PL 10 1998-12-16 23:02:45Z daniel $ +- ++use lib '.'; + use inc::Module::Install; + + name('Audio-WMA'); +-- +2.26.2 + |