diff options
author | Sam James <sam@gentoo.org> | 2022-04-25 18:16:03 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-04-25 18:16:03 +0100 |
commit | fd294c435e992f6872c917fb535871a60c1bb89e (patch) | |
tree | 1dde51fdc7c5ba862c3f4b16e5bcff8d59df3d89 /dev-python/sniffio | |
parent | dev-python/pytest-mock: Keyword 3.7.0 s390, #840785 (diff) | |
download | gentoo-fd294c435e992f6872c917fb535871a60c1bb89e.tar.gz gentoo-fd294c435e992f6872c917fb535871a60c1bb89e.tar.bz2 gentoo-fd294c435e992f6872c917fb535871a60c1bb89e.zip |
dev-python/sniffio: Keyword 1.2.0 s390, #840785
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python/sniffio')
-rw-r--r-- | dev-python/sniffio/sniffio-1.2.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/sniffio/sniffio-1.2.0.ebuild b/dev-python/sniffio/sniffio-1.2.0.ebuild index 13064b3ad091..748bc48ea0ba 100644 --- a/dev-python/sniffio/sniffio-1.2.0.ebuild +++ b/dev-python/sniffio/sniffio-1.2.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 2021 Gentoo Authors +# Copyright 2021-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -16,7 +16,7 @@ SRC_URI=" LICENSE="|| ( Apache-2.0 MIT )" SLOT="0" -KEYWORDS="amd64 arm arm64 hppa ~ia64 ppc ppc64 ~riscv sparc x86" +KEYWORDS="amd64 arm arm64 hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc x86" distutils_enable_tests pytest |