dev-python/hypothesis: Add ~arm keyword wrt bug #703174

Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="arm"
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
This commit is contained in:
Mikle Kolyada
2020-03-14 21:13:16 +03:00
parent f5d0b0eb2f
commit db602bc86b
2 changed files with 2 additions and 2 deletions

View File

@@ -15,7 +15,7 @@ SRC_URI="https://github.com/HypothesisWorks/${PN}/archive/${PN}-python-${PV}.tar
LICENSE="MPL-2.0"
SLOT="0"
KEYWORDS="amd64 arm ~arm64 ~hppa sparc x86"
KEYWORDS="amd64 ~arm ~arm64 ~hppa sparc x86"
IUSE="test"
RESTRICT="!test? ( test )"

View File

@@ -16,7 +16,7 @@ S="${WORKDIR}/${PN}-${PN}-python-${PV}/${PN}-python"
LICENSE="MPL-2.0"
SLOT="0"
KEYWORDS="~amd64 ~arm64 ~hppa ~x86"
KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~x86"
IUSE="test"
RESTRICT="!test? ( test )"