Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/lmod/
Date: Thu, 29 Apr 2021 14:19:33
Message-Id: 1619705943.603a90971274bfb11c4bbced57bd4ff18d78788f.sam@gentoo
1 commit: 603a90971274bfb11c4bbced57bd4ff18d78788f
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Thu Apr 29 06:44:40 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Thu Apr 29 14:19:03 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=603a9097
7
8 sys-cluster/lmod: Keyword 8.4.20 ppc, #773313
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 sys-cluster/lmod/lmod-8.4.20.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/sys-cluster/lmod/lmod-8.4.20.ebuild b/sys-cluster/lmod/lmod-8.4.20.ebuild
16 index 3215d3471fb..b8c9fbcde3b 100644
17 --- a/sys-cluster/lmod/lmod-8.4.20.ebuild
18 +++ b/sys-cluster/lmod/lmod-8.4.20.ebuild
19 @@ -15,7 +15,7 @@ if [[ ${PV} == 9999 ]]; then
20 else
21 SRC_URI="https://github.com/TACC/Lmod/archive/${PV}.tar.gz -> ${P}.tar.gz"
22 S="${WORKDIR}"/Lmod-${PV}
23 - KEYWORDS="~amd64 ~arm ~sparc ~x86"
24 + KEYWORDS="~amd64 ~arm ~ppc ~sparc ~x86"
25 fi
26
27 LICENSE="MIT"