diff options
author | Roy Bamford <neddyseagoon@gentoo.org> | 2020-03-03 12:34:52 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-03-04 05:46:58 +0100 |
commit | abe751db46fb80951627dec9950be3b4a58d6708 (patch) | |
tree | 87edbc83bbe15b488bd356ace2ada8480b7b0802 /dev-python/hypothesis | |
parent | dev-python/pytest: added ~arm64 keyword (diff) | |
download | gentoo-abe751db46fb80951627dec9950be3b4a58d6708.tar.gz gentoo-abe751db46fb80951627dec9950be3b4a58d6708.tar.bz2 gentoo-abe751db46fb80951627dec9950be3b4a58d6708.zip |
dev-python/hypothesis: added ~arm64 keyword
Bug: https://bugs.gentoo.org/703174
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Roy Bamford <neddyseagoon@gentoo.org>
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/hypothesis')
-rw-r--r-- | dev-python/hypothesis/hypothesis-5.6.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/hypothesis/hypothesis-5.6.0.ebuild b/dev-python/hypothesis/hypothesis-5.6.0.ebuild index b3200160cc3e..0ccbecfd56de 100644 --- a/dev-python/hypothesis/hypothesis-5.6.0.ebuild +++ b/dev-python/hypothesis/hypothesis-5.6.0.ebuild @@ -16,7 +16,7 @@ S="${WORKDIR}/${PN}-${PN}-python-${PV}/${PN}-python" LICENSE="MPL-2.0" SLOT="0" -KEYWORDS="~amd64 ~hppa ~x86" +KEYWORDS="~amd64 ~arm64 ~hppa ~x86" IUSE="test" RESTRICT="!test? ( test )" |