diff options
author | 2020-10-07 00:49:08 +0000 | |
---|---|---|
committer | 2020-10-07 01:01:53 +0000 | |
commit | 9bc3e0698991a7d5f9b1ee07864f40858e773588 (patch) | |
tree | 24ef59761a7a92fc9c0ec8e3671649c6fbd16b7f /dev-python/hypothesis | |
parent | media-gfx/cura: Drop ~arm64 from keywords (4.6.1) (diff) | |
download | gentoo-9bc3e0698991a7d5f9b1ee07864f40858e773588.tar.gz gentoo-9bc3e0698991a7d5f9b1ee07864f40858e773588.tar.bz2 gentoo-9bc3e0698991a7d5f9b1ee07864f40858e773588.zip |
dev-python/hypothesis: Stabilize 5.29.4 arm, #745552
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python/hypothesis')
-rw-r--r-- | dev-python/hypothesis/hypothesis-5.29.4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/hypothesis/hypothesis-5.29.4.ebuild b/dev-python/hypothesis/hypothesis-5.29.4.ebuild index d05efe801400..26f5de2182d5 100644 --- a/dev-python/hypothesis/hypothesis-5.29.4.ebuild +++ b/dev-python/hypothesis/hypothesis-5.29.4.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 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" IUSE="cli test" RESTRICT="!test? ( test )" |