diff options
author | Aaron Bauman <bman@gentoo.org> | 2019-07-22 11:57:04 -0400 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2019-07-22 11:57:50 -0400 |
commit | cbe8ec41561f940a92c7cf4bc5894800384c03cf (patch) | |
tree | 381168f8ef1e9dd67e1e2fc0149a3a1148573e4d /dev-python/toml | |
parent | dev-python/tox: arm64 keyworded (bug #685868) (diff) | |
download | gentoo-cbe8ec41561f940a92c7cf4bc5894800384c03cf.tar.gz gentoo-cbe8ec41561f940a92c7cf4bc5894800384c03cf.tar.bz2 gentoo-cbe8ec41561f940a92c7cf4bc5894800384c03cf.zip |
dev-python/toml: 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/toml')
-rw-r--r-- | dev-python/toml/toml-0.10.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/toml/toml-0.10.0.ebuild b/dev-python/toml/toml-0.10.0.ebuild index ae782ee485d1..33d6dd0e398f 100644 --- a/dev-python/toml/toml-0.10.0.ebuild +++ b/dev-python/toml/toml-0.10.0.ebuild @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~hppa ~ia64 ~sparc ~x86" +KEYWORDS="~amd64 ~arm64 ~hppa ~ia64 ~sparc ~x86" # peculiar testing depending on https://github.com/BurntSushi/toml-test. Not # particularly worth the trouble. |