Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/timeout-decorator/
Date: Thu, 24 Jun 2021 15:07:21
Message-Id: 1624547219.fbe6f700a041cf19242d9bb95b81a9f2d24510af.slyfox@gentoo
1 commit: fbe6f700a041cf19242d9bb95b81a9f2d24510af
2 Author: Rolf Eike Beer <eike <AT> sf-mail <DOT> de>
3 AuthorDate: Thu Jun 24 13:42:25 2021 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Thu Jun 24 15:06:59 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fbe6f700
7
8 dev-python/timeout-decorator: keyworded 0.5.0 for sparc, bug #796254
9
10 Package-Manager: Portage-3.0.20, Repoman-3.0.2
11 RepoMan-Options: --include-arches="sparc"
12 Signed-off-by: Rolf Eike Beer <eike <AT> sf-mail.de>
13 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
14
15 dev-python/timeout-decorator/timeout-decorator-0.5.0.ebuild | 2 +-
16 1 file changed, 1 insertion(+), 1 deletion(-)
17
18 diff --git a/dev-python/timeout-decorator/timeout-decorator-0.5.0.ebuild b/dev-python/timeout-decorator/timeout-decorator-0.5.0.ebuild
19 index c8cd23b5e34..3d7f90dd9ad 100644
20 --- a/dev-python/timeout-decorator/timeout-decorator-0.5.0.ebuild
21 +++ b/dev-python/timeout-decorator/timeout-decorator-0.5.0.ebuild
22 @@ -20,6 +20,6 @@ S=${WORKDIR}/${MY_P}
23
24 LICENSE="MIT"
25 SLOT="0"
26 -KEYWORDS="amd64 ~arm x86"
27 +KEYWORDS="amd64 ~arm ~sparc x86"
28
29 distutils_enable_tests pytest