commit:     a8b6c02ba0277d534ef70ee34bdca603c89fc23d
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 24 08:44:45 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Dec 24 08:45:02 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a8b6c02b

www-servers/uwsgi: fix DoubleEmptyLine

Signed-off-by: Sam James <sam <AT> gentoo.org>

 www-servers/uwsgi/uwsgi-2.0.19.1-r109.ebuild | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/www-servers/uwsgi/uwsgi-2.0.19.1-r109.ebuild 
b/www-servers/uwsgi/uwsgi-2.0.19.1-r109.ebuild
index f7ef10e2833d..1ac7f62cd3b6 100644
--- a/www-servers/uwsgi/uwsgi-2.0.19.1-r109.ebuild
+++ b/www-servers/uwsgi/uwsgi-2.0.19.1-r109.ebuild
@@ -254,9 +254,8 @@ python_compile_plugins() {
                fi
        fi
 
-
        if use python-asyncio; then
-                       ${PYTHON} uwsgiconfig.py --plugin plugins/greenlet 
gentoo greenlet${PYV} || die "building plugin for greenlet-support in 
${EPYTHON} failed"
+               ${PYTHON} uwsgiconfig.py --plugin plugins/greenlet gentoo 
greenlet${PYV} || die "building plugin for greenlet-support in ${EPYTHON} 
failed"
        fi
 }
 

Reply via email to