www-servers/uwsgi: Fix hardcoding impl flags
authorMichał Górny <mgorny@gentoo.org>
Thu, 21 Mar 2019 14:25:52 +0000 (15:25 +0100)
committerMichał Górny <mgorny@gentoo.org>
Thu, 21 Mar 2019 18:01:27 +0000 (19:01 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
www-servers/uwsgi/uwsgi-2.0.17.1-r1.ebuild
www-servers/uwsgi/uwsgi-2.0.17.1.ebuild
www-servers/uwsgi/uwsgi-2.0.17.ebuild
www-servers/uwsgi/uwsgi-2.0.18.ebuild

index 08f75a25f172fce7ecc8b8b104f0e9e8a23d90a9..865383e7054c1e1362336aefb1896af7ff9f3dc8 100644 (file)
@@ -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 )"
 
index 953baaab672c46ea30909a775603ab833655a6b2..68b9e8da4660be5f1e778c177b0958d569927813 100644 (file)
@@ -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_gevent )
+       python_asyncio? ( || ( $(python_gen_useflags -3) ) python_gevent )
        python_gevent? ( python )
        expat? ( xml )"
 
index 9b2f7f849142cff8a2d281c98e46313ae47445c0..13867675ceb2e43f89218e5f28fae0b20e4f12ff 100644 (file)
@@ -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_gevent )
+       python_asyncio? ( || ( $(python_gen_useflags -3) ) python_gevent )
        python_gevent? ( python )
        expat? ( xml )"
 
index 08f75a25f172fce7ecc8b8b104f0e9e8a23d90a9..865383e7054c1e1362336aefb1896af7ff9f3dc8 100644 (file)
@@ -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 )"