diff options
author | Sam James <sam@gentoo.org> | 2021-10-03 19:49:18 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-10-03 19:49:18 +0100 |
commit | 9850f4d77e250604b1395e04c044ab2e46822034 (patch) | |
tree | 225b3ac660a585de159f83ddb482411e36fabe9c /dev-python/webtest | |
parent | dev-python/ruamel-yaml: Stabilize 0.17.16 ALLARCHES, #816000 (diff) | |
download | gentoo-9850f4d77e250604b1395e04c044ab2e46822034.tar.gz gentoo-9850f4d77e250604b1395e04c044ab2e46822034.tar.bz2 gentoo-9850f4d77e250604b1395e04c044ab2e46822034.zip |
dev-python/webtest: Stabilize 3.0.0 ALLARCHES, #816009
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python/webtest')
-rw-r--r-- | dev-python/webtest/webtest-3.0.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/webtest/webtest-3.0.0.ebuild b/dev-python/webtest/webtest-3.0.0.ebuild index 209ac9463c78..7d3eadc6cce0 100644 --- a/dev-python/webtest/webtest-3.0.0.ebuild +++ b/dev-python/webtest/webtest-3.0.0.ebuild @@ -16,7 +16,7 @@ S="${WORKDIR}/${MY_P}" LICENSE="MIT" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-macos" +KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc x86 ~x64-macos" IUSE="test" RESTRICT="!test? ( test )" |