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 0767F13835A for ; Mon, 15 Jun 2020 02:35:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 09C82E0AD6; Mon, 15 Jun 2020 02:35:14 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 E1D2EE0AD6 for ; Mon, 15 Jun 2020 02:35:13 +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 D361134EB5D for ; Mon, 15 Jun 2020 02:35:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 783782A2 for ; Mon, 15 Jun 2020 02:35:11 +0000 (UTC) From: "Aaron Bauman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Bauman" Message-ID: <1592188406.2ffd59f21c979527bb1c7360c075ece11d53cb73.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/perl/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lang/perl/files/perl-5.24-libnsl.patch X-VCS-Directories: dev-lang/perl/files/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: 2ffd59f21c979527bb1c7360c075ece11d53cb73 X-VCS-Branch: master Date: Mon, 15 Jun 2020 02:35:11 +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: e3fee597-e189-497d-9b0a-f6fb35175fd2 X-Archives-Hash: 81e63682b72a54b31b49615d08dc68e6 commit: 2ffd59f21c979527bb1c7360c075ece11d53cb73 Author: Michael Mair-Keimberger gmail com> AuthorDate: Sun Jun 14 07:30:56 2020 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Mon Jun 15 02:33:26 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ffd59f2 dev-lang/perl: remove unused patch Package-Manager: Portage-2.3.100, Repoman-2.3.22 Signed-off-by: Michael Mair-Keimberger gmail.com> Closes: https://github.com/gentoo/gentoo/pull/16231 Signed-off-by: Aaron Bauman gentoo.org> dev-lang/perl/files/perl-5.24-libnsl.patch | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/dev-lang/perl/files/perl-5.24-libnsl.patch b/dev-lang/perl/files/perl-5.24-libnsl.patch deleted file mode 100644 index 5cd6f88c998..00000000000 --- a/dev-lang/perl/files/perl-5.24-libnsl.patch +++ /dev/null @@ -1,13 +0,0 @@ -diff --git a/Configure b/Configure -index e32d18ce1f..85ab0249bc 100755 ---- a/Configure -+++ b/Configure -@@ -1497,7 +1497,7 @@ archname='' - usereentrant='undef' - : List of libraries we want. - : If anyone needs extra -lxxx, put those in a hint file. --libswanted="cl pthread socket bind inet nsl ndbm gdbm dbm db malloc dl ld" -+libswanted="cl pthread socket bind inet ndbm gdbm dbm db malloc dl ld" - libswanted="$libswanted sun m crypt sec util c cposix posix ucb bsd BSD" - : We probably want to search /usr/shlib before most other libraries. - : This is only used by the lib/ExtUtils/MakeMaker.pm routine extliblist.