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