Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-servers/gunicorn/
Date: Mon, 30 Nov 2020 21:12:16
Message-Id: 1606770715.5531b44655e6df74e11cfd44b70342f929aee0a3.slyfox@gentoo
1 commit: 5531b44655e6df74e11cfd44b70342f929aee0a3
2 Author: Rolf Eike Beer <eike <AT> sf-mail <DOT> de>
3 AuthorDate: Mon Nov 30 20:12:22 2020 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Mon Nov 30 21:11:55 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5531b446
7
8 www-servers/gunicorn: stable 20.0.4 for hppa, bug #749477
9
10 Package-Manager: Portage-3.0.9, Repoman-3.0.2
11 RepoMan-Options: --include-arches="hppa"
12 Signed-off-by: Rolf Eike Beer <eike <AT> sf-mail.de>
13 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
14
15 www-servers/gunicorn/gunicorn-20.0.4.ebuild | 2 +-
16 1 file changed, 1 insertion(+), 1 deletion(-)
17
18 diff --git a/www-servers/gunicorn/gunicorn-20.0.4.ebuild b/www-servers/gunicorn/gunicorn-20.0.4.ebuild
19 index 719df38098a..f6c44a61e6c 100644
20 --- a/www-servers/gunicorn/gunicorn-20.0.4.ebuild
21 +++ b/www-servers/gunicorn/gunicorn-20.0.4.ebuild
22 @@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
23
24 LICENSE="MIT PSF-2 doc? ( BSD )"
25 SLOT="0"
26 -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 sparc x86 ~x64-macos"
27 +KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 sparc x86 ~x64-macos"
28
29 RDEPEND="dev-python/setproctitle[${PYTHON_USEDEP}]"