diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2022-01-27 21:36:56 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2022-01-27 21:36:56 +0200 |
commit | b02e0b1c6ef29c4c4561fdbd8224c774f493485c (patch) | |
tree | 91a2f5b542838b50d5c51677a8c99276a763316f /dev-python/ordered-set | |
parent | dev-python/redis-py: add 4.1.2 (diff) | |
download | gentoo-b02e0b1c6ef29c4c4561fdbd8224c774f493485c.tar.gz gentoo-b02e0b1c6ef29c4c4561fdbd8224c774f493485c.tar.bz2 gentoo-b02e0b1c6ef29c4c4561fdbd8224c774f493485c.zip |
dev-python/ordered-set: Keyword 4.1.0 ia64, #832036
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-python/ordered-set')
-rw-r--r-- | dev-python/ordered-set/ordered-set-4.1.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/ordered-set/ordered-set-4.1.0.ebuild b/dev-python/ordered-set/ordered-set-4.1.0.ebuild index 49c6cf38156d..17887ceb8c10 100644 --- a/dev-python/ordered-set/ordered-set-4.1.0.ebuild +++ b/dev-python/ordered-set/ordered-set-4.1.0.ebuild @@ -14,6 +14,6 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~m68k ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~m68k ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" distutils_enable_tests pytest |