Gentoo Archives: gentoo-commits

From: Alexis Ballier <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/hacking/
Date: Mon, 10 Jul 2017 13:15:24
Message-Id: 1499692514.cfad7e0ab9fd45d2db83a263370c0046a7573c46.aballier@gentoo
1 commit: cfad7e0ab9fd45d2db83a263370c0046a7573c46
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jul 10 12:42:28 2017 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Mon Jul 10 13:15:14 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cfad7e0a
7
8 dev-python/hacking: keyword ~arm64
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.2
11
12 dev-python/hacking/hacking-0.9.6.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-python/hacking/hacking-0.9.6.ebuild b/dev-python/hacking/hacking-0.9.6.ebuild
16 index 2302e3d57ad..305cf9d9ca2 100644
17 --- a/dev-python/hacking/hacking-0.9.6.ebuild
18 +++ b/dev-python/hacking/hacking-0.9.6.ebuild
19 @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
20
21 LICENSE="Apache-2.0"
22 SLOT="0"
23 -KEYWORDS="~amd64 ~hppa ~ppc64 ~x86 ~amd64-linux ~x86-linux"
24 +KEYWORDS="~amd64 ~arm64 ~hppa ~ppc64 ~x86 ~amd64-linux ~x86-linux"
25 IUSE="doc test"
26
27 RDEPEND="~dev-python/pep8-1.5.6[${PYTHON_USEDEP}]