Gentoo Archives: gentoo-commits

From: Matt Thode <prometheanfire@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/scandir/
Date: Tue, 13 Feb 2018 22:03:57
Message-Id: 1518559419.7bae3618abf51ffb35a165f2a6dc4489948a7aef.prometheanfire@gentoo
1 commit: 7bae3618abf51ffb35a165f2a6dc4489948a7aef
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 13 21:26:52 2018 +0000
4 Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 13 22:03:39 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7bae3618
7
8 dev-python/scandir: adding arm64 keyword for pathlib2
9
10 Package-Manager: Portage-2.3.19, Repoman-2.3.6
11
12 dev-python/scandir/scandir-1.6.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-python/scandir/scandir-1.6.ebuild b/dev-python/scandir/scandir-1.6.ebuild
16 index 536cb8ec1db..dc46e4b8dd2 100644
17 --- a/dev-python/scandir/scandir-1.6.ebuild
18 +++ b/dev-python/scandir/scandir-1.6.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2017 Gentoo Foundation
21 +# Copyright 1999-2018 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=6
25 @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
26
27 LICENSE="BSD"
28 SLOT="0"
29 -KEYWORDS="~amd64 ~x86"
30 +KEYWORDS="~amd64 ~arm64 ~x86"
31 IUSE="test"
32
33 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"