commit: 40a59069037f3bfa8a9830cfbbad70fa7804f0a8 Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org> AuthorDate: Tue Sep 3 11:45:05 2024 +0000 Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org> CommitDate: Tue Sep 3 11:51:22 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40a59069
www-client/qutebrowser: note link for py3.13 support Next release has some fixes, albeit unsure if complete yet. Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org> www-client/qutebrowser/qutebrowser-3.2.1.ebuild | 1 + www-client/qutebrowser/qutebrowser-9999.ebuild | 1 + 2 files changed, 2 insertions(+) diff --git a/www-client/qutebrowser/qutebrowser-3.2.1.ebuild b/www-client/qutebrowser/qutebrowser-3.2.1.ebuild index b58568e40ad0..f889d8fed698 100644 --- a/www-client/qutebrowser/qutebrowser-3.2.1.ebuild +++ b/www-client/qutebrowser/qutebrowser-3.2.1.ebuild @@ -5,6 +5,7 @@ EAPI=8 DISTUTILS_SINGLE_IMPL=1 DISTUTILS_USE_PEP517=setuptools +# py3.13: https://github.com/qutebrowser/qutebrowser/issues/8205 PYTHON_COMPAT=( python3_{10..12} ) inherit distutils-r1 xdg diff --git a/www-client/qutebrowser/qutebrowser-9999.ebuild b/www-client/qutebrowser/qutebrowser-9999.ebuild index 5525cd7811df..8d8a36382b17 100644 --- a/www-client/qutebrowser/qutebrowser-9999.ebuild +++ b/www-client/qutebrowser/qutebrowser-9999.ebuild @@ -5,6 +5,7 @@ EAPI=8 DISTUTILS_SINGLE_IMPL=1 DISTUTILS_USE_PEP517=setuptools +# py3.13: https://github.com/qutebrowser/qutebrowser/issues/8205 PYTHON_COMPAT=( python3_{10..12} ) inherit distutils-r1 xdg
