commit: c87cd090b43ed659314d627f468ac4e341de5197 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Mon Sep 2 18:19:10 2024 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Mon Sep 2 18:19:39 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c87cd090
sys-auth/elogind: Drop musl patches Closes: https://bugs.gentoo.org/938937 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> sys-auth/elogind/elogind-255.5.ebuild | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/sys-auth/elogind/elogind-255.5.ebuild b/sys-auth/elogind/elogind-255.5.ebuild index 9f84db5dc3fd..75bf151e6d9e 100644 --- a/sys-auth/elogind/elogind-255.5.ebuild +++ b/sys-auth/elogind/elogind-255.5.ebuild @@ -68,21 +68,6 @@ pkg_setup() { } src_prepare() { - if use elibc_musl; then - # Some of musl-specific patches break build on the - # glibc systems (like getdents), therefore those are - # only used when the build is done for musl. - PATCHES+=( - "${FILESDIR}/${P}-musl-sigfillset.patch" - "${FILESDIR}/${P}-musl-statx.patch" - "${FILESDIR}/${P}-musl-rlim-max.patch" - "${FILESDIR}/${P}-musl-getdents.patch" - "${FILESDIR}/${P}-musl-gshadow.patch" - "${FILESDIR}/${P}-musl-strerror_r.patch" - "${FILESDIR}/${P}-musl-more-strerror_r.patch" - ) - fi - default xdg_environment_reset }
