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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 31E6F158089 for ; Wed, 27 Sep 2023 04:04:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 55C062BC01E; Wed, 27 Sep 2023 04:03:59 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 349C82BC01E for ; Wed, 27 Sep 2023 04:03:59 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 44B94335CD2 for ; Wed, 27 Sep 2023 04:03:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D8C341188 for ; Wed, 27 Sep 2023 04:03:56 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1695787373.ab36340569e563d70d1830d7513256b4f8bcf659.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libcgroup/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libcgroup/libcgroup-0.41-r6.ebuild X-VCS-Directories: dev-libs/libcgroup/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: ab36340569e563d70d1830d7513256b4f8bcf659 X-VCS-Branch: master Date: Wed, 27 Sep 2023 04:03:56 +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: 9dfccce2-2236-4995-8fdd-e651a523756b X-Archives-Hash: 608f678b3ac221b23d3d373b197ab5b7 commit: ab36340569e563d70d1830d7513256b4f8bcf659 Author: Michael Mair-Keimberger levelnine at> AuthorDate: Tue Sep 26 17:58:35 2023 +0000 Commit: Sam James gentoo 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 levelnine.at> Closes: https://github.com/gentoo/gentoo/pull/33069 Signed-off-by: Sam James 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