diff options
author | Atharva <atharvaamritkar@protonmail.com> | 2022-07-22 20:22:55 +0530 |
---|---|---|
committer | Jakov Smolić <jsmolic@gentoo.org> | 2022-07-23 17:41:05 +0200 |
commit | 205fdb26f06369a5168237cc9efb4cb9392a7870 (patch) | |
tree | b2820f28aa7abf8e7c3a453ae529c8e22e7e1a16 /sys-cluster | |
parent | dev-util/hermes: keywording ~riscv (diff) | |
download | gentoo-205fdb26f06369a5168237cc9efb4cb9392a7870.tar.gz gentoo-205fdb26f06369a5168237cc9efb4cb9392a7870.tar.bz2 gentoo-205fdb26f06369a5168237cc9efb4cb9392a7870.zip |
sys-cluster/lmod: keywording ~riscv
Signed-off-by: Atharva <atharvaamritkar@protonmail.com>
Closes: https://github.com/gentoo/gentoo/pull/26508
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'sys-cluster')
-rw-r--r-- | sys-cluster/lmod/lmod-8.5.6.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-cluster/lmod/lmod-8.5.6.ebuild b/sys-cluster/lmod/lmod-8.5.6.ebuild index a833cb1dde24..9d9f762ccb43 100644 --- a/sys-cluster/lmod/lmod-8.5.6.ebuild +++ b/sys-cluster/lmod/lmod-8.5.6.ebuild @@ -15,7 +15,7 @@ if [[ ${PV} == 9999 ]]; then else SRC_URI="https://github.com/TACC/Lmod/archive/${PV}.tar.gz -> ${P}.tar.gz" S="${WORKDIR}"/Lmod-${PV} - KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc ~x86" + KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86" fi LICENSE="MIT" |