commit: 0b3c4b2b2138ef445f94afea16fca2685cb5e65b Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org> AuthorDate: Sat Apr 12 22:05:24 2025 +0000 Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org> CommitDate: Sat Apr 12 22:06:52 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b3c4b2b
profiles: mask >=dev-python/gherkin-official-31 for now Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org> profiles/package.mask | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/profiles/package.mask b/profiles/package.mask index b8bdd285f85d..46610944bf9c 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -33,6 +33,12 @@ #--- END OF EXAMPLES --- +# Ionen Wolkens <[email protected]> (2025-04-12) +# >=31 breaks www-client/qutebrowser's tests +# https://github.com/cucumber/gherkin/issues/373 +# https://github.com/qutebrowser/qutebrowser/commit/12e683826783 +>=dev-python/gherkin-official-31 + # Michał Górny <[email protected]> (2025-04-09) # Still uses legacy distutils-r1 mode, and lacks Python 3.13 target. # No reply from the maintainer for a year now.
