diff options
author | Sam James <sam@gentoo.org> | 2021-03-28 08:11:21 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-03-28 08:11:21 +0100 |
commit | 750bdf87e3ca0469f86d0a1e1ef4bdcc94c64180 (patch) | |
tree | 43ab8f53b425958f84e4bcc85e76acec56aa2c46 /sys-cluster/lmod/lmod-8.4.20.ebuild | |
parent | dev-lua/luaposix: Keyword 35.0-r101 arm, #773313 (diff) | |
download | gentoo-750bdf87e3ca0469f86d0a1e1ef4bdcc94c64180.tar.gz gentoo-750bdf87e3ca0469f86d0a1e1ef4bdcc94c64180.tar.bz2 gentoo-750bdf87e3ca0469f86d0a1e1ef4bdcc94c64180.zip |
sys-cluster/lmod: Keyword 8.4.20 arm, #773313
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-cluster/lmod/lmod-8.4.20.ebuild')
-rw-r--r-- | sys-cluster/lmod/lmod-8.4.20.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-cluster/lmod/lmod-8.4.20.ebuild b/sys-cluster/lmod/lmod-8.4.20.ebuild index 07c80afa972d..3215d3471fb5 100644 --- a/sys-cluster/lmod/lmod-8.4.20.ebuild +++ b/sys-cluster/lmod/lmod-8.4.20.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 ~sparc ~x86" + KEYWORDS="~amd64 ~arm ~sparc ~x86" fi LICENSE="MIT" |