diff options
author | Sam James <sam@gentoo.org> | 2022-04-25 19:41:19 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-04-25 19:41:45 +0100 |
commit | a817b243e8861ec51f29108e95592080df904f5f (patch) | |
tree | 404182d1f834f8f0358756fe4a08979806410195 /www-servers | |
parent | dev-python/setproctitle: Keyword 1.2.3 s390, #840824 (diff) | |
download | gentoo-a817b243e8861ec51f29108e95592080df904f5f.tar.gz gentoo-a817b243e8861ec51f29108e95592080df904f5f.tar.bz2 gentoo-a817b243e8861ec51f29108e95592080df904f5f.zip |
www-servers/gunicorn: Keyword 20.1.0 s390, #840824
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'www-servers')
-rw-r--r-- | www-servers/gunicorn/gunicorn-20.1.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www-servers/gunicorn/gunicorn-20.1.0.ebuild b/www-servers/gunicorn/gunicorn-20.1.0.ebuild index 6984d7900984..00c4577fd903 100644 --- a/www-servers/gunicorn/gunicorn-20.1.0.ebuild +++ b/www-servers/gunicorn/gunicorn-20.1.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -16,7 +16,7 @@ SRC_URI="https://github.com/benoitc/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT PSF-2 doc? ( BSD )" SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 ~riscv sparc x86 ~x64-macos" +KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc x86 ~x64-macos" RDEPEND="dev-python/setproctitle[${PYTHON_USEDEP}]" |