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 D91BC15808B for ; Sun, 27 Mar 2022 16:14:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 08B13E0898; Sun, 27 Mar 2022 16:14:51 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DCA74E0898 for ; Sun, 27 Mar 2022 16:14:50 +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 C45523435FE for ; Sun, 27 Mar 2022 16:14:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 238A42B0 for ; Sun, 27 Mar 2022 16:14:48 +0000 (UTC) From: "Andreas K. Hüttel" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas K. Hüttel" Message-ID: <1648397669.8b1bbe94cd600577da9179cb3a0c398ea26d068b.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/glibc/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-libs/glibc/glibc-2.35-r1.ebuild sys-libs/glibc/glibc-9999.ebuild X-VCS-Directories: sys-libs/glibc/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas K. Hüttel X-VCS-Revision: 8b1bbe94cd600577da9179cb3a0c398ea26d068b X-VCS-Branch: master Date: Sun, 27 Mar 2022 16:14:48 +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: 5f619200-7cbb-408c-bbdc-9ba6ef045957 X-Archives-Hash: 8c1a7e607761bdb21206a9cca17de486 commit: 8b1bbe94cd600577da9179cb3a0c398ea26d068b Author: Andreas K. Hüttel gentoo org> AuthorDate: Sun Mar 27 16:14:29 2022 +0000 Commit: Andreas K. Hüttel gentoo org> CommitDate: Sun Mar 27 16:14:29 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b1bbe94 sys-libs/glibc: clone3 patch is reverted/gone for 2.35 and master Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Andreas K. Hüttel gentoo.org> sys-libs/glibc/glibc-2.35-r1.ebuild | 3 --- sys-libs/glibc/glibc-9999.ebuild | 3 --- 2 files changed, 6 deletions(-) diff --git a/sys-libs/glibc/glibc-2.35-r1.ebuild b/sys-libs/glibc/glibc-2.35-r1.ebuild index 8caa9d18c50c..9d9a70b14c3b 100644 --- a/sys-libs/glibc/glibc-2.35-r1.ebuild +++ b/sys-libs/glibc/glibc-2.35-r1.ebuild @@ -860,9 +860,6 @@ src_prepare() { einfo "Done." fi - # TODO: We can drop this once patch is gone from our patchset - append-cppflags -DGENTOO_USE_CLONE3 - default gnuconfig_update diff --git a/sys-libs/glibc/glibc-9999.ebuild b/sys-libs/glibc/glibc-9999.ebuild index 9ba451c12e1a..29d4afe1ab2b 100644 --- a/sys-libs/glibc/glibc-9999.ebuild +++ b/sys-libs/glibc/glibc-9999.ebuild @@ -860,9 +860,6 @@ src_prepare() { einfo "Done." fi - # TODO: We can drop this once patch is gone from our patchset - append-cppflags -DGENTOO_USE_CLONE3 - default gnuconfig_update