summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuilherme Amadio <amadio@gentoo.org>2021-11-25 13:13:09 +0100
committerGuilherme Amadio <amadio@gentoo.org>2021-11-25 15:02:41 +0100
commit266ad9a49421e9d134bd84eb411cd7ab4ea9807f (patch)
treea403866afa031a78abbcfe46fe2107080ef0d108 /sys-cluster/lmod
parentdev-lang/rakudo: Bump to 2021.10 (diff)
downloadgentoo-266ad9a49421e9d134bd84eb411cd7ab4ea9807f.tar.gz
gentoo-266ad9a49421e9d134bd84eb411cd7ab4ea9807f.tar.bz2
gentoo-266ad9a49421e9d134bd84eb411cd7ab4ea9807f.zip
sys-cluster/lmod: add keyword for arm64
Bug: https://bugs.gentoo.org/773313 Closes: https://github.com/gentoo/gentoo/pull/23020 Tested-by: Bob Dröge <b.e.droge@rug.nl> Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Guilherme Amadio <amadio@gentoo.org>
Diffstat (limited to 'sys-cluster/lmod')
-rw-r--r--sys-cluster/lmod/lmod-8.5.6.ebuild2
-rw-r--r--sys-cluster/lmod/lmod-9999.ebuild2
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"