www-servers/uwsgi: Remove dep on virtual/pypy
authorMichał Górny <mgorny@gentoo.org>
Mon, 30 Dec 2019 12:30:59 +0000 (13:30 +0100)
committerMichał Górny <mgorny@gentoo.org>
Mon, 30 Dec 2019 12:58:57 +0000 (13:58 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
www-servers/uwsgi/metadata.xml
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 9d3b99eed9577caafc9d7883594a6589cab293ba..d7c339a2f35c8e6904ec1183db06ab39bc82b05b 100644 (file)
@@ -8,7 +8,7 @@
                <flag name="embedded">Embed plugins instead of building them as real plugins. When disabling this USE flag make sure you specify all used plugins in your uWSGI configuration. Note: Language plugins will always be built as real plugins.</flag>
                <flag name="go">Build the gccgo plugin to run Go applications.</flag>
                <flag name="json">Support json as a configuration file format.</flag>
-               <flag name="pypy">Build the pypy plugin to run your code using <pkg>virtual/pypy</pkg>.</flag>
+               <flag name="pypy">Build the pypy plugin to run your code using <pkg>dev-python/pypy</pkg>.</flag>
                <flag name="python_asyncio">Use the EXPERIMENTAL asyncio (tulip) for python3.4 async request dispatching and as LoopEngine (see http://uwsgi-docs.readthedocs.org/en/latest/asyncio.html).</flag>
                <flag name="python_gevent">Use <pkg>dev-python/gevent</pkg> for async request dispatching and as LoopEngine (see http://projects.unbit.it/uwsgi/wiki/Gevent).</flag>
                <flag name="routing">Enable routing support</flag>
index 46c20be1e22bfd6aba0d747f6d674e25535d2694..775814d2f42b804934168af47698efa9bb086f65 100644 (file)
@@ -121,7 +121,7 @@ CDEPEND="
                php_targets_php7-2? ( dev-lang/php:7.2[embed] )
                php_targets_php7-3? ( dev-lang/php:7.3[embed] )
        )
-       pypy? ( virtual/pypy )
+       pypy? ( dev-python/pypy )
        python? ( ${PYTHON_DEPS} )
        python_asyncio? ( virtual/python-greenlet[${PYTHON_USEDEP}] )
        python_gevent? ( >=dev-python/gevent-1.3.5[${PYTHON_USEDEP}] )
index dec917ac9112ea64a2100b0d8c092347ae6ccbb2..25855fe656f1d8465e073922c5054ac7fcf8e25d 100644 (file)
@@ -116,7 +116,7 @@ CDEPEND="sys-libs/zlib
                php_targets_php7-2? ( dev-lang/php:7.2[embed] )
                php_targets_php7-3? ( dev-lang/php:7.3[embed] )
        )
-       pypy? ( virtual/pypy )
+       pypy? ( dev-python/pypy )
        python? ( ${PYTHON_DEPS} )
        python_gevent? ( >=dev-python/gevent-1.3.5[${PYTHON_USEDEP}] )
        ruby? ( $(ruby_implementations_depend) )"
index 8f6d69a44d82c1b0902dfb834a933ac20e197969..80583c558b6ae0f762ac932cc318924abadbdfe8 100644 (file)
@@ -116,7 +116,7 @@ CDEPEND="sys-libs/zlib
                php_targets_php7-2? ( dev-lang/php:7.2[embed] )
                php_targets_php7-3? ( dev-lang/php:7.3[embed] )
        )
-       pypy? ( virtual/pypy )
+       pypy? ( dev-python/pypy )
        python? ( ${PYTHON_DEPS} )
        python_gevent? ( >=dev-python/gevent-1.2.1[${PYTHON_USEDEP}] )
        ruby? ( $(ruby_implementations_depend) )"
index 0f292413d08417fa33c08ab0d8d2b17bce97b2f8..b1f88e545f4d2c993166af487aa27ef773852c62 100644 (file)
@@ -122,7 +122,7 @@ CDEPEND="
                php_targets_php7-2? ( dev-lang/php:7.2[embed] )
                php_targets_php7-3? ( dev-lang/php:7.3[embed] )
        )
-       pypy? ( virtual/pypy )
+       pypy? ( dev-python/pypy )
        python? ( ${PYTHON_DEPS} )
        python_asyncio? ( virtual/python-greenlet[${PYTHON_USEDEP}] )
        python_gevent? ( >=dev-python/gevent-1.3.5[${PYTHON_USEDEP}] )