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: Wed, 19 Feb 2020 16:37:13
Message-Id: 1582130212.e3b212f5915ffb20798692309f41e700a4e1642f.slyfox@gentoo
1 commit: e3b212f5915ffb20798692309f41e700a4e1642f
2 Author: Rolf Eike Beer <eike <AT> sf-mail <DOT> de>
3 AuthorDate: Wed Feb 19 13:33:54 2020 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Wed Feb 19 16:36:52 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3b212f5
7
8 dev-python/hypothesis: keyworded 5.5.2 for hppa, bug #703174
9
10 Package-Manager: Portage-2.3.84, Repoman-2.3.20
11 RepoMan-Options: --include-arches="hppa"
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.5.2.ebuild | 2 +-
16 1 file changed, 1 insertion(+), 1 deletion(-)
17
18 diff --git a/dev-python/hypothesis/hypothesis-5.5.2.ebuild b/dev-python/hypothesis/hypothesis-5.5.2.ebuild
19 index a0f000b29f9..b3200160cc3 100644
20 --- a/dev-python/hypothesis/hypothesis-5.5.2.ebuild
21 +++ b/dev-python/hypothesis/hypothesis-5.5.2.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 ~x86"
27 +KEYWORDS="~amd64 ~hppa ~x86"
28 IUSE="test"
29 RESTRICT="!test? ( test )"