commit: 1e8fd7f19e60a1b000888de5e158882cbc07188c Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Tue Jun 15 19:37:44 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Tue Jun 15 19:37:44 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e8fd7f1
dev-lang/perl: drop obsolete HPPA patch No longer applies. Bug: https://bugs.gentoo.org/634162 Signed-off-by: Sam James <sam <AT> gentoo.org> dev-lang/perl/perl-5.34.0.ebuild | 11 +++++------ 1 file 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 7badeef329f..e63c754d6d1 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
