commit:     39da03f027cec03bb5c5cb1fd631111c65ebdac5
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Feb  4 19:27:23 2022 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Feb  4 19:28:00 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39da03f0

www-servers/uwsgi: Remove obsolete python_gen* w/ -3

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 www-servers/uwsgi/uwsgi-2.0.19.1-r108.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-servers/uwsgi/uwsgi-2.0.19.1-r108.ebuild 
b/www-servers/uwsgi/uwsgi-2.0.19.1-r108.ebuild
index 089c51e499e2..0209aa698435 100644
--- a/www-servers/uwsgi/uwsgi-2.0.19.1-r108.ebuild
+++ b/www-servers/uwsgi/uwsgi-2.0.19.1-r108.ebuild
@@ -70,7 +70,7 @@ REQUIRED_USE="|| ( ${LANG_SUPPORT_SIMPLE[@]} 
${LANG_SUPPORT_EXTENDED[@]} )
        uwsgi_plugins_router_xmldir? ( xml !expat )
        lua? ( ${LUA_REQUIRED_USE} )
        python? ( ${PYTHON_REQUIRED_USE} )
-       python-asyncio? ( || ( $(python_gen_useflags -3) ) )
+       python-asyncio? ( python )
        python-gevent? ( python )
        expat? ( xml )"
 

Reply via email to