commit: 0857a5ba27a271dff1d1d8ff62178c2f4bc002ca
Author: Atharva <atharvaamritkar <AT> protonmail <DOT> com>
AuthorDate: Fri Jul 22 15:50:27 2022 +0000
Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Sat Jul 23 15:41:04 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0857a5ba
dev-util/hermes: keywording ~riscv
Signed-off-by: Atharva <atharvaamritkar <AT> protonmail.com>
Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
dev-util/hermes/hermes-2.9.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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"