Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-servers/gunicorn/
Date: Sat, 19 Jun 2021 12:26:38
Message-Id: 1624105590.a6ad128540b430a1762f996cd1b61e8bb7f864a1.mgorny@gentoo
1 commit: a6ad128540b430a1762f996cd1b61e8bb7f864a1
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jun 19 12:16:34 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Jun 19 12:26:30 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6ad1285
7
8 www-servers/gunicorn: Enable py3.10
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 www-servers/gunicorn/gunicorn-20.1.0.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/www-servers/gunicorn/gunicorn-20.1.0.ebuild b/www-servers/gunicorn/gunicorn-20.1.0.ebuild
16 index db3c9a31a67..462bfab8295 100644
17 --- a/www-servers/gunicorn/gunicorn-20.1.0.ebuild
18 +++ b/www-servers/gunicorn/gunicorn-20.1.0.ebuild
19 @@ -4,7 +4,7 @@
20 EAPI=7
21
22 DISTUTILS_USE_SETUPTOOLS=rdepend
23 -PYTHON_COMPAT=( pypy3 python3_{8..9} )
24 +PYTHON_COMPAT=( pypy3 python3_{8..10} )
25
26 inherit distutils-r1 optfeature