summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2019-10-21 18:30:02 +0200
committerAndreas K. Hüttel <dilfridge@gentoo.org>2019-10-21 18:30:56 +0200
commita0b007e3de8dea386bb8666b468140c4ea076937 (patch)
treeb380037eee5dd0b65d2598f6d0181b7d9f9528af /dev-perl/Parallel-Prefork/Parallel-Prefork-0.180.0.ebuild
parentdev-perl/Template-Plugin-Latex: Remove old (diff)
downloadgentoo-a0b007e3de8dea386bb8666b468140c4ea076937.tar.gz
gentoo-a0b007e3de8dea386bb8666b468140c4ea076937.tar.bz2
gentoo-a0b007e3de8dea386bb8666b468140c4ea076937.zip
dev-perl/Parallel-Prefork: Add patch by Slaven Rezic to fix tests
Closes: https://bugs.gentoo.org/664502 Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'dev-perl/Parallel-Prefork/Parallel-Prefork-0.180.0.ebuild')
-rw-r--r--dev-perl/Parallel-Prefork/Parallel-Prefork-0.180.0.ebuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/dev-perl/Parallel-Prefork/Parallel-Prefork-0.180.0.ebuild b/dev-perl/Parallel-Prefork/Parallel-Prefork-0.180.0.ebuild
index d402ddf167da..e337b654056b 100644
--- a/dev-perl/Parallel-Prefork/Parallel-Prefork-0.180.0.ebuild
+++ b/dev-perl/Parallel-Prefork/Parallel-Prefork-0.180.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -28,6 +28,8 @@ DEPEND="${RDEPEND}
)
"
+PATCHES=( "${FILESDIR}/${P}-RT113449.patch" )
+
src_prepare() {
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"