summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexys Jacob <ultrabug@gentoo.org>2013-11-04 13:13:04 +0000
committerAlexys Jacob <ultrabug@gentoo.org>2013-11-04 13:13:04 +0000
commit4a0e9b5f83eb0c7e24b6eb2c36999de086c90782 (patch)
tree5ed4ab3d1da300b8dbb4ef87de7c9fd25116bf5f /www-servers
parentAdd patch by dlan, fixes Bug 379537 by flameeyes (diff)
downloadgentoo-2-4a0e9b5f83eb0c7e24b6eb2c36999de086c90782.tar.gz
gentoo-2-4a0e9b5f83eb0c7e24b6eb2c36999de086c90782.tar.bz2
gentoo-2-4a0e9b5f83eb0c7e24b6eb2c36999de086c90782.zip
fix typo in metadata thx to @specing
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key B658FA13)
Diffstat (limited to 'www-servers')
-rw-r--r--www-servers/uwsgi/ChangeLog5
-rw-r--r--www-servers/uwsgi/metadata.xml2
2 files changed, 5 insertions, 2 deletions
diff --git a/www-servers/uwsgi/ChangeLog b/www-servers/uwsgi/ChangeLog
index a0fc8b666061..3592c3d6800f 100644
--- a/www-servers/uwsgi/ChangeLog
+++ b/www-servers/uwsgi/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for www-servers/uwsgi
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-servers/uwsgi/ChangeLog,v 1.45 2013/10/07 11:42:27 dev-zero Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-servers/uwsgi/ChangeLog,v 1.46 2013/11/04 13:13:04 ultrabug Exp $
+
+ 04 Nov 2013; Ultrabug <ultrabug@gentoo.org> metadata.xml:
+ fix typo in metadata thx to @specing
07 Oct 2013; Tiziano Müller <dev-zero@gentoo.org> uwsgi-1.4.10.ebuild:
Bump LTS to 1.4.10 and add PHP-5.5 support
diff --git a/www-servers/uwsgi/metadata.xml b/www-servers/uwsgi/metadata.xml
index fbc9c7cfbb68..30b2aebb453f 100644
--- a/www-servers/uwsgi/metadata.xml
+++ b/www-servers/uwsgi/metadata.xml
@@ -7,7 +7,7 @@
</maintainer>
<use>
<flag name='carbon'>Enable support for sending statistics to a carbon server (see http://projects.unbit.it/uwsgi/wiki/Carbon).</flag>
- <flag name='erlang'>Let the uWSGI server as as an Erlang C-Node and exchange messages and rpc with Erlang nodes. Together with the USE=python this enables erlang support in python (see the mappings table in http://projects.unbit.it/uwsgi/wiki/ErlangIntegration).</flag>
+ <flag name='erlang'>Let the uWSGI server act as an Erlang C-Node and exchange messages and rpc with Erlang nodes. Together with the USE=python this enables erlang support in python (see the mappings table in http://projects.unbit.it/uwsgi/wiki/ErlangIntegration).</flag>
<flag name='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='graylog2'>Enable logging to graylog2 (see http://graylog2.org/).</flag>
<flag name='json'>Support json as a configuration file format.</flag>