diff options
author | Sam James <sam@gentoo.org> | 2020-11-03 12:49:01 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2020-11-03 12:49:01 +0000 |
commit | 4b82b675f65efda6f3a7bfcd72cf1e3c620a0979 (patch) | |
tree | 49cfce1e0949161647bd5c9a6f54d4638a5516c0 /dev-python | |
parent | app-admin/sudo: Stabilize 1.9.3_p1 arm64, #752348 (diff) | |
download | gentoo-4b82b675f65efda6f3a7bfcd72cf1e3c620a0979.tar.gz gentoo-4b82b675f65efda6f3a7bfcd72cf1e3c620a0979.tar.bz2 gentoo-4b82b675f65efda6f3a7bfcd72cf1e3c620a0979.zip |
dev-python/hypothesis: Stabilize 5.36.2 ALLARCHES, #752258
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/hypothesis/hypothesis-5.36.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/hypothesis/hypothesis-5.36.2.ebuild b/dev-python/hypothesis/hypothesis-5.36.2.ebuild index b817839fd0ac..a18c69ab7a35 100644 --- a/dev-python/hypothesis/hypothesis-5.36.2.ebuild +++ b/dev-python/hypothesis/hypothesis-5.36.2.ebuild @@ -16,7 +16,7 @@ S="${WORKDIR}/${PN}-${PN}-python-${PV}/${PN}-python" LICENSE="MPL-2.0" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86" +KEYWORDS="~alpha amd64 arm arm64 ~ia64 ppc ppc64 ~riscv sparc x86" IUSE="cli test" RESTRICT="!test? ( test )" |