diff options
author | Sam James <sam@gentoo.org> | 2021-04-05 20:24:07 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-05 22:00:39 +0000 |
commit | 66cea8c564f27dd71dd4ad3576177b9c190b95fb (patch) | |
tree | b2082f332c413009ee29301b06ef2339b09df8ba /dev-python/testresources | |
parent | dev-python/termcolor: drop s390 to ~s390 (unstable) (diff) | |
download | gentoo-66cea8c564f27dd71dd4ad3576177b9c190b95fb.tar.gz gentoo-66cea8c564f27dd71dd4ad3576177b9c190b95fb.tar.bz2 gentoo-66cea8c564f27dd71dd4ad3576177b9c190b95fb.zip |
dev-python/testresources: drop s390 to ~s390 (unstable)
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python/testresources')
-rw-r--r-- | dev-python/testresources/testresources-2.0.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/testresources/testresources-2.0.1.ebuild b/dev-python/testresources/testresources-2.0.1.ebuild index 7d4ca57ffd00..20aab49f4082 100644 --- a/dev-python/testresources/testresources-2.0.1.ebuild +++ b/dev-python/testresources/testresources-2.0.1.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="Apache-2.0" SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 s390 sparc x86 ~amd64-linux ~x86-linux" +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux" IUSE="test" RESTRICT="!test? ( test )" |