summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>2018-05-24 19:30:52 +0200
committerAaron Bauman <bman@gentoo.org>2018-05-24 16:34:31 -0400
commit5e1992320a607d8f082e41fdce1c73b1fa97f593 (patch)
tree92d2e33b9536292be037181fb2bc29415abc22dd /sys-apps/fakeroot
parentx11-wm/cwm: remove unused patch(es) (diff)
downloadgentoo-5e1992320a607d8f082e41fdce1c73b1fa97f593.tar.gz
gentoo-5e1992320a607d8f082e41fdce1c73b1fa97f593.tar.bz2
gentoo-5e1992320a607d8f082e41fdce1c73b1fa97f593.zip
sys-apps/fakeroot: remove unused patch
Closes: https://github.com/gentoo/gentoo/pull/8554
Diffstat (limited to 'sys-apps/fakeroot')
-rw-r--r--sys-apps/fakeroot/files/fakeroot-1.18.4-no-acl_h.patch35
1 files changed, 0 insertions, 35 deletions
diff --git a/sys-apps/fakeroot/files/fakeroot-1.18.4-no-acl_h.patch b/sys-apps/fakeroot/files/fakeroot-1.18.4-no-acl_h.patch
deleted file mode 100644
index dbd9dd7758e9..000000000000
--- a/sys-apps/fakeroot/files/fakeroot-1.18.4-no-acl_h.patch
+++ /dev/null
@@ -1,35 +0,0 @@
-http://bugs.gentoo.org/424419
-
---- libfakeroot.c
-+++ libfakeroot.c
-@@ -1551,6 +1551,7 @@
- return fakeroot_disabled;
- }
-
-+#ifdef HAVE_SYS_ACL_H
- #ifdef HAVE_ACL_T
- int acl_set_fd(int fd, acl_t acl) {
- errno = ENOTSUP;
-@@ -1561,6 +1562,7 @@
- errno = ENOTSUP;
- return -1;
- }
-+#endif /* HAVE_ACL_T */
- #endif /* HAVE_SYS_ACL_H */
-
- #ifdef HAVE_FTS_READ
---- wrapfunc.inp
-+++ wrapfunc.inp
-@@ -167,10 +167,12 @@
- #endif /* HAVE_UNLINKAT */
- #endif /* HAVE_FSTATAT */
-
-+#ifdef HAVE_SYS_ACL_H
- #ifdef HAVE_ACL_T
- acl_set_fd;int;(int fd, acl_t acl);(fd, acl)
- acl_set_file;int;(const char *path_p, acl_type_t type, acl_t acl);(path_p, type, acl)
- #endif /* HAVE_ACL_T */
-+#endif /* HAVE_SYS_ACL_H */
-
- #ifdef HAVE_FTS_READ
- fts_read;FTSENT *;(FTS *ftsp);(ftsp)