diff options
author | Michał Górny <mgorny@gentoo.org> | 2018-10-20 08:49:49 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-10-20 08:49:49 +0200 |
commit | 4385ff6c19a6e178c88997ecdfffd3e06c266c22 (patch) | |
tree | 54b65cd413122dc31cf73f6c14576f33fa72b5b0 /www-servers | |
parent | use.desc: Add new global flag 'jemalloc' (diff) | |
download | gentoo-4385ff6c19a6e178c88997ecdfffd3e06c266c22.tar.gz gentoo-4385ff6c19a6e178c88997ecdfffd3e06c266c22.tar.bz2 gentoo-4385ff6c19a6e178c88997ecdfffd3e06c266c22.zip |
*/*: remove redundant local descriptions of 'jemalloc' flag
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'www-servers')
-rw-r--r-- | www-servers/uwsgi/metadata.xml | 1 | ||||
-rw-r--r-- | www-servers/varnish/metadata.xml | 3 |
2 files changed, 0 insertions, 4 deletions
diff --git a/www-servers/uwsgi/metadata.xml b/www-servers/uwsgi/metadata.xml index 498f2a5fb33d..9d3b99eed957 100644 --- a/www-servers/uwsgi/metadata.xml +++ b/www-servers/uwsgi/metadata.xml @@ -7,7 +7,6 @@ <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> <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> diff --git a/www-servers/varnish/metadata.xml b/www-servers/varnish/metadata.xml index 5046b2337ea0..d2fb18c34590 100644 --- a/www-servers/varnish/metadata.xml +++ b/www-servers/varnish/metadata.xml @@ -5,9 +5,6 @@ <email>blueness@gentoo.org</email> <name>Anthony G. Basile</name> </maintainer> - <use> - <flag name="jemalloc">Use dev-libs/jemalloc for allocations</flag> - </use> <longdescription lang="en"> Varnish is an HTTP accelerator. An HTTP accelerator (often called Reverse Proxy) is an application that stores (caches) documents that have been requested over |