summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjinqiang zhang <peeweep@0x0.ee>2023-02-17 20:26:22 +0800
committerYixun Lan <dlan@gentoo.org>2023-02-17 21:21:50 +0800
commitd89e083326d7237fde65a28f7016799fbc8e4c98 (patch)
treece18da0e2083ce65af291dc68f5cd7ad23839fa5 /dev-util
parentpackage.mask: Last rite dev-python/cov-core (diff)
downloadgentoo-d89e083326d7237fde65a28f7016799fbc8e4c98.tar.gz
gentoo-d89e083326d7237fde65a28f7016799fbc8e4c98.tar.bz2
gentoo-d89e083326d7237fde65a28f7016799fbc8e4c98.zip
dev-util/sh: Keyword 3.6.0 riscv, #895114
Closes: https://github.com/gentoo/gentoo/pull/29630 Signed-off-by: jinqiang zhang <peeweep@0x0.ee> Signed-off-by: Yixun Lan <dlan@gentoo.org>
Diffstat (limited to 'dev-util')
-rw-r--r--dev-util/sh/sh-3.6.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-util/sh/sh-3.6.0.ebuild b/dev-util/sh/sh-3.6.0.ebuild
index ea48ab9e9b7d..5fbc2cb45333 100644
--- a/dev-util/sh/sh-3.6.0.ebuild
+++ b/dev-util/sh/sh-3.6.0.ebuild
@@ -14,7 +14,7 @@ if [[ ${PV} == *9999 ]]; then
else
SRC_URI="https://github.com/mvdan/sh/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
SRC_URI+=" https://dev.gentoo.org/~sam/distfiles/${CATEGORY}/${PN}/${P}-deps.tar.xz"
- KEYWORDS="~amd64 ~arm64 ~x86"
+ KEYWORDS="~amd64 ~arm64 ~riscv ~x86"
S="${WORKDIR}/${PN//fmt/}-${PV}"
fi