Gentoo Archives: gentoo-commits

From: Markus Meier <maekke@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/html5lib/
Date: Fri, 26 May 2017 18:36:45
Message-Id: 1495823787.c4758f10884c1d9ed499162696c0e2e69a78a003.maekke@gentoo
1 commit: c4758f10884c1d9ed499162696c0e2e69a78a003
2 Author: Markus Meier <maekke <AT> gentoo <DOT> org>
3 AuthorDate: Fri May 26 18:36:27 2017 +0000
4 Commit: Markus Meier <maekke <AT> gentoo <DOT> org>
5 CommitDate: Fri May 26 18:36:27 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4758f10
7
8 dev-python/html5lib: add ~arm, bug #617914
9
10 Package-Manager: Portage-2.3.5, Repoman-2.3.1
11 RepoMan-Options: --include-arches="arm"
12
13 dev-python/html5lib/html5lib-0.999999999.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/dev-python/html5lib/html5lib-0.999999999.ebuild b/dev-python/html5lib/html5lib-0.999999999.ebuild
17 index 48d525c1dae..35ca43d2db9 100644
18 --- a/dev-python/html5lib/html5lib-0.999999999.ebuild
19 +++ b/dev-python/html5lib/html5lib-0.999999999.ebuild
20 @@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
21
22 LICENSE="MIT"
23 SLOT="0"
24 -KEYWORDS="~amd64 ~arm64 ~hppa ~ppc64"
25 +KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc64"
26 IUSE="test"
27
28 RDEPEND="dev-python/six[${PYTHON_USEDEP}]