Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/hypothesis/
Date: Fri, 31 Jan 2020 22:17:17
Message-Id: 1580509005.9b7471306114a7112d7e5ed4556a5d769d776ba1.slyfox@gentoo
1 commit: 9b7471306114a7112d7e5ed4556a5d769d776ba1
2 Author: Rolf Eike Beer <eike <AT> sf-mail <DOT> de>
3 AuthorDate: Fri Jan 31 18:07:36 2020 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Fri Jan 31 22:16:45 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b747130
7
8 dev-python/hypothesis: keyworded 5.3.0 for sparc, bug #703174
9
10 Package-Manager: Portage-2.3.84, Repoman-2.3.20
11 RepoMan-Options: --include-arches="sparc"
12 Signed-off-by: Rolf Eike Beer <eike <AT> sf-mail.de>
13 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
14
15 dev-python/hypothesis/hypothesis-5.3.0.ebuild | 2 +-
16 1 file changed, 1 insertion(+), 1 deletion(-)
17
18 diff --git a/dev-python/hypothesis/hypothesis-5.3.0.ebuild b/dev-python/hypothesis/hypothesis-5.3.0.ebuild
19 index 963f87ee74a..d1f7fce2bf7 100644
20 --- a/dev-python/hypothesis/hypothesis-5.3.0.ebuild
21 +++ b/dev-python/hypothesis/hypothesis-5.3.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 ~arm ~arm64 ~x86"
27 +KEYWORDS="~amd64 ~arm ~arm64 ~sparc ~x86"
28 IUSE="test"
29 RESTRICT="!test? ( test )"