Gentoo Archives: gentoo-commits

From: Ionen Wolkens <ionen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-client/qutebrowser/
Date: Fri, 15 Oct 2021 15:53:43
Message-Id: 1634312635.b5d821f486fdf64a961bea4705387da3cad9736e.ionen@gentoo
1 commit: b5d821f486fdf64a961bea4705387da3cad9736e
2 Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
3 AuthorDate: Tue Oct 12 18:47:59 2021 +0000
4 Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
5 CommitDate: Fri Oct 15 15:43:55 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5d821f4
7
8 www-client/qutebrowser: enable py3.10
9
10 Upstream already actively tests with 3.10 and the
11 newly enabled tests pass.
12
13 Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>
14
15 www-client/qutebrowser/qutebrowser-2.3.1-r2.ebuild | 2 +-
16 1 file changed, 1 insertion(+), 1 deletion(-)
17
18 diff --git a/www-client/qutebrowser/qutebrowser-2.3.1-r2.ebuild b/www-client/qutebrowser/qutebrowser-2.3.1-r2.ebuild
19 index 4fd97899626..f196542337c 100644
20 --- a/www-client/qutebrowser/qutebrowser-2.3.1-r2.ebuild
21 +++ b/www-client/qutebrowser/qutebrowser-2.3.1-r2.ebuild
22 @@ -4,7 +4,7 @@
23 EAPI=8
24
25 DISTUTILS_SINGLE_IMPL=1
26 -PYTHON_COMPAT=( python3_{8..9} )
27 +PYTHON_COMPAT=( python3_{8..10} )
28 inherit distutils-r1 optfeature xdg
29
30 if [[ ${PV} == 9999 ]]; then