diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2020-05-16 13:37:10 -0500 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2020-05-16 16:21:11 -0500 |
commit | 96cd62eac006a5ad219892d86ce93ec67add5ee5 (patch) | |
tree | 991c592148ea20dece9ea16b19d3e3f6edf8e82a /dev-python/tabulate | |
parent | dev-python/colorclass: add arm64 for tabulate (diff) | |
download | gentoo-96cd62eac006a5ad219892d86ce93ec67add5ee5.tar.gz gentoo-96cd62eac006a5ad219892d86ce93ec67add5ee5.tar.bz2 gentoo-96cd62eac006a5ad219892d86ce93ec67add5ee5.zip |
dev-python/tabulate: add arm64 for cinder
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'dev-python/tabulate')
-rw-r--r-- | dev-python/tabulate/tabulate-0.8.6.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/tabulate/tabulate-0.8.6.ebuild b/dev-python/tabulate/tabulate-0.8.6.ebuild index f59bcaa21a19..e52f049d3415 100644 --- a/dev-python/tabulate/tabulate-0.8.6.ebuild +++ b/dev-python/tabulate/tabulate-0.8.6.ebuild @@ -14,7 +14,7 @@ S="${WORKDIR}/python-${P}" SLOT="0" LICENSE="MIT" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux" IUSE="test" RESTRICT="!test? ( test )" |