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 945AB1382C5 for ; Wed, 10 Mar 2021 18:37:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E3881E087F; Wed, 10 Mar 2021 18:37:58 +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 CBAE1E087F for ; Wed, 10 Mar 2021 18:37:58 +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 93B78340D0C for ; Wed, 10 Mar 2021 18:37:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 93548573 for ; Wed, 10 Mar 2021 18:37:55 +0000 (UTC) From: "Sergei Trofimovich" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergei Trofimovich" Message-ID: <1615401464.653b190ffe5f4433112ad6786d1bfd2e26143711.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-arch/pax/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-arch/pax/files/pax-20160306-glibc-to-linux.patch X-VCS-Directories: app-arch/pax/files/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: 653b190ffe5f4433112ad6786d1bfd2e26143711 X-VCS-Branch: master Date: Wed, 10 Mar 2021 18:37:55 +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: f287f1e4-7aab-4af0-900c-cb61cba61343 X-Archives-Hash: d84895c6aa561d227b0d56c4b2998cf3 commit: 653b190ffe5f4433112ad6786d1bfd2e26143711 Author: Michael Mair-Keimberger levelnine at> AuthorDate: Wed Mar 10 14:02:33 2021 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Wed Mar 10 18:37:44 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=653b190f app-arch/pax: remove unused patch(es) Package-Manager: Portage-3.0.16, Repoman-3.0.2 Signed-off-by: Michael Mair-Keimberger levelnine.at> Closes: https://github.com/gentoo/gentoo/pull/19866 Signed-off-by: Sergei Trofimovich gentoo.org> .../pax/files/pax-20160306-glibc-to-linux.patch | 38 ---------------------- 1 file changed, 38 deletions(-) diff --git a/app-arch/pax/files/pax-20160306-glibc-to-linux.patch b/app-arch/pax/files/pax-20160306-glibc-to-linux.patch deleted file mode 100644 index eec6624eedc..00000000000 --- a/app-arch/pax/files/pax-20160306-glibc-to-linux.patch +++ /dev/null @@ -1,38 +0,0 @@ ---- a/cache.c -+++ b/cache.c -@@ -195,7 +195,7 @@ - * No entry for this uid, we will add it - */ - if (!pwopn) { --#if defined(__GLIBC__) -+#if defined(__GLIBC__) || defined(__linux__) - setpwent(); - #elif !defined(__INTERIX) - setpassent(1); -@@ -265,7 +265,7 @@ - * No entry for this gid, we will add it - */ - if (!gropn) { --#if defined(__GLIBC__) -+#if defined(__GLIBC__) || defined(__linux__) - setgrent(); - #elif !defined(__INTERIX) && !defined(__CYGWIN__) - setgroupent(1); -@@ -336,7 +336,7 @@ - } - - if (!pwopn) { --#if defined(__GLIBC__) -+#if defined(__GLIBC__) || defined(__linux__) - setpwent(); - #elif !defined(__INTERIX) - setpassent(1); -@@ -403,7 +403,7 @@ - } - - if (!gropn) { --#if defined(__GLIBC__) -+#if defined(__GLIBC__) || defined(__linux__) - setgrent(); - #elif !defined(__INTERIX) && !defined(__CYGWIN__) - setgroupent(1);