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/pathlib2/
Date: Fri, 23 Jun 2017 05:20:15
Message-Id: 1498195192.d7193d085e748d0ef950484c6fb40ad456d4b51d.aballier@gentoo
1 commit: d7193d085e748d0ef950484c6fb40ad456d4b51d
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jun 23 05:19:35 2017 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Fri Jun 23 05:19:52 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7193d08
7
8 dev-python/pathlib2: keyword ~arm64
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.2
11
12 dev-python/pathlib2/pathlib2-2.1.0.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-python/pathlib2/pathlib2-2.1.0.ebuild b/dev-python/pathlib2/pathlib2-2.1.0.ebuild
16 index 6505d7afac2..22c3255434e 100644
17 --- a/dev-python/pathlib2/pathlib2-2.1.0.ebuild
18 +++ b/dev-python/pathlib2/pathlib2-2.1.0.ebuild
19 @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/p/pathlib2/${P}.tar.gz"
20
21 LICENSE="MIT"
22 SLOT="0"
23 -KEYWORDS="~amd64 ~x86"
24 +KEYWORDS="~amd64 ~arm64 ~x86"
25 IUSE=""
26
27 RDEPEND="dev-python/six[${PYTHON_USEDEP}]"