diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-03-21 15:25:52 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-03-21 19:01:27 +0100 |
commit | 3557c97a9edf4c03a5859d4963aef544be67ee04 (patch) | |
tree | 7511945cb785b2e3203aab57de0d068dc03100d4 /www-servers/uwsgi/uwsgi-2.0.18.ebuild | |
parent | dev-python/curtsies: Fix hardcoding impl flags (diff) | |
download | gentoo-3557c97a9edf4c03a5859d4963aef544be67ee04.tar.gz gentoo-3557c97a9edf4c03a5859d4963aef544be67ee04.tar.bz2 gentoo-3557c97a9edf4c03a5859d4963aef544be67ee04.zip |
www-servers/uwsgi: Fix hardcoding impl flags
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'www-servers/uwsgi/uwsgi-2.0.18.ebuild')
-rw-r--r-- | www-servers/uwsgi/uwsgi-2.0.18.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www-servers/uwsgi/uwsgi-2.0.18.ebuild b/www-servers/uwsgi/uwsgi-2.0.18.ebuild index 08f75a25f172..865383e7054c 100644 --- a/www-servers/uwsgi/uwsgi-2.0.18.ebuild +++ b/www-servers/uwsgi/uwsgi-2.0.18.ebuild @@ -69,7 +69,7 @@ REQUIRED_USE="|| ( ${LANG_SUPPORT_SIMPLE[@]} ${LANG_SUPPORT_EXTENDED[@]} ) uwsgi_plugins_router_xmldir? ( xml !expat ) pypy? ( python_targets_python2_7 ) python? ( ${PYTHON_REQUIRED_USE} ) - python_asyncio? ( || ( python_targets_python3_4 python_targets_python3_5 python_targets_python3_6 python_targets_python3_7 ) ) + python_asyncio? ( || ( $(python_gen_useflags -3) ) ) python_gevent? ( python ) expat? ( xml )" |