diff options
author | Sam James <sam@gentoo.org> | 2021-04-05 20:10:25 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-05 21:58:28 +0000 |
commit | be4db69d1990564eb3d1dd36b38e5c6ffa5204f4 (patch) | |
tree | ac056c389326e37a6096701e945837efcf1b4df3 /dev-python/characteristic | |
parent | dev-python/cffi: drop s390 to ~s390 (unstable) (diff) | |
download | gentoo-be4db69d1990564eb3d1dd36b38e5c6ffa5204f4.tar.gz gentoo-be4db69d1990564eb3d1dd36b38e5c6ffa5204f4.tar.bz2 gentoo-be4db69d1990564eb3d1dd36b38e5c6ffa5204f4.zip |
dev-python/characteristic: drop s390 to ~s390 (unstable)
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python/characteristic')
-rw-r--r-- | dev-python/characteristic/characteristic-14.3.0-r3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/characteristic/characteristic-14.3.0-r3.ebuild b/dev-python/characteristic/characteristic-14.3.0-r3.ebuild index 5514656bc340..a1eb0a58239b 100644 --- a/dev-python/characteristic/characteristic-14.3.0-r3.ebuild +++ b/dev-python/characteristic/characteristic-14.3.0-r3.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,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv s390 sparc x86 ~x64-macos" +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~x64-macos" distutils_enable_tests pytest distutils_enable_sphinx docs |