Gentoo Archives: gentoo-commits

From: Georgy Yakovlev <gyakovlev@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-plugins/passff-host/
Date: Sun, 31 Oct 2021 10:28:55
Message-Id: 1635675986.d07578f141d305149d5c4111ba9af5fb2f06eb7c.gyakovlev@gentoo
1 commit: d07578f141d305149d5c4111ba9af5fb2f06eb7c
2 Author: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 31 10:25:58 2021 +0000
4 Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 31 10:26:26 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d07578f1
7
8 www-plugins/passff-host: enable py3.10
9
10 Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>
11
12 www-plugins/passff-host/passff-host-1.2.2.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/www-plugins/passff-host/passff-host-1.2.2.ebuild b/www-plugins/passff-host/passff-host-1.2.2.ebuild
16 index df908c998ab..3c481e7e23e 100644
17 --- a/www-plugins/passff-host/passff-host-1.2.2.ebuild
18 +++ b/www-plugins/passff-host/passff-host-1.2.2.ebuild
19 @@ -3,7 +3,7 @@
20
21 EAPI=7
22
23 -PYTHON_COMPAT=( python3_{7..9} )
24 +PYTHON_COMPAT=( python3_{7..10} )
25
26 inherit python-single-r1