diff options
author | Atharva <atharvaamritkar@protonmail.com> | 2022-07-22 21:20:27 +0530 |
---|---|---|
committer | Jakov Smolić <jsmolic@gentoo.org> | 2022-07-23 17:41:04 +0200 |
commit | 0857a5ba27a271dff1d1d8ff62178c2f4bc002ca (patch) | |
tree | 6e729041fa166bc25607b28b1a58fb3d147f94bd /dev-util/hermes | |
parent | dev-db/sqlite: add 3.39.2 (diff) | |
download | gentoo-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/hermes')
-rw-r--r-- | dev-util/hermes/hermes-2.9.ebuild | 2 |
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" |