Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/hypothesis/
Date: Wed, 04 Mar 2020 05:01:57
Message-Id: 1583297218.abe751db46fb80951627dec9950be3b4a58d6708.mgorny@gentoo
1 commit: abe751db46fb80951627dec9950be3b4a58d6708
2 Author: Roy Bamford <neddyseagoon <AT> gentoo <DOT> org>
3 AuthorDate: Tue Mar 3 12:34:52 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Mar 4 04:46:58 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=abe751db
7
8 dev-python/hypothesis: added ~arm64 keyword
9
10 Bug: https://bugs.gentoo.org/703174
11 Package-Manager: Portage-2.3.89, Repoman-2.3.20
12 Signed-off-by: Roy Bamford <neddyseagoon <AT> gentoo.org>
13 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
14
15 dev-python/hypothesis/hypothesis-5.6.0.ebuild | 2 +-
16 1 file changed, 1 insertion(+), 1 deletion(-)
17
18 diff --git a/dev-python/hypothesis/hypothesis-5.6.0.ebuild b/dev-python/hypothesis/hypothesis-5.6.0.ebuild
19 index b3200160cc3..0ccbecfd56d 100644
20 --- a/dev-python/hypothesis/hypothesis-5.6.0.ebuild
21 +++ b/dev-python/hypothesis/hypothesis-5.6.0.ebuild
22 @@ -16,7 +16,7 @@ S="${WORKDIR}/${PN}-${PN}-python-${PV}/${PN}-python"
23
24 LICENSE="MPL-2.0"
25 SLOT="0"
26 -KEYWORDS="~amd64 ~hppa ~x86"
27 +KEYWORDS="~amd64 ~arm64 ~hppa ~x86"
28 IUSE="test"
29 RESTRICT="!test? ( test )"