diff options
author | Alexis Ballier <aballier@gentoo.org> | 2017-06-23 08:01:17 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2017-06-23 08:01:17 +0200 |
commit | 58e54c4c74a9e4a908b48686ef2a9c46fd0b25bf (patch) | |
tree | ba5c71542e6a9cfeee17b96e2512a438eb84aee0 /dev-python/mox3 | |
parent | dev-python/future: keyword ~arm64 (diff) | |
download | gentoo-58e54c4c74a9e4a908b48686ef2a9c46fd0b25bf.tar.gz gentoo-58e54c4c74a9e4a908b48686ef2a9c46fd0b25bf.tar.bz2 gentoo-58e54c4c74a9e4a908b48686ef2a9c46fd0b25bf.zip |
dev-python/mox3: keyword ~arm64
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'dev-python/mox3')
-rw-r--r-- | dev-python/mox3/mox3-0.12.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/mox3/mox3-0.12.0.ebuild b/dev-python/mox3/mox3-0.12.0.ebuild index 688a99a7c191..d34633d97b0f 100644 --- a/dev-python/mox3/mox3-0.12.0.ebuild +++ b/dev-python/mox3/mox3-0.12.0.ebuild @@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~arm64 ~x86" IUSE="doc test" CDEPEND=">=dev-python/pbr-1.8[${PYTHON_USEDEP}]" |