diff options
author | Sam James <sam@gentoo.org> | 2020-12-21 20:21:01 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2020-12-21 20:21:42 +0000 |
commit | c30ffbe1c69659033edb36e3413a6b9ab2ea92f1 (patch) | |
tree | e4376ce84544afd0dfbaa90907b11db4995cf7fd /dev-python | |
parent | dev-python/asgiref: Stabilize 3.3.1 ALLARCHES, #761145 (diff) | |
download | gentoo-c30ffbe1c69659033edb36e3413a6b9ab2ea92f1.tar.gz gentoo-c30ffbe1c69659033edb36e3413a6b9ab2ea92f1.tar.bz2 gentoo-c30ffbe1c69659033edb36e3413a6b9ab2ea92f1.zip |
dev-python/hypothesis: Stabilize 5.41.3 ALLARCHES, #761151
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/hypothesis/hypothesis-5.41.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/hypothesis/hypothesis-5.41.3.ebuild b/dev-python/hypothesis/hypothesis-5.41.3.ebuild index 30e83a217730..6168386a8425 100644 --- a/dev-python/hypothesis/hypothesis-5.41.3.ebuild +++ b/dev-python/hypothesis/hypothesis-5.41.3.ebuild @@ -16,7 +16,7 @@ S="${WORKDIR}/${PN}-${PN}-python-${PV}/${PN}-python" LICENSE="MPL-2.0" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86 ~x64-macos" +KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 ~riscv sparc x86 ~x64-macos" IUSE="cli test" RESTRICT="!test? ( test )" |