From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 finch.gentoo.org (Postfix) with ESMTPS id 3C1991582EF for ; Sun, 09 Mar 2025 17:09:36 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 24B583430C1 for ; Sun, 09 Mar 2025 17:09:36 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 268CF11037D; Sun, 09 Mar 2025 17:09:35 +0000 (UTC) Received: from smtp.gentoo.org (mail.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)) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 1B6B911037D for ; Sun, 09 Mar 2025 17:09:35 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C61263430D9 for ; Sun, 09 Mar 2025 17:09:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2AE692853 for ; Sun, 09 Mar 2025 17:09:33 +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: <1741540131.07bd8814d5e62dd3958aab1be6cd9f013a5ffbad.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/package.mask X-VCS-Directories: profiles/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 07bd8814d5e62dd3958aab1be6cd9f013a5ffbad X-VCS-Branch: master Date: Sun, 09 Mar 2025 17:09:33 +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: ec606e92-fef1-40c4-aa6c-4c4d001825fb X-Archives-Hash: d92e1a5bc1f71a7626e623c0b814c4e1 commit: 07bd8814d5e62dd3958aab1be6cd9f013a5ffbad Author: Sam James gentoo org> AuthorDate: Sun Mar 9 17:07:30 2025 +0000 Commit: Sam James gentoo org> CommitDate: Sun Mar 9 17:08:51 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07bd8814 profiles: mask new setuptools Breaks distutils.ccompiler with a lot of fallout. bug #950978 and many others. Included preemptive 76.0.0 mask as it doesn't seem to fix any of this. Closes: https://bugs.gentoo.org/950978 Closes: https://bugs.gentoo.org/950981 Closes: https://bugs.gentoo.org/950982 Closes: https://bugs.gentoo.org/950983 Signed-off-by: Sam James gentoo.org> profiles/package.mask | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/profiles/package.mask b/profiles/package.mask index e1b390a1a45c..902991b687a5 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -33,6 +33,16 @@ #--- END OF EXAMPLES --- +# Sam James (2025-03-09) +# Breaks distutils.ccompiler with a lot of fallout. bug #950978 and +# many others. +=dev-python/setuptools-75.9.0 +=dev-python/setuptools-75.9.1 +=dev-python/setuptools-76.0.0 +=dev-python/ensurepip-setuptools-75.9.0 +=dev-python/ensurepip-setuptools-75.9.1 +=dev-python/ensurepip-setuptools-76.0.0 + # Arthur Zamarin (2025-03-08) # EAPI=7. Broken CLI for packages.g.o. # Removal on 2025-04-07.