diff options
author | Ultrabug <ultrabug@gentoo.org> | 2016-05-13 17:56:58 +0200 |
---|---|---|
committer | Ultrabug <ultrabug@gentoo.org> | 2016-05-13 17:57:13 +0200 |
commit | 89a125886d8e24af223914487f057beaded611ac (patch) | |
tree | 169452d900711ce8847cce12430c2bbe960a9938 /www-servers/uwsgi/metadata.xml | |
parent | media-sound/tomahawk: Use subslot on net-libs/gnutls (diff) | |
download | gentoo-89a125886d8e24af223914487f057beaded611ac.tar.gz gentoo-89a125886d8e24af223914487f057beaded611ac.tar.bz2 gentoo-89a125886d8e24af223914487f057beaded611ac.zip |
www-servers/uwsgi: version bump, add go support, make pid path mode configurable, drop broken release
Package-Manager: portage-2.2.27
Diffstat (limited to 'www-servers/uwsgi/metadata.xml')
-rw-r--r-- | www-servers/uwsgi/metadata.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www-servers/uwsgi/metadata.xml b/www-servers/uwsgi/metadata.xml index c0eca5a47c6c..c5f1ce0aa8fe 100644 --- a/www-servers/uwsgi/metadata.xml +++ b/www-servers/uwsgi/metadata.xml @@ -10,6 +10,7 @@ </maintainer> <use> <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="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> |