summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUltrabug <ultrabug@gentoo.org>2015-08-25 09:49:19 +0200
committerUltrabug <ultrabug@gentoo.org>2015-08-25 09:50:44 +0200
commitf9433c5aa1768d0d95492f417968a1d8b79baac3 (patch)
tree8b807de5378f8ec68fee3dbe6f25ec8911a6b991 /www-servers/uwsgi/metadata.xml
parentdev-python/ptyprocess: x86 stable wrt bug #554868 (diff)
downloadgentoo-f9433c5aa1768d0d95492f417968a1d8b79baac3.tar.gz
gentoo-f9433c5aa1768d0d95492f417968a1d8b79baac3.tar.bz2
gentoo-f9433c5aa1768d0d95492f417968a1d8b79baac3.zip
add pypy support
Package-Manager: portage-2.2.20.1
Diffstat (limited to 'www-servers/uwsgi/metadata.xml')
-rw-r--r--www-servers/uwsgi/metadata.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/www-servers/uwsgi/metadata.xml b/www-servers/uwsgi/metadata.xml
index 2113cc7d6bef..63a1c4418db4 100644
--- a/www-servers/uwsgi/metadata.xml
+++ b/www-servers/uwsgi/metadata.xml
@@ -9,6 +9,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="jemalloc">Use <pkg>dev-libs/jemalloc</pkg> instead of libc's malloc</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="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>