commit: 07bd8814d5e62dd3958aab1be6cd9f013a5ffbad Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sun Mar 9 17:07:30 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> 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 <sam <AT> 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 <[email protected]> (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 <[email protected]> (2025-03-08) # EAPI=7. Broken CLI for packages.g.o. # Removal on 2025-04-07.
