diff options
author | 2021-01-05 21:02:19 +0000 | |
---|---|---|
committer | 2021-01-05 21:02:19 +0000 | |
commit | 3aa66be34f26acba1b87692192c7df15e5e91e7b (patch) | |
tree | be04c5c6576dee46e49a067232edd76253ade3e8 /dev-python/hypothesis | |
parent | dev-python/importlib_metadata: Stabilize 3.1.1 ALLARCHES, #763687 (diff) | |
download | gentoo-3aa66be34f26acba1b87692192c7df15e5e91e7b.tar.gz gentoo-3aa66be34f26acba1b87692192c7df15e5e91e7b.tar.bz2 gentoo-3aa66be34f26acba1b87692192c7df15e5e91e7b.zip |
dev-python/hypothesis: Stabilize 5.41.5 ALLARCHES, #763690
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python/hypothesis')
-rw-r--r-- | dev-python/hypothesis/hypothesis-5.41.5.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/hypothesis/hypothesis-5.41.5.ebuild b/dev-python/hypothesis/hypothesis-5.41.5.ebuild index 7cd8e4bcc527..ff300152f968 100644 --- a/dev-python/hypothesis/hypothesis-5.41.5.ebuild +++ b/dev-python/hypothesis/hypothesis-5.41.5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -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 )" |