diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2011-08-02 16:58:17 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2011-08-02 16:58:17 +0000 |
commit | c8d36adc877ab436371db82e22fd8244923d3b75 (patch) | |
tree | 93081db7e87ac0ceff0cfb6cfe29c13b4f35b29f /www-servers | |
parent | version bump (diff) | |
download | gentoo-2-c8d36adc877ab436371db82e22fd8244923d3b75.tar.gz gentoo-2-c8d36adc877ab436371db82e22fd8244923d3b75.tar.bz2 gentoo-2-c8d36adc877ab436371db82e22fd8244923d3b75.zip |
Stable on amd64 wrt bug #377367
(Portage version: 2.2.0_alpha46/cvs/Linux x86_64)
Diffstat (limited to 'www-servers')
-rw-r--r-- | www-servers/gunicorn/ChangeLog | 5 | ||||
-rw-r--r-- | www-servers/gunicorn/gunicorn-0.12.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/www-servers/gunicorn/ChangeLog b/www-servers/gunicorn/ChangeLog index d5630dc35ddf..fe33ed336beb 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.6 2011/05/20 04:34:46 rafaelmartins Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-servers/gunicorn/ChangeLog,v 1.7 2011/08/02 16:58:17 hwoarang Exp $ + + 02 Aug 2011; Markos Chandras <hwoarang@gentoo.org> gunicorn-0.12.2.ebuild: + Stable on amd64 wrt bug #377367 *gunicorn-0.12.2 (20 May 2011) diff --git a/www-servers/gunicorn/gunicorn-0.12.2.ebuild b/www-servers/gunicorn/gunicorn-0.12.2.ebuild index d0e085cdb0ee..108e626b4578 100644 --- a/www-servers/gunicorn/gunicorn-0.12.2.ebuild +++ b/www-servers/gunicorn/gunicorn-0.12.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-servers/gunicorn/gunicorn-0.12.2.ebuild,v 1.1 2011/05/20 04:34:46 rafaelmartins Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-servers/gunicorn/gunicorn-0.12.2.ebuild,v 1.2 2011/08/02 16:58:17 hwoarang 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 |