Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/html5lib/
Date: Thu, 23 Nov 2017 22:31:45
Message-Id: 1511476288.fea4aba8c32171c4f990285c757005369b8b9c43.mattst88@gentoo
1 commit: fea4aba8c32171c4f990285c757005369b8b9c43
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Thu Nov 23 22:29:24 2017 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Thu Nov 23 22:31:28 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fea4aba8
7
8 dev-python/html5lib-0.999999999: added ~alpha, bug 617914
9
10 dev-python/html5lib/html5lib-0.999999999.ebuild | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13 diff --git a/dev-python/html5lib/html5lib-0.999999999.ebuild b/dev-python/html5lib/html5lib-0.999999999.ebuild
14 index 7e238cc4804..794654fac31 100644
15 --- a/dev-python/html5lib/html5lib-0.999999999.ebuild
16 +++ b/dev-python/html5lib/html5lib-0.999999999.ebuild
17 @@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
18
19 LICENSE="MIT"
20 SLOT="0"
21 -KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~x86"
22 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~x86"
23 IUSE="test"
24
25 RDEPEND="dev-python/six[${PYTHON_USEDEP}]