Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-servers/gunicorn/
Date: Thu, 13 May 2021 16:54:34
Message-Id: 1620924847.96518fd78db7a52a6413c890ecfe563030a5facc.sam@gentoo
1 commit: 96518fd78db7a52a6413c890ecfe563030a5facc
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Thu May 13 16:54:07 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Thu May 13 16:54:07 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=96518fd7
7
8 www-servers/gunicorn: Stabilize 20.1.0 ALLARCHES, #789975
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 www-servers/gunicorn/gunicorn-20.1.0.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/www-servers/gunicorn/gunicorn-20.1.0.ebuild b/www-servers/gunicorn/gunicorn-20.1.0.ebuild
16 index af9eb8b6ff3..937224d87db 100644
17 --- a/www-servers/gunicorn/gunicorn-20.1.0.ebuild
18 +++ b/www-servers/gunicorn/gunicorn-20.1.0.ebuild
19 @@ -16,7 +16,7 @@ SRC_URI="https://github.com/benoitc/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
20
21 LICENSE="MIT PSF-2 doc? ( BSD )"
22 SLOT="0"
23 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x64-macos"
24 +KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 sparc x86 ~x64-macos"
25
26 RDEPEND="dev-python/setproctitle[${PYTHON_USEDEP}]"