commit: ac6b5ef580870c0f4fbe3f1249d5c17a996ef82d
Author: Guilherme Amadio <amadio <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 22 13:37:42 2021 +0000
Commit: Guilherme Amadio <amadio <AT> gentoo <DOT> org>
CommitDate: Tue Jun 22 13:38:57 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac6b5ef5
sys-cluster/lmod: sync KEYWORDS with live ebuild
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Guilherme Amadio <amadio <AT> gentoo.org>
sys-cluster/lmod/lmod-9999.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys-cluster/lmod/lmod-9999.ebuild
b/sys-cluster/lmod/lmod-9999.ebuild
index 4cbf6b21b9b..b8c9fbcde3b 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 ~x86"
+ KEYWORDS="~amd64 ~arm ~ppc ~sparc ~x86"
fi
LICENSE="MIT"