diff options
author | Jakov Smolić <jsmolic@gentoo.org> | 2022-07-23 17:38:07 +0200 |
---|---|---|
committer | Jakov Smolić <jsmolic@gentoo.org> | 2022-07-23 17:41:06 +0200 |
commit | 76f85a9e6f4c115f7cbb691c1b2f54abde73403b (patch) | |
tree | 6cbfca9365781055d5174b90151098b11cc8ad72 /dev-util | |
parent | sys-cluster/lmod: keywording ~riscv (diff) | |
download | gentoo-76f85a9e6f4c115f7cbb691c1b2f54abde73403b.tar.gz gentoo-76f85a9e6f4c115f7cbb691c1b2f54abde73403b.tar.bz2 gentoo-76f85a9e6f4c115f7cbb691c1b2f54abde73403b.zip |
dev-util/hermes: Forward ~riscv to 9999
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/hermes/hermes-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-util/hermes/hermes-9999.ebuild b/dev-util/hermes/hermes-9999.ebuild index e616c7382f47..8e7af2731b12 100644 --- a/dev-util/hermes/hermes-9999.ebuild +++ b/dev-util/hermes/hermes-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -15,7 +15,7 @@ else COMMIT="b99622087233178368cff6cf38ec72fa01dfd8a6" SRC_URI="https://github.com/TACC/Hermes/archive/${COMMIT}.tar.gz -> ${P}.tar.gz" S="${WORKDIR}"/Hermes-${PV} - KEYWORDS="~amd64 ~x86" + KEYWORDS="~amd64 ~riscv ~x86" fi LICENSE="MIT" |