diff options
author | 2021-07-08 08:10:54 +0100 | |
---|---|---|
committer | 2021-07-08 08:10:54 +0100 | |
commit | ccc2960420125db2c25179a4ea7e7975e61e4a64 (patch) | |
tree | 4bf184173e8880147088b7eb6c2da59779920df7 /dev-python/timeout-decorator | |
parent | dev-python/stdio-mgr: keyworded 1.0.1 for ppc64 (diff) | |
download | gentoo-ccc2960420125db2c25179a4ea7e7975e61e4a64.tar.gz gentoo-ccc2960420125db2c25179a4ea7e7975e61e4a64.tar.bz2 gentoo-ccc2960420125db2c25179a4ea7e7975e61e4a64.zip |
dev-python/timeout-decorator: keyworded 0.5.0 for ppc64
keyworded wrt bug #796254
Package-Manager: Portage-3.0.20, Repoman-3.0.3
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'dev-python/timeout-decorator')
-rw-r--r-- | dev-python/timeout-decorator/timeout-decorator-0.5.0.ebuild | 2 |
1 files changed, 1 insertions, 1 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 6d1f6c3486e2..073cfc250006 100644 --- a/dev-python/timeout-decorator/timeout-decorator-0.5.0.ebuild +++ b/dev-python/timeout-decorator/timeout-decorator-0.5.0.ebuild @@ -20,6 +20,6 @@ S=${WORKDIR}/${MY_P} LICENSE="MIT" SLOT="0" -KEYWORDS="amd64 ~arm ~ppc ~sparc x86" +KEYWORDS="amd64 ~arm ~ppc ~ppc64 ~sparc x86" distutils_enable_tests pytest |