summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Thode <prometheanfire@gentoo.org>2018-02-13 15:26:52 -0600
committerMatthew Thode <prometheanfire@gentoo.org>2018-02-13 16:03:39 -0600
commit7bae3618abf51ffb35a165f2a6dc4489948a7aef (patch)
tree01f085a795e173739c8f4285401e556d6a65c313 /dev-python
parentdev-python/setuptools_scm: splitting out test deps into use flags (diff)
downloadgentoo-7bae3618abf51ffb35a165f2a6dc4489948a7aef.tar.gz
gentoo-7bae3618abf51ffb35a165f2a6dc4489948a7aef.tar.bz2
gentoo-7bae3618abf51ffb35a165f2a6dc4489948a7aef.zip
dev-python/scandir: adding arm64 keyword for pathlib2
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/scandir/scandir-1.6.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/scandir/scandir-1.6.ebuild b/dev-python/scandir/scandir-1.6.ebuild
index 536cb8ec1db7..dc46e4b8dd2a 100644
--- a/dev-python/scandir/scandir-1.6.ebuild
+++ b/dev-python/scandir/scandir-1.6.ebuild
@@ -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}]"