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: Sun, 13 Jun 2021 03:45:29
Message-Id: 1623555762.b6a48b34da117f1fd08671643982dbe3fac39639.sam@gentoo
1 commit: b6a48b34da117f1fd08671643982dbe3fac39639
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jun 13 03:42:42 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sun Jun 13 03:42:42 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6a48b34
7
8 dev-python/timeout-decorator: Stabilize 0.5.0 x86, #790953
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 17eaf9705be..f77ef0b3beb 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 ~x86"
24 +KEYWORDS="amd64 x86"
25
26 distutils_enable_tests pytest