From 2be95c557c4a6700f1f303090c118d5b87759b95 Mon Sep 17 00:00:00 2001 From: Ye Cao Date: Mon, 28 Jun 2021 15:38:09 +0800 Subject: [PATCH] dev-python/retry-decorator: add ~riscv keyword Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Ye Cao Signed-off-by: Yixun Lan --- dev-python/retry-decorator/retry-decorator-1.1.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/retry-decorator/retry-decorator-1.1.1.ebuild b/dev-python/retry-decorator/retry-decorator-1.1.1.ebuild index 29acc4e665991..8d6cb60a8ce0a 100644 --- a/dev-python/retry-decorator/retry-decorator-1.1.1.ebuild +++ b/dev-python/retry-decorator/retry-decorator-1.1.1.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://github.com/pnpnpn/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="amd64 arm x86" +KEYWORDS="amd64 arm ~riscv x86" DOCS=( README.rst )