commit: f1ba4857b1bdbcdfafb336309a6675169e6502f2 Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org> AuthorDate: Sat Jun 11 13:11:43 2022 +0000 Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org> CommitDate: Sat Jun 11 13:17:25 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1ba4857
www-client/qutebrowser: disable py3.11 Rare but can randomly crash with 3.11b3 which can be quite annoying, believed to be a cpython beta bug rather than in qutebrowser (see ebuild comment). Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org> www-client/qutebrowser/qutebrowser-2.5.1.ebuild | 3 ++- www-client/qutebrowser/qutebrowser-9999.ebuild | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/www-client/qutebrowser/qutebrowser-2.5.1.ebuild b/www-client/qutebrowser/qutebrowser-2.5.1.ebuild index 6011faed3b7d..09bc4c14cb21 100644 --- a/www-client/qutebrowser/qutebrowser-2.5.1.ebuild +++ b/www-client/qutebrowser/qutebrowser-2.5.1.ebuild @@ -5,7 +5,8 @@ EAPI=8 DISTUTILS_SINGLE_IMPL=1 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{8..11} ) +# py3.11: wait for https://github.com/python/cpython/issues/93252 +PYTHON_COMPAT=( python3_{8..10} ) inherit distutils-r1 optfeature xdg if [[ ${PV} == 9999 ]]; then diff --git a/www-client/qutebrowser/qutebrowser-9999.ebuild b/www-client/qutebrowser/qutebrowser-9999.ebuild index 6011faed3b7d..09bc4c14cb21 100644 --- a/www-client/qutebrowser/qutebrowser-9999.ebuild +++ b/www-client/qutebrowser/qutebrowser-9999.ebuild @@ -5,7 +5,8 @@ EAPI=8 DISTUTILS_SINGLE_IMPL=1 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{8..11} ) +# py3.11: wait for https://github.com/python/cpython/issues/93252 +PYTHON_COMPAT=( python3_{8..10} ) inherit distutils-r1 optfeature xdg if [[ ${PV} == 9999 ]]; then