Gentoo Archives: gentoo-commits

From: Guilherme Amadio <amadio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/lmod/
Date: Thu, 25 Nov 2021 14:03:30
Message-Id: 1637848961.2d8b5007c01b46d154b4b5926522531c0c111f0b.amadio@gentoo
1 commit: 2d8b5007c01b46d154b4b5926522531c0c111f0b
2 Author: Guilherme Amadio <amadio <AT> gentoo <DOT> org>
3 AuthorDate: Thu Nov 25 12:15:36 2021 +0000
4 Commit: Guilherme Amadio <amadio <AT> gentoo <DOT> org>
5 CommitDate: Thu Nov 25 14:02:41 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d8b5007
7
8 sys-cluster/lmod: sync KEYWORDS in live ebuild
9
10 Package-Manager: Portage-3.0.28, Repoman-3.0.3
11 Signed-off-by: Guilherme Amadio <amadio <AT> gentoo.org>
12
13 sys-cluster/lmod/lmod-9999.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/sys-cluster/lmod/lmod-9999.ebuild b/sys-cluster/lmod/lmod-9999.ebuild
17 index 629153f6eaa8..e41fae2778a4 100644
18 --- a/sys-cluster/lmod/lmod-9999.ebuild
19 +++ b/sys-cluster/lmod/lmod-9999.ebuild
20 @@ -15,7 +15,7 @@ if [[ ${PV} == 9999 ]]; then
21 else
22 SRC_URI="https://github.com/TACC/Lmod/archive/${PV}.tar.gz -> ${P}.tar.gz"
23 S="${WORKDIR}"/Lmod-${PV}
24 - KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~sparc ~x86"
25 + KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc ~x86"
26 fi
27
28 LICENSE="MIT"