summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAtharva <atharvaamritkar@protonmail.com>2022-07-22 21:20:27 +0530
committerJakov Smolić <jsmolic@gentoo.org>2022-07-23 17:41:04 +0200
commit0857a5ba27a271dff1d1d8ff62178c2f4bc002ca (patch)
tree6e729041fa166bc25607b28b1a58fb3d147f94bd /dev-util
parentdev-db/sqlite: add 3.39.2 (diff)
downloadgentoo-0857a5ba27a271dff1d1d8ff62178c2f4bc002ca.tar.gz
gentoo-0857a5ba27a271dff1d1d8ff62178c2f4bc002ca.tar.bz2
gentoo-0857a5ba27a271dff1d1d8ff62178c2f4bc002ca.zip
dev-util/hermes: keywording ~riscv
Signed-off-by: Atharva <atharvaamritkar@protonmail.com> Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'dev-util')
-rw-r--r--dev-util/hermes/hermes-2.9.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-util/hermes/hermes-2.9.ebuild b/dev-util/hermes/hermes-2.9.ebuild
index 672828c5e1b2..e3a8b6c0f09c 100644
--- a/dev-util/hermes/hermes-2.9.ebuild
+++ b/dev-util/hermes/hermes-2.9.ebuild
@@ -14,7 +14,7 @@ if [[ "${PV}" == *9999 ]]; then
else
SRC_URI="https://github.com/TACC/Hermes/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/${P^}"
- KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc ~x86"
+ KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
fi
LICENSE="MIT"