public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sergei Trofimovich" <slyfox@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-arch/pax/files/
Date: Wed, 10 Mar 2021 18:37:55 +0000 (UTC)	[thread overview]
Message-ID: <1615401464.653b190ffe5f4433112ad6786d1bfd2e26143711.slyfox@gentoo> (raw)

commit:     653b190ffe5f4433112ad6786d1bfd2e26143711
Author:     Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Wed Mar 10 14:02:33 2021 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> 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 <mmk <AT> levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/19866
Signed-off-by: Sergei Trofimovich <slyfox <AT> 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);


                 reply	other threads:[~2021-03-10 18:37 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1615401464.653b190ffe5f4433112ad6786d1bfd2e26143711.slyfox@gentoo \
    --to=slyfox@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox