commit: 2e4f8c2f7271677255b3326991e084c44d6354c1
Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 19 18:02:09 2017 +0000
Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Mon Jun 19 18:12:26 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e4f8c2f
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 f1f553bca58..71ff996e3d1 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 541a9829b1e..75bdd43e2c5 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}]"