diff options
author | Sam James <sam@gentoo.org> | 2021-06-15 19:37:44 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-06-15 19:37:44 +0000 |
commit | 1e8fd7f19e60a1b000888de5e158882cbc07188c (patch) | |
tree | 9ca60e17b652a84aaa0c088c3644f563fb02cdf6 /dev-lang/perl | |
parent | app-misc/jp: Refer to upstream jpp PR via HOMEPAGE (diff) | |
download | gentoo-1e8fd7f19e60a1b000888de5e158882cbc07188c.tar.gz gentoo-1e8fd7f19e60a1b000888de5e158882cbc07188c.tar.bz2 gentoo-1e8fd7f19e60a1b000888de5e158882cbc07188c.zip |
dev-lang/perl: drop obsolete HPPA patch
No longer applies.
Bug: https://bugs.gentoo.org/634162
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-lang/perl')
-rw-r--r-- | dev-lang/perl/perl-5.34.0.ebuild | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/dev-lang/perl/perl-5.34.0.ebuild b/dev-lang/perl/perl-5.34.0.ebuild index 7badeef329f6..e63c754d6d1b 100644 --- a/dev-lang/perl/perl-5.34.0.ebuild +++ b/dev-lang/perl/perl-5.34.0.ebuild @@ -389,12 +389,11 @@ src_prepare() { # Prepare Patch dir with additional patches / remove unwanted patches # Inject bug/desc entries for perl -V - if use hppa ; then - # bug 634162 - add_patch "${FILESDIR}/${PN}-5.26.2-hppa.patch" "100-5.26.2-hppa.patch"\ - "Fix broken miniperl on hppa"\ - "https://bugs.debian.org/869122" "https://bugs.gentoo.org/634162" - fi + # Old example: + # add_patch "${FILESDIR}/${PN}-5.26.2-hppa.patch" "100-5.26.2-hppa.patch"\ + # "Fix broken miniperl on hppa"\ + # "https://bugs.debian.org/869122" "https://bugs.gentoo.org/634162" + if [[ ${CHOST} == *-solaris* ]] ; then # do NOT mess with nsl, on Solaris this is always necessary, # when -lsocket is used e.g. to get h_errno |