From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id AEF1A1382C5 for ; Sat, 13 Feb 2021 01:29:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E0399E0839; Sat, 13 Feb 2021 01:29:01 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CA3A4E0839 for ; Sat, 13 Feb 2021 01:29:01 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4B7CD33D3C2 for ; Sat, 13 Feb 2021 01:29:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 918504A6 for ; Sat, 13 Feb 2021 01:28:58 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1613179730.37a8950b871389466d02829e6725708f0581eebb.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/perl/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lang/perl/perl-5.32.1.ebuild X-VCS-Directories: dev-lang/perl/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 37a8950b871389466d02829e6725708f0581eebb X-VCS-Branch: master Date: Sat, 13 Feb 2021 01:28:58 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: b83dc230-3c2a-4ae5-9506-84a2d65415d1 X-Archives-Hash: 27891c5953869ae86cd2aa584dd668ab commit: 37a8950b871389466d02829e6725708f0581eebb Author: Sam James gentoo org> AuthorDate: Sat Feb 13 01:28:50 2021 +0000 Commit: Sam James gentoo org> CommitDate: Sat Feb 13 01:28:50 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37a8950b dev-lang/perl: drop upstreamed Darwin patch Package-Manager: Portage-3.0.14-prefix, Repoman-3.0.2 Signed-off-by: Sam James gentoo.org> dev-lang/perl/perl-5.32.1.ebuild | 4 ---- 1 file changed, 4 deletions(-) diff --git a/dev-lang/perl/perl-5.32.1.ebuild b/dev-lang/perl/perl-5.32.1.ebuild index 73933f14024..3ea84ece3b9 100644 --- a/dev-lang/perl/perl-5.32.1.ebuild +++ b/dev-lang/perl/perl-5.32.1.ebuild @@ -427,10 +427,6 @@ src_prepare() { if [[ ${CHOST} == *-darwin* ]] ; then # fix install_name (soname) not to reference $D sed -i -e '/install_name `pwd/s/`pwd`/\\$(shrpdir)/' Makefile.SH || die - - # Upstreamed, but not in this version. - # Need to recognise macOS 11 / 10.16. #757249 - eapply "${FILESDIR}/${PN}-5.30.3-darwin-macos11.patch" fi default