diff options
author | Alexis Ballier <aballier@gentoo.org> | 2017-06-19 20:02:09 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2017-06-19 20:12:26 +0200 |
commit | 2e4f8c2f7271677255b3326991e084c44d6354c1 (patch) | |
tree | a403fe7be1a8d345bbb260887782a3d8d81ebe6f /dev-python/rednose | |
parent | dev-python/sure: keyword ~arm64 (diff) | |
download | gentoo-2e4f8c2f7271677255b3326991e084c44d6354c1.tar.gz gentoo-2e4f8c2f7271677255b3326991e084c44d6354c1.tar.bz2 gentoo-2e4f8c2f7271677255b3326991e084c44d6354c1.zip |
dev-python/rednose: keyword ~arm64
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'dev-python/rednose')
-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}]" |