commit:     c2c4fa4337f6241c060f4b0dcad605888bf22eef
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 13 10:57:35 2017 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Tue Jun 13 10:57:49 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2c4fa43

dev-perl/prefork: Fix for '.' in @INC re bug #614446

Generic Module::Install fix

Bug: https://bugs.gentoo.org/614446
Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-perl/prefork/prefork-1.40.0-r1.ebuild | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/dev-perl/prefork/prefork-1.40.0-r1.ebuild 
b/dev-perl/prefork/prefork-1.40.0-r1.ebuild
index 409bb65af56..ff8ebcac2c6 100644
--- a/dev-perl/prefork/prefork-1.40.0-r1.ebuild
+++ b/dev-perl/prefork/prefork-1.40.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -18,3 +18,9 @@ DEPEND=">=virtual/perl-File-Spec-0.80
 RDEPEND="${DEPEND}"
 
 SRC_TEST="do"
+
+src_prepare() {
+       sed -i -e 's/use inc::Module::Install::DSL /use lib q[.]; use 
inc::Module::Install::DSL /' Makefile.PL ||
+               die "Can't patch Makefile.PL for 5.26 dot-in-inc"
+       perl-module_src_prepare
+}

Reply via email to