diff options
author | Alexis Ballier <aballier@gentoo.org> | 2017-07-29 14:40:12 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2017-07-29 14:40:12 +0200 |
commit | 82d14c13108fe94a5356aac2b08453139931e586 (patch) | |
tree | b1e0e20e2a552657f9c22322f36e542b37233ea0 /dev-python/xlwt | |
parent | dev-ml/ocaml-webmachine: fix usedep on ocaml-dispatch (diff) | |
download | gentoo-82d14c13108fe94a5356aac2b08453139931e586.tar.gz gentoo-82d14c13108fe94a5356aac2b08453139931e586.tar.bz2 gentoo-82d14c13108fe94a5356aac2b08453139931e586.zip |
dev-python/xlwt: keyword ~arm64
Package-Manager: Portage-2.3.6, Repoman-2.3.3
Diffstat (limited to 'dev-python/xlwt')
-rw-r--r-- | dev-python/xlwt/xlwt-1.2.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/xlwt/xlwt-1.2.0.ebuild b/dev-python/xlwt/xlwt-1.2.0.ebuild index f6c1c545352b..f2f6f8804d9c 100644 --- a/dev-python/xlwt/xlwt-1.2.0.ebuild +++ b/dev-python/xlwt/xlwt-1.2.0.ebuild @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" IUSE="doc examples test" DEPEND=" |