diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-12-30 13:30:59 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-12-30 13:58:57 +0100 |
commit | 6166905893515ff1a9481277a6da70fe8cfe630e (patch) | |
tree | e829e145142929db0c164d9f6db9dabd11bf76aa /www-servers/uwsgi/metadata.xml | |
parent | dev-python/xcffib: Remove dep on virtual/pypy (diff) | |
download | gentoo-6166905893515ff1a9481277a6da70fe8cfe630e.tar.gz gentoo-6166905893515ff1a9481277a6da70fe8cfe630e.tar.bz2 gentoo-6166905893515ff1a9481277a6da70fe8cfe630e.zip |
www-servers/uwsgi: Remove dep on virtual/pypy
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'www-servers/uwsgi/metadata.xml')
-rw-r--r-- | www-servers/uwsgi/metadata.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www-servers/uwsgi/metadata.xml b/www-servers/uwsgi/metadata.xml index 9d3b99eed957..d7c339a2f35c 100644 --- a/www-servers/uwsgi/metadata.xml +++ b/www-servers/uwsgi/metadata.xml @@ -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> |