diff options
author | Sam James <sam@gentoo.org> | 2020-08-05 22:03:20 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2020-08-05 22:03:20 +0000 |
commit | 8781c1d46e2db66703088f33cdc3e39600a30c92 (patch) | |
tree | b8c752c7926f67d49c8c61915769c8c7dd4df79a /dev-python | |
parent | net-misc/curl: fix USE=libressl logic, remove it from REQUIRED_USE (diff) | |
download | gentoo-8781c1d46e2db66703088f33cdc3e39600a30c92.tar.gz gentoo-8781c1d46e2db66703088f33cdc3e39600a30c92.tar.bz2 gentoo-8781c1d46e2db66703088f33cdc3e39600a30c92.zip |
dev-python/hypothesis: Stabilize 4.57.1 ALLARCHES, #736048
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/hypothesis/hypothesis-4.57.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/hypothesis/hypothesis-4.57.1.ebuild b/dev-python/hypothesis/hypothesis-4.57.1.ebuild index 6080312b2ddc..dbb3ff9d7f15 100644 --- a/dev-python/hypothesis/hypothesis-4.57.1.ebuild +++ b/dev-python/hypothesis/hypothesis-4.57.1.ebuild @@ -15,7 +15,7 @@ SRC_URI="https://github.com/HypothesisWorks/${PN}/archive/${PN}-python-${PV}.tar LICENSE="MPL-2.0" SLOT="0" -KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 sparc x86" +KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 s390 sparc x86" IUSE="test" RESTRICT="!test? ( test )" |