Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/lmod/
Date: Thu, 24 Jun 2021 17:33:21
Message-Id: 1624555994.7ddf4b6d796291987bcf768a9f7750db680d625c.slyfox@gentoo
1 commit: 7ddf4b6d796291987bcf768a9f7750db680d625c
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jun 24 17:33:10 2021 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Thu Jun 24 17:33:14 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ddf4b6d
7
8 sys-cluster/lmod: keyworded 8.5.6 for ppc64
9
10 keyworded wrt bug #773313
11
12 Package-Manager: Portage-3.0.20, Repoman-3.0.3
13 RepoMan-Options: --include-arches="ppc64"
14 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
15
16 sys-cluster/lmod/lmod-8.5.6.ebuild | 2 +-
17 1 file changed, 1 insertion(+), 1 deletion(-)
18
19 diff --git a/sys-cluster/lmod/lmod-8.5.6.ebuild b/sys-cluster/lmod/lmod-8.5.6.ebuild
20 index b8c9fbcde3b..aa8df1b4b7f 100644
21 --- a/sys-cluster/lmod/lmod-8.5.6.ebuild
22 +++ b/sys-cluster/lmod/lmod-8.5.6.ebuild
23 @@ -15,7 +15,7 @@ if [[ ${PV} == 9999 ]]; then
24 else
25 SRC_URI="https://github.com/TACC/Lmod/archive/${PV}.tar.gz -> ${P}.tar.gz"
26 S="${WORKDIR}"/Lmod-${PV}
27 - KEYWORDS="~amd64 ~arm ~ppc ~sparc ~x86"
28 + KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~sparc ~x86"
29 fi
30
31 LICENSE="MIT"