commit: 85422f0d22bd8cb4fa76884e2b1bc93504a6b809 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org> AuthorDate: Mon Jul 10 13:15:06 2017 +0000 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org> CommitDate: Mon Jul 10 13:15:15 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85422f0d
dev-python/backports-functools-lru-cache: keyword ~arm64 Package-Manager: Portage-2.3.6, Repoman-2.3.2 .../backports-functools-lru-cache-1.4-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/backports-functools-lru-cache/backports-functools-lru-cache-1.4-r1.ebuild b/dev-python/backports-functools-lru-cache/backports-functools-lru-cache-1.4-r1.ebuild index 7fa5245b15a..f0284f1e4d5 100644 --- a/dev-python/backports-functools-lru-cache/backports-functools-lru-cache-1.4-r1.ebuild +++ b/dev-python/backports-functools-lru-cache/backports-functools-lru-cache-1.4-r1.ebuild @@ -15,7 +15,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="amd64 ~arm ~ia64 x86" +KEYWORDS="amd64 ~arm ~arm64 ~ia64 x86" IUSE="doc test" RDEPEND="dev-python/backports[${PYTHON_USEDEP}]"