Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-plugins/passff-host/
Date: Fri, 31 Jul 2020 22:34:30
Message-Id: 1596234854.ae30dcf121c8a24dff3f907b331466e1898b455c.mattst88@gentoo
1 commit: ae30dcf121c8a24dff3f907b331466e1898b455c
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jul 31 22:32:59 2020 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Fri Jul 31 22:34:14 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae30dcf1
7
8 www-plugins/passff-host: Add Python 3.8 and 3.9 compatibility
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 www-plugins/passff-host/passff-host-1.2.1-r1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/www-plugins/passff-host/passff-host-1.2.1-r1.ebuild b/www-plugins/passff-host/passff-host-1.2.1-r1.ebuild
16 index ae62d7aaca1..ec245115cb0 100644
17 --- a/www-plugins/passff-host/passff-host-1.2.1-r1.ebuild
18 +++ b/www-plugins/passff-host/passff-host-1.2.1-r1.ebuild
19 @@ -3,7 +3,7 @@
20
21 EAPI=7
22
23 -PYTHON_COMPAT=( python3_6 python3_7 )
24 +PYTHON_COMPAT=( python3_{6..9} )
25
26 inherit python-single-r1