diff options
author | 2019-07-22 11:56:50 -0400 | |
---|---|---|
committer | 2019-07-22 11:57:49 -0400 | |
commit | cb3d75c631efaab133ed46049a129e9bd451bdbd (patch) | |
tree | afe3a88e0c8a865f8140bcdcdd3dc3b6c6ea6fd4 /dev-python/tox | |
parent | sys-process/vixie-cron: dekeyword riscv (diff) | |
download | gentoo-cb3d75c631efaab133ed46049a129e9bd451bdbd.tar.gz gentoo-cb3d75c631efaab133ed46049a129e9bd451bdbd.tar.bz2 gentoo-cb3d75c631efaab133ed46049a129e9bd451bdbd.zip |
dev-python/tox: arm64 keyworded (bug #685868)
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Package-Manager: Portage-2.3.69, Repoman-2.3.16
Diffstat (limited to 'dev-python/tox')
-rw-r--r-- | dev-python/tox/tox-3.12.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/tox/tox-3.12.1.ebuild b/dev-python/tox/tox-3.12.1.ebuild index 00af2159a863..60b49b252a61 100644 --- a/dev-python/tox/tox-3.12.1.ebuild +++ b/dev-python/tox/tox-3.12.1.ebuild @@ -13,7 +13,7 @@ SRC_URI="https://github.com/tox-dev/tox/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~ia64 ~sparc ~x86" +KEYWORDS="~amd64 ~arm64 ~ia64 ~sparc ~x86" # doc disabled because of missing deps in tree IUSE="test" |