diff options
author | Sam James <sam@gentoo.org> | 2021-04-05 20:21:54 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-05 21:59:33 +0000 |
commit | c26cec0fe8b61fc7262acd44ad29f51f4b6ddad8 (patch) | |
tree | 1c2e70e0049ca68e9341a2ceca0a8b72c7e8c0d0 /dev-python/priority | |
parent | dev-python/pretend: drop s390 to ~s390 (unstable) (diff) | |
download | gentoo-c26cec0fe8b61fc7262acd44ad29f51f4b6ddad8.tar.gz gentoo-c26cec0fe8b61fc7262acd44ad29f51f4b6ddad8.tar.bz2 gentoo-c26cec0fe8b61fc7262acd44ad29f51f4b6ddad8.zip |
dev-python/priority: drop s390 to ~s390 (unstable)
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python/priority')
-rw-r--r-- | dev-python/priority/priority-1.3.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/priority/priority-1.3.0.ebuild b/dev-python/priority/priority-1.3.0.ebuild index 614124489d6d..3e4f4d560589 100644 --- a/dev-python/priority/priority-1.3.0.ebuild +++ b/dev-python/priority/priority-1.3.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=6 @@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv s390 sparc x86" +KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc x86" DEPEND=" test? ( >=dev-python/hypothesis-3.4.2[${PYTHON_USEDEP}] ) |