summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2019-06-27 08:04:30 +0100
committerSergei Trofimovich <slyfox@gentoo.org>2019-06-27 08:04:30 +0100
commite76ec573c493b58d6d2b237e5dd137d18e8c313d (patch)
tree52068060282a9406096db14fc200fcc3e4e60958 /dev-python/toml
parentdev-python/filelock: keyworded 3.0.10 for ia64, bug #685868 (diff)
downloadgentoo-e76ec573c493b58d6d2b237e5dd137d18e8c313d.tar.gz
gentoo-e76ec573c493b58d6d2b237e5dd137d18e8c313d.tar.bz2
gentoo-e76ec573c493b58d6d2b237e5dd137d18e8c313d.zip
dev-python/toml: keyworded 0.10.0 for ia64, bug #685868
Package-Manager: Portage-2.3.67, Repoman-2.3.16 RepoMan-Options: --include-arches="ia64" Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'dev-python/toml')
-rw-r--r--dev-python/toml/toml-0.10.0.ebuild2
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 ad45d93349b5..6f9915920a42 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 ~sparc ~x86"
+KEYWORDS="~amd64 ~ia64 ~sparc ~x86"
# peculiar testing depending on https://github.com/BurntSushi/toml-test. Not
# particularly worth the trouble.