diff options
Diffstat (limited to 'www-servers')
-rw-r--r-- | www-servers/gunicorn/ChangeLog | 5 | ||||
-rw-r--r-- | www-servers/gunicorn/gunicorn-0.17.4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/www-servers/gunicorn/ChangeLog b/www-servers/gunicorn/ChangeLog index c7da65e70372..05af2b0ea687 100644 --- a/www-servers/gunicorn/ChangeLog +++ b/www-servers/gunicorn/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for www-servers/gunicorn # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-servers/gunicorn/ChangeLog,v 1.33 2014/02/24 01:20:36 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-servers/gunicorn/ChangeLog,v 1.34 2014/03/03 23:31:50 pacho Exp $ + + 03 Mar 2014; Pacho Ramos <pacho@gentoo.org> gunicorn-0.17.4.ebuild: + amd64 stable, bug #474322 24 Feb 2014; Pawel Hajdan jr <phajdan.jr@gentoo.org> gunicorn-0.17.4.ebuild: x86 stable wrt bug #474322 diff --git a/www-servers/gunicorn/gunicorn-0.17.4.ebuild b/www-servers/gunicorn/gunicorn-0.17.4.ebuild index 991191517b2c..9e6a0e69a14c 100644 --- a/www-servers/gunicorn/gunicorn-0.17.4.ebuild +++ b/www-servers/gunicorn/gunicorn-0.17.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-servers/gunicorn/gunicorn-0.17.4.ebuild,v 1.2 2014/02/24 01:20:36 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-servers/gunicorn/gunicorn-0.17.4.ebuild,v 1.3 2014/03/03 23:31:50 pacho Exp $ EAPI="5" SUPPORT_PYTHON_ABIS="1" @@ -16,7 +16,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" IUSE="doc test" -KEYWORDS="~amd64 x86" +KEYWORDS="amd64 x86" RDEPEND="dev-python/setproctitle" DEPEND="dev-python/setuptools |