commit: e80fee90413bacbb127612557bfd918fd2481147
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 7 09:33:44 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Feb 7 09:34:26 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e80fee90
dev-python/timeout-decorator: Keyword 0.5.0 ia64, #831852
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-python/timeout-decorator/timeout-decorator-0.5.0.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/timeout-decorator/timeout-decorator-0.5.0.ebuild
b/dev-python/timeout-decorator/timeout-decorator-0.5.0.ebuild
index ca859dab938c..a7df18588e12 100644
--- a/dev-python/timeout-decorator/timeout-decorator-0.5.0.ebuild
+++ b/dev-python/timeout-decorator/timeout-decorator-0.5.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2021 Gentoo Authors
+# Copyright 2021-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -20,6 +20,6 @@ S=${WORKDIR}/${MY_P}
LICENSE="MIT"
SLOT="0"
-KEYWORDS="amd64 arm arm64 ppc ppc64 ~riscv sparc x86"
+KEYWORDS="amd64 arm arm64 ~ia64 ppc ppc64 ~riscv sparc x86"
distutils_enable_tests pytest