diff options
author | Jakov Smolić <jsmolic@gentoo.org> | 2022-07-25 11:18:52 +0200 |
---|---|---|
committer | Jakov Smolić <jsmolic@gentoo.org> | 2022-07-25 11:18:52 +0200 |
commit | 021e86ceee836ee02a8f61a87988114529bf4b08 (patch) | |
tree | a1108b2ce8c1fb239577d0a7c0c702ecbe5349b8 /sys-cluster | |
parent | app-doc/eclass-manpages: Drop sys-apps/groff from dependencies (diff) | |
download | gentoo-021e86ceee836ee02a8f61a87988114529bf4b08.tar.gz gentoo-021e86ceee836ee02a8f61a87988114529bf4b08.tar.bz2 gentoo-021e86ceee836ee02a8f61a87988114529bf4b08.zip |
sys-cluster/lmod: Keyword 8.6.14 ~riscv
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'sys-cluster')
-rw-r--r-- | sys-cluster/lmod/lmod-8.6.14.ebuild | 2 | ||||
-rw-r--r-- | sys-cluster/lmod/lmod-9999.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/sys-cluster/lmod/lmod-8.6.14.ebuild b/sys-cluster/lmod/lmod-8.6.14.ebuild index bc7982fe13b0..b2d53897161a 100644 --- a/sys-cluster/lmod/lmod-8.6.14.ebuild +++ b/sys-cluster/lmod/lmod-8.6.14.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" diff --git a/sys-cluster/lmod/lmod-9999.ebuild b/sys-cluster/lmod/lmod-9999.ebuild index a833cb1dde24..b2d53897161a 100644 --- a/sys-cluster/lmod/lmod-9999.ebuild +++ b/sys-cluster/lmod/lmod-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 @@ 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" |