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/rebulk/
Date: Wed, 19 Jul 2017 18:06:14
Message-Id: 1500487544.38de01153307295f3103b0ce9513dc2050c7ddbc.klausman@gentoo
1 commit: 38de01153307295f3103b0ce9513dc2050c7ddbc
2 Author: Tobias Klausmann <klausman <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jul 19 17:30:47 2017 +0000
4 Commit: Tobias Klausmann <klausman <AT> gentoo <DOT> org>
5 CommitDate: Wed Jul 19 18:05:44 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38de0115
7
8 dev-python/rebulk-0.9.0-r0: amd64 stable
9
10 Gentoo-Bug: 625414
11
12 dev-python/rebulk/rebulk-0.9.0.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-python/rebulk/rebulk-0.9.0.ebuild b/dev-python/rebulk/rebulk-0.9.0.ebuild
16 index d2d95bd81f6..712c0f8e7a6 100644
17 --- a/dev-python/rebulk/rebulk-0.9.0.ebuild
18 +++ b/dev-python/rebulk/rebulk-0.9.0.ebuild
19 @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
20
21 LICENSE="MIT Apache-2.0"
22 SLOT="0"
23 -KEYWORDS="~amd64 ~x86"
24 +KEYWORDS="amd64 ~x86"
25 IUSE="test"
26
27 RDEPEND="dev-python/six[${PYTHON_USEDEP}]"