Skip to content

Commit

Permalink
dev-perl/Audio-WMA: Fix for '.' in @inc re bug #614946
Browse files Browse the repository at this point in the history
Module::Install fix for Perl 5.26

Bug: https://bugs.gentoo.org/614946
Package-Manager: Portage-2.3.6, Repoman-2.3.2
  • Loading branch information
kentfredric committed Jun 15, 2017
1 parent 69f9798 commit df7b6e5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dev-perl/Audio-WMA/Audio-WMA-1.300.0.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,7 @@ SRC_TEST=do
src_prepare() {
# MI things
use test && perl_rm_files t/pod.t t/pod-coverage.t
sed -i -e 's/use inc::Module::Install;/use lib q[.]; use inc::Module::Install;/' Makefile.PL ||
die "Can't patch Makefile.PL for 5.26 dot-in-inc"
perl-module_src_prepare
}

0 comments on commit df7b6e5

Please sign in to comment.