commit: ab36340569e563d70d1830d7513256b4f8bcf659 Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at> AuthorDate: Tue Sep 26 17:58:35 2023 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Wed Sep 27 04:02:53 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab363405
dev-libs/libcgroup: fix patching Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at> Closes: https://github.com/gentoo/gentoo/pull/33069 Signed-off-by: Sam James <sam <AT> gentoo.org> dev-libs/libcgroup/libcgroup-0.41-r6.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-libs/libcgroup/libcgroup-0.41-r6.ebuild b/dev-libs/libcgroup/libcgroup-0.41-r6.ebuild index 4965b34297ac..10cbd06156f4 100644 --- a/dev-libs/libcgroup/libcgroup-0.41-r6.ebuild +++ b/dev-libs/libcgroup/libcgroup-0.41-r6.ebuild @@ -28,8 +28,8 @@ DEPEND="pam? ( sys-libs/pam )" RDEPEND="${DEPEND}" PATCHES=( - "${FILESDIR}"/${P}-replace-DECLS.patch - "${FILESDIR}"/${P}-replace-INLCUDES.patch + "${FILESDIR}"/${P}-replace_DECLS.patch + "${FILESDIR}"/${P}-replace_INLCUDES.patch "${FILESDIR}"/${P}-reorder-headers.patch "${FILESDIR}"/${P}-remove-umask.patch "${FILESDIR}"/${P}-slibtool.patch
