Gentoo Archives: gentoo-commits

From: Tobias Klausmann <klausman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/hypothesis/
Date: Wed, 25 Jan 2017 14:16:42
Message-Id: 1485353784.b04fc6e7d6bdf09eadbba07b3b84b2021d65a81e.klausman@gentoo
1 commit: b04fc6e7d6bdf09eadbba07b3b84b2021d65a81e
2 Author: Tobias Klausmann <klausman <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jan 25 14:16:24 2017 +0000
4 Commit: Tobias Klausmann <klausman <AT> gentoo <DOT> org>
5 CommitDate: Wed Jan 25 14:16:24 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b04fc6e7
7
8 dev-python/hypothesis-3.6.0-r1: stable on alpha
9
10 Gentoo-Bug: 606330
11
12 dev-python/hypothesis/hypothesis-3.6.0-r1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-python/hypothesis/hypothesis-3.6.0-r1.ebuild b/dev-python/hypothesis/hypothesis-3.6.0-r1.ebuild
16 index 507ba70..66595fa 100644
17 --- a/dev-python/hypothesis/hypothesis-3.6.0-r1.ebuild
18 +++ b/dev-python/hypothesis/hypothesis-3.6.0-r1.ebuild
19 @@ -15,7 +15,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
20
21 LICENSE="MPL-2.0"
22 SLOT="0"
23 -KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86"
24 +KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86"
25 IUSE=""
26
27 RDEPEND="$(python_gen_cond_dep 'dev-python/enum34[${PYTHON_USEDEP}]' 'python2*')"