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/uwsgi/
Date: Fri, 04 Feb 2022 19:28:50
Message-Id: 1644002880.39da03f027cec03bb5c5cb1fd631111c65ebdac5.mgorny@gentoo
1 commit: 39da03f027cec03bb5c5cb1fd631111c65ebdac5
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Feb 4 19:27:23 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri Feb 4 19:28:00 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39da03f0
7
8 www-servers/uwsgi: Remove obsolete python_gen* w/ -3
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 www-servers/uwsgi/uwsgi-2.0.19.1-r108.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/www-servers/uwsgi/uwsgi-2.0.19.1-r108.ebuild b/www-servers/uwsgi/uwsgi-2.0.19.1-r108.ebuild
16 index 089c51e499e2..0209aa698435 100644
17 --- a/www-servers/uwsgi/uwsgi-2.0.19.1-r108.ebuild
18 +++ b/www-servers/uwsgi/uwsgi-2.0.19.1-r108.ebuild
19 @@ -70,7 +70,7 @@ REQUIRED_USE="|| ( ${LANG_SUPPORT_SIMPLE[@]} ${LANG_SUPPORT_EXTENDED[@]} )
20 uwsgi_plugins_router_xmldir? ( xml !expat )
21 lua? ( ${LUA_REQUIRED_USE} )
22 python? ( ${PYTHON_REQUIRED_USE} )
23 - python-asyncio? ( || ( $(python_gen_useflags -3) ) )
24 + python-asyncio? ( python )
25 python-gevent? ( python )
26 expat? ( xml )"