From 2e4f8c2f7271677255b3326991e084c44d6354c1 Mon Sep 17 00:00:00 2001 From: Alexis Ballier Date: Mon, 19 Jun 2017 20:02:09 +0200 Subject: [PATCH] dev-python/rednose: keyword ~arm64 Package-Manager: Portage-2.3.6, Repoman-2.3.2 --- dev-python/rednose/rednose-0.4.1.ebuild | 2 +- dev-python/rednose/rednose-0.4.3.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/rednose/rednose-0.4.1.ebuild b/dev-python/rednose/rednose-0.4.1.ebuild index f1f553bca58ca..71ff996e3d1d1 100644 --- a/dev-python/rednose/rednose-0.4.1.ebuild +++ b/dev-python/rednose/rednose-0.4.1.ebuild @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="amd64 ppc64 x86" +KEYWORDS="amd64 ~arm64 ppc64 x86" IUSE="" DEPEND="" diff --git a/dev-python/rednose/rednose-0.4.3.ebuild b/dev-python/rednose/rednose-0.4.3.ebuild index 541a9829b1e18..75bdd43e2c56d 100644 --- a/dev-python/rednose/rednose-0.4.3.ebuild +++ b/dev-python/rednose/rednose-0.4.3.ebuild @@ -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="" CDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"