Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-servers/gunicorn/
Date: Sun, 27 Sep 2020 06:42:18
Message-Id: 1601188886.48864f5f8ef9a07396f7dacccdc304459b07c490.mattst88@gentoo
1 commit: 48864f5f8ef9a07396f7dacccdc304459b07c490
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 27 06:41:13 2020 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Sun Sep 27 06:41:26 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48864f5f
7
8 www-servers/gunicorn: Keyword 20.0.4 alpha, #737618
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 www-servers/gunicorn/gunicorn-20.0.4.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/www-servers/gunicorn/gunicorn-20.0.4.ebuild b/www-servers/gunicorn/gunicorn-20.0.4.ebuild
16 index 03560b76018..39f4261a8dd 100644
17 --- a/www-servers/gunicorn/gunicorn-20.0.4.ebuild
18 +++ b/www-servers/gunicorn/gunicorn-20.0.4.ebuild
19 @@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
20
21 LICENSE="MIT PSF-2 doc? ( BSD )"
22 SLOT="0"
23 -KEYWORDS="amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc x86"
24 +KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc x86"
25
26 RDEPEND="dev-python/setproctitle[${PYTHON_USEDEP}]"