diff options
author | Sam James <sam@gentoo.org> | 2021-04-05 20:20:45 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-05 21:58:59 +0000 |
commit | b6b62cddf26aa1ab06e9d71ff35efe0a4da2b097 (patch) | |
tree | 880ae59f2b4d498427016fe92d2ceafc2f85ab82 | |
parent | dev-python/idna: drop s390 to ~s390 (unstable) (diff) | |
download | gentoo-b6b62cddf26aa1ab06e9d71ff35efe0a4da2b097.tar.gz gentoo-b6b62cddf26aa1ab06e9d71ff35efe0a4da2b097.tar.bz2 gentoo-b6b62cddf26aa1ab06e9d71ff35efe0a4da2b097.zip |
dev-python/imagesize: drop s390 to ~s390 (unstable)
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r-- | dev-python/imagesize/imagesize-1.2.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/imagesize/imagesize-1.2.0.ebuild b/dev-python/imagesize/imagesize-1.2.0.ebuild index 748675bd0c16..7e782a25b696 100644 --- a/dev-python/imagesize/imagesize-1.2.0.ebuild +++ b/dev-python/imagesize/imagesize-1.2.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -13,6 +13,6 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv s390 sparc x86 ~x64-solaris" +KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~x64-solaris" distutils_enable_tests pytest |