From 3cdf83bface6e513976b39cdf85828a3c46ef2ab Mon Sep 17 00:00:00 2001 From: Agostino Sarubbo Date: Fri, 21 Aug 2020 17:35:15 +0200 Subject: [PATCH] www-servers/gunicorn: x86 stable wrt bug #737718 Package-Manager: Portage-2.3.103, Repoman-2.3.23 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo --- www-servers/gunicorn/gunicorn-20.0.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www-servers/gunicorn/gunicorn-20.0.4.ebuild b/www-servers/gunicorn/gunicorn-20.0.4.ebuild index 90ad67f8e088c..d7a4f6b83a77f 100644 --- a/www-servers/gunicorn/gunicorn-20.0.4.ebuild +++ b/www-servers/gunicorn/gunicorn-20.0.4.ebuild @@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT PSF-2 doc? ( BSD )" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~sparc ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~sparc x86" RDEPEND="dev-python/setproctitle[${PYTHON_USEDEP}]"