Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/timeout-decorator/
Date: Mon, 07 Feb 2022 22:29:08
Message-Id: 1644272915.a506773753d1902d98a009b471f8496a1bf36ee2.sam@gentoo
1 commit: a506773753d1902d98a009b471f8496a1bf36ee2
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 7 22:28:35 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 7 22:28:35 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5067737
7
8 dev-python/timeout-decorator: Keyword 0.5.0 s390, #831852
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 dev-python/timeout-decorator/timeout-decorator-0.5.0.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-python/timeout-decorator/timeout-decorator-0.5.0.ebuild b/dev-python/timeout-decorator/timeout-decorator-0.5.0.ebuild
16 index d4a818e6317e..3f460e2727bf 100644
17 --- a/dev-python/timeout-decorator/timeout-decorator-0.5.0.ebuild
18 +++ b/dev-python/timeout-decorator/timeout-decorator-0.5.0.ebuild
19 @@ -20,6 +20,6 @@ S=${WORKDIR}/${MY_P}
20
21 LICENSE="MIT"
22 SLOT="0"
23 -KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv sparc x86"
24 +KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc x86"
25
26 distutils_enable_tests pytest