dev-python/scandir: adding arm64 keyword for pathlib2
authorMatthew Thode <prometheanfire@gentoo.org>
Tue, 13 Feb 2018 21:26:52 +0000 (15:26 -0600)
committerMatthew Thode <prometheanfire@gentoo.org>
Tue, 13 Feb 2018 22:03:39 +0000 (16:03 -0600)
Package-Manager: Portage-2.3.19, Repoman-2.3.6

dev-python/scandir/scandir-1.6.ebuild

index 536cb8ec1db72021440bd84f1c5419f259444f14..dc46e4b8dd2acea0cdafad4e4c21e02e3b903852 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~x86"
 IUSE="test"
 
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"