diff options
author | Alex Fan <alex.fan.q@gmail.com> | 2021-12-12 18:31:41 +1100 |
---|---|---|
committer | Yixun Lan <dlan@gentoo.org> | 2021-12-13 10:56:57 +0800 |
commit | 67f5ddfc1a6a41eaa995e90eb56d3c65fdcdec28 (patch) | |
tree | b1c7cb3f73768f2b64b4c49482795e407f92f085 /dev-python/timeout-decorator | |
parent | dev-python/stdio-mgr: keyword 1.0.1 for ~riscv (diff) | |
download | gentoo-67f5ddfc1a6a41eaa995e90eb56d3c65fdcdec28.tar.gz gentoo-67f5ddfc1a6a41eaa995e90eb56d3c65fdcdec28.tar.bz2 gentoo-67f5ddfc1a6a41eaa995e90eb56d3c65fdcdec28.zip |
dev-python/timeout-decorator: keyword 0.5.0 for ~riscv
Signed-off-by: Alex Fan <alex.fan.q@gmail.com>
Signed-off-by: Yixun Lan <dlan@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 f6a8d5499a68..ca859dab938c 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 arm64 ppc ppc64 sparc x86" +KEYWORDS="amd64 arm arm64 ppc ppc64 ~riscv sparc x86" distutils_enable_tests pytest |