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, 08 Jul 2021 07:12:00
Message-Id: 1625728254.ccc2960420125db2c25179a4ea7e7975e61e4a64.slyfox@gentoo
1 commit: ccc2960420125db2c25179a4ea7e7975e61e4a64
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jul 8 07:10:54 2021 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Thu Jul 8 07:10:54 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ccc29604
7
8 dev-python/timeout-decorator: keyworded 0.5.0 for ppc64
9
10 keyworded wrt bug #796254
11
12 Package-Manager: Portage-3.0.20, Repoman-3.0.3
13 RepoMan-Options: --include-arches="ppc64"
14 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
15
16 dev-python/timeout-decorator/timeout-decorator-0.5.0.ebuild | 2 +-
17 1 file changed, 1 insertion(+), 1 deletion(-)
18
19 diff --git a/dev-python/timeout-decorator/timeout-decorator-0.5.0.ebuild b/dev-python/timeout-decorator/timeout-decorator-0.5.0.ebuild
20 index 6d1f6c3486e..073cfc25000 100644
21 --- a/dev-python/timeout-decorator/timeout-decorator-0.5.0.ebuild
22 +++ b/dev-python/timeout-decorator/timeout-decorator-0.5.0.ebuild
23 @@ -20,6 +20,6 @@ S=${WORKDIR}/${MY_P}
24
25 LICENSE="MIT"
26 SLOT="0"
27 -KEYWORDS="amd64 ~arm ~ppc ~sparc x86"
28 +KEYWORDS="amd64 ~arm ~ppc ~ppc64 ~sparc x86"
29
30 distutils_enable_tests pytest