summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Le Cuirot <chewi@gentoo.org>2019-02-14 23:01:18 +0000
committerJames Le Cuirot <chewi@gentoo.org>2019-02-14 23:01:18 +0000
commit6b621213848dcac143cdccd670f1b9892b9c4168 (patch)
tree4834e6ffe908e2b8a3704e4cc7e111ae0c72f252 /dev-lang/perl/perl-5.28.9999.ebuild
parentdev-util/rr: enable c++14 to fix compilation (diff)
downloadgentoo-6b621213848dcac143cdccd670f1b9892b9c4168.tar.gz
gentoo-6b621213848dcac143cdccd670f1b9892b9c4168.tar.bz2
gentoo-6b621213848dcac143cdccd670f1b9892b9c4168.zip
dev-lang/perl: Bump perl-cross version for 5.28
Closes: https://bugs.gentoo.org/676288 Package-Manager: Portage-2.3.60, Repoman-2.3.12 Signed-off-by: James Le Cuirot <chewi@gentoo.org>
Diffstat (limited to 'dev-lang/perl/perl-5.28.9999.ebuild')
-rw-r--r--dev-lang/perl/perl-5.28.9999.ebuild11
1 files changed, 1 insertions, 10 deletions
diff --git a/dev-lang/perl/perl-5.28.9999.ebuild b/dev-lang/perl/perl-5.28.9999.ebuild
index ce7173f15ebb..bacc75e30d88 100644
--- a/dev-lang/perl/perl-5.28.9999.ebuild
+++ b/dev-lang/perl/perl-5.28.9999.ebuild
@@ -6,7 +6,7 @@ EAPI=6
inherit eutils alternatives flag-o-matic toolchain-funcs multilib multiprocessing
PATCH_VER=1
-CROSS_VER=1.1.9
+CROSS_VER=1.2.2
PATCH_BASE="perl-5.28.0-patches-${PATCH_VER}"
DIST_AUTHOR=XSAWYERX
@@ -286,15 +286,6 @@ echo "${patchoutput}" >> "${S}/MANIFEST"
src_prepare_perlcross() {
cp -a ../perl-cross-${CROSS_VER}/* . || die
- sed -i \
- -e 's/MakeMaker\.pm .*/MakeMaker.pm bf9174c70a0e50ff2fee4552c7df89b37d292da1/' \
- -e 's/MM_Unix\.pm .*/MM_Unix.pm b0ec308fe2d7dcfcef5732880db0fae1f4ea80fa/' \
- cnf/diffs/perl5-${PV}/customized.patch || die
-
- sed -i \
- -e 's|^lib/unicore/CombiningClass.pl pod/perluniprops.pod:|lib/unicore/CombiningClass.pl pod/perluniprops.pod: $(CONFIGPM)|' \
- Makefile || die
-
# bug 604072
MAKEOPTS+=" -j1"
export MAKEOPTS