diff options
author | Sam James <sam@gentoo.org> | 2021-04-05 20:24:11 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-05 22:00:41 +0000 |
commit | 5f302a23c160f455ac8172af66db09c66b52f3b6 (patch) | |
tree | 5dbbecd5056aa34ec43b4dbe26426699dc76ee0a /dev-python/testtools | |
parent | dev-python/testscenarios: drop s390 to ~s390 (unstable) (diff) | |
download | gentoo-5f302a23c160f455ac8172af66db09c66b52f3b6.tar.gz gentoo-5f302a23c160f455ac8172af66db09c66b52f3b6.tar.bz2 gentoo-5f302a23c160f455ac8172af66db09c66b52f3b6.zip |
dev-python/testtools: drop s390 to ~s390 (unstable)
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python/testtools')
-rw-r--r-- | dev-python/testtools/testtools-2.4.0-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/testtools/testtools-2.4.0-r1.ebuild b/dev-python/testtools/testtools-2.4.0-r1.ebuild index 149e6bb7de88..9bf6119906e6 100644 --- a/dev-python/testtools/testtools-2.4.0-r1.ebuild +++ b/dev-python/testtools/testtools-2.4.0-r1.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 @@ -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 ~m68k ~mips ppc ppc64 s390 sparc x86 ~amd64-linux ~x86-linux ~x64-macos" +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux ~x64-macos" RDEPEND=" >=dev-python/extras-1.0.0[${PYTHON_USEDEP}] |