Gentoo Archives: gentoo-commits

From: Anna Vyalkova <cyber+gentoo@×××××.in>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: www-client/woob/
Date: Thu, 07 Jul 2022 00:41:33
Message-Id: 1657154443.67902653446521913f35048c3baabfbe1bee9772.cybertailor@gentoo
1 commit: 67902653446521913f35048c3baabfbe1bee9772
2 Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
3 AuthorDate: Wed Jul 6 23:42:26 2022 +0000
4 Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
5 CommitDate: Thu Jul 7 00:40:43 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=67902653
7
8 www-client/woob: enable py3.10
9
10 Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
11
12 www-client/woob/woob-3.0-r1.ebuild | 2 +-
13 www-client/woob/woob-9999.ebuild | 2 +-
14 2 files changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/www-client/woob/woob-3.0-r1.ebuild b/www-client/woob/woob-3.0-r1.ebuild
17 index 24d0a16c3..4322883bb 100644
18 --- a/www-client/woob/woob-3.0-r1.ebuild
19 +++ b/www-client/woob/woob-3.0-r1.ebuild
20 @@ -3,7 +3,7 @@
21
22 EAPI=8
23
24 -PYTHON_COMPAT=( python3_{8..9} )
25 +PYTHON_COMPAT=( python3_{8..10} )
26 inherit distutils-r1
27
28 if [[ "${PV}" == "9999" ]]; then
29
30 diff --git a/www-client/woob/woob-9999.ebuild b/www-client/woob/woob-9999.ebuild
31 index 24d0a16c3..4322883bb 100644
32 --- a/www-client/woob/woob-9999.ebuild
33 +++ b/www-client/woob/woob-9999.ebuild
34 @@ -3,7 +3,7 @@
35
36 EAPI=8
37
38 -PYTHON_COMPAT=( python3_{8..9} )
39 +PYTHON_COMPAT=( python3_{8..10} )
40 inherit distutils-r1
41
42 if [[ "${PV}" == "9999" ]]; then