diff options
author | 2024-09-25 06:25:00 +0200 | |
---|---|---|
committer | 2024-09-25 06:39:06 +0200 | |
commit | ef5a847862fcc876ac8da9590883cf473b6e3dec (patch) | |
tree | 41d8c098d0d4458dfbd2d029186acb813f9f0b80 /profiles | |
parent | distutils-r1.eclass: Revert "Switch scikit-build-core to build.verbose" (diff) | |
download | gentoo-ef5a847862fcc876ac8da9590883cf473b6e3dec.tar.gz gentoo-ef5a847862fcc876ac8da9590883cf473b6e3dec.tar.bz2 gentoo-ef5a847862fcc876ac8da9590883cf473b6e3dec.zip |
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@gentoo.org>
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/package.mask | 6 |
1 files changed, 6 insertions, 0 deletions
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 <mgorny@gentoo.org> (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 <eschwartz@gentoo.org> (2024-09-22) # Unmaintained, abandoned upstream, does not compile with GCC 14. # Removal on 2024-10-22. Bug #874732. |