diff options
Diffstat (limited to 'sys-cluster/lmod')
-rw-r--r-- | sys-cluster/lmod/lmod-8.5.6.ebuild | 2 | ||||
-rw-r--r-- | sys-cluster/lmod/lmod-9999.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sys-cluster/lmod/lmod-8.5.6.ebuild b/sys-cluster/lmod/lmod-8.5.6.ebuild index aa8df1b4b7f0..e41fae2778a4 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 ~ppc ~ppc64 ~sparc ~x86" + KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc ~x86" fi LICENSE="MIT" diff --git a/sys-cluster/lmod/lmod-9999.ebuild b/sys-cluster/lmod/lmod-9999.ebuild index b8c9fbcde3bf..629153f6eaa8 100644 --- a/sys-cluster/lmod/lmod-9999.ebuild +++ b/sys-cluster/lmod/lmod-9999.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 ~ppc ~sparc ~x86" + KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~sparc ~x86" fi LICENSE="MIT" |