summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'www-servers')
-rw-r--r--www-servers/gunicorn/ChangeLog7
-rw-r--r--www-servers/gunicorn/gunicorn-0.13.4.ebuild6
2 files changed, 8 insertions, 5 deletions
diff --git a/www-servers/gunicorn/ChangeLog b/www-servers/gunicorn/ChangeLog
index b39f267e4202..30e66560f97f 100644
--- a/www-servers/gunicorn/ChangeLog
+++ b/www-servers/gunicorn/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for www-servers/gunicorn
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-servers/gunicorn/ChangeLog,v 1.12 2011/09/23 06:05:25 rafaelmartins Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/www-servers/gunicorn/ChangeLog,v 1.13 2012/01/27 17:06:49 ago Exp $
+
+ 27 Jan 2012; Agostino Sarubbo <ago@gentoo.org> gunicorn-0.13.4.ebuild:
+ Stable for amd64, wrt bug #400527
*gunicorn-0.13.4 (23 Sep 2011)
diff --git a/www-servers/gunicorn/gunicorn-0.13.4.ebuild b/www-servers/gunicorn/gunicorn-0.13.4.ebuild
index 9842acb0b7fc..15f6ff372f27 100644
--- a/www-servers/gunicorn/gunicorn-0.13.4.ebuild
+++ b/www-servers/gunicorn/gunicorn-0.13.4.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-servers/gunicorn/gunicorn-0.13.4.ebuild,v 1.1 2011/09/23 06:05:25 rafaelmartins Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-servers/gunicorn/gunicorn-0.13.4.ebuild,v 1.2 2012/01/27 17:06:49 ago Exp $
EAPI="3"
PYTHON_DEPEND="2:2.5"
@@ -16,7 +16,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
IUSE="doc examples test"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
RDEPEND="dev-python/setproctitle"
DEPEND="dev-python/setuptools