diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-12-16 08:20:13 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-12-16 09:09:32 +0100 |
commit | 9aaacc440a86f0671b64e851f7e56c536da66948 (patch) | |
tree | e4e50d8e980b3378bb23a64e80903ec4abc273b1 /dev-python | |
parent | x11-misc/xlockmore: Removed old (diff) | |
download | gentoo-9aaacc440a86f0671b64e851f7e56c536da66948.tar.gz gentoo-9aaacc440a86f0671b64e851f7e56c536da66948.tar.bz2 gentoo-9aaacc440a86f0671b64e851f7e56c536da66948.zip |
dev-python/hypothesis: Mark 4.15.0 stable wrt ALLARCHES
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/hypothesis/hypothesis-4.15.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/hypothesis/hypothesis-4.15.0.ebuild b/dev-python/hypothesis/hypothesis-4.15.0.ebuild index 28eac10d0e99..b70946fb5ba5 100644 --- a/dev-python/hypothesis/hypothesis-4.15.0.ebuild +++ b/dev-python/hypothesis/hypothesis-4.15.0.ebuild @@ -14,7 +14,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 ~m68k ~mips ppc ppc64 s390 ~sh sparc x86" +KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 s390 ~sh sparc x86" IUSE="test" RESTRICT="!test? ( test )" |