diff options
author | Guilherme Amadio <amadio@gentoo.org> | 2021-06-22 15:37:42 +0200 |
---|---|---|
committer | Guilherme Amadio <amadio@gentoo.org> | 2021-06-22 15:38:57 +0200 |
commit | ac6b5ef580870c0f4fbe3f1249d5c17a996ef82d (patch) | |
tree | 5c02c00c8a545c209be38e998a93d24f64cf7b2f /sys-cluster | |
parent | sys-cluster/lmod: drop old (diff) | |
download | gentoo-ac6b5ef580870c0f4fbe3f1249d5c17a996ef82d.tar.gz gentoo-ac6b5ef580870c0f4fbe3f1249d5c17a996ef82d.tar.bz2 gentoo-ac6b5ef580870c0f4fbe3f1249d5c17a996ef82d.zip |
sys-cluster/lmod: sync KEYWORDS with live ebuild
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Guilherme Amadio <amadio@gentoo.org>
Diffstat (limited to 'sys-cluster')
-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 4cbf6b21b9b0..b8c9fbcde3bf 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" |