diff options
author | Guilherme Amadio <amadio@gentoo.org> | 2021-11-25 13:15:36 +0100 |
---|---|---|
committer | Guilherme Amadio <amadio@gentoo.org> | 2021-11-25 15:02:41 +0100 |
commit | 2d8b5007c01b46d154b4b5926522531c0c111f0b (patch) | |
tree | 95d689f01ba5e5df034ccc1c5aaf58348336308a /sys-cluster/lmod | |
parent | sys-cluster/lmod: add keyword for arm64 (diff) | |
download | gentoo-2d8b5007c01b46d154b4b5926522531c0c111f0b.tar.gz gentoo-2d8b5007c01b46d154b4b5926522531c0c111f0b.tar.bz2 gentoo-2d8b5007c01b46d154b4b5926522531c0c111f0b.zip |
sys-cluster/lmod: sync KEYWORDS in live ebuild
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-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" |