Gentoo Archives: gentoo-commits

From: Alexis Ballier <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-servers/gunicorn/
Date: Wed, 28 Jun 2017 09:38:55
Message-Id: 1498642721.3425234aad8d6c316231bf2b505084a47d6c1438.aballier@gentoo
1 commit: 3425234aad8d6c316231bf2b505084a47d6c1438
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jun 28 09:38:41 2017 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Wed Jun 28 09:38:41 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3425234a
7
8 www-servers/gunicorn: keyword ~arm64
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.2
11
12 www-servers/gunicorn/gunicorn-19.6.0.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/www-servers/gunicorn/gunicorn-19.6.0.ebuild b/www-servers/gunicorn/gunicorn-19.6.0.ebuild
16 index 8404d20b811..6da709721f9 100644
17 --- a/www-servers/gunicorn/gunicorn-19.6.0.ebuild
18 +++ b/www-servers/gunicorn/gunicorn-19.6.0.ebuild
19 @@ -13,7 +13,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 x86"
24 +KEYWORDS="amd64 ~arm64 x86"
25 IUSE="doc examples test"
26
27 RDEPEND="dev-python/setproctitle[${PYTHON_USEDEP}]"