commit: ef5a847862fcc876ac8da9590883cf473b6e3dec Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Wed Sep 25 04:25:00 2024 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Wed Sep 25 04:39:06 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef5a8478
package.mask: Mask =dev-python/rapidfuzz-3.10.0 for build problems Mask the new version since it requires an eclass change that breaks all existing packages. Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> profiles/package.mask | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/profiles/package.mask b/profiles/package.mask index 5552619278de..7d477357c467 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -33,6 +33,12 @@ #--- END OF EXAMPLES --- +# Michał Górny <[email protected]> (2024-09-25) +# Fails on deprecated config options from eclass, except that if we +# update them, then all existing packages break. +# https://github.com/scikit-build/scikit-build-core/issues/912 +=dev-python/rapidfuzz-3.10.0 + # Eli Schwartz <[email protected]> (2024-09-22) # Unmaintained, abandoned upstream, does not compile with GCC 14. # Removal on 2024-10-22. Bug #874732.
