summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2014-03-03 23:31:50 +0000
committerPacho Ramos <pacho@gentoo.org>2014-03-03 23:31:50 +0000
commit07d0a3751529f360d9a7bdced90a8ef4f049eeb4 (patch)
treebea260dbc1dca2e2214e6a7032dcda18b67a9d35 /www-servers
parentamd64 stable, bug #474232 (diff)
downloadgentoo-2-07d0a3751529f360d9a7bdced90a8ef4f049eeb4.tar.gz
gentoo-2-07d0a3751529f360d9a7bdced90a8ef4f049eeb4.tar.bz2
gentoo-2-07d0a3751529f360d9a7bdced90a8ef4f049eeb4.zip
amd64 stable, bug #474322
(Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key A188FBD4)
Diffstat (limited to 'www-servers')
-rw-r--r--www-servers/gunicorn/ChangeLog5
-rw-r--r--www-servers/gunicorn/gunicorn-0.17.4.ebuild4
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