diff options
-rw-r--r-- | dev-python/rednose/rednose-0.4.1.ebuild | 2 | ||||
-rw-r--r-- | 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 f1f553bca58c..71ff996e3d1d 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 541a9829b1e1..75bdd43e2c56 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}]" |