From 036d5e629b8f076cfc5585d3b2fd9a56d73463d3 Mon Sep 17 00:00:00 2001 From: Alexis Ballier Date: Sat, 15 Jul 2017 15:32:58 +0200 Subject: [PATCH] dev-python/restkit: keyword ~arm64 Package-Manager: Portage-2.3.6, Repoman-2.3.2 --- dev-python/restkit/restkit-4.2.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/restkit/restkit-4.2.2.ebuild b/dev-python/restkit/restkit-4.2.2.ebuild index b02f7bc28dfb5..0302d85a8b479 100644 --- a/dev-python/restkit/restkit-4.2.2.ebuild +++ b/dev-python/restkit/restkit-4.2.2.ebuild @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="amd64 arm ppc64 ~s390 ~sh x86" +KEYWORDS="amd64 arm ~arm64 ppc64 ~s390 ~sh x86" IUSE="+cli doc examples test" PY27_USEDEP="$(python_gen_usedep python2_7)"