Gentoo Archives: gentoo-commits

From: Arthur Zamarin <arthurzam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/mpich/
Date: Mon, 10 Jan 2022 11:16:20
Message-Id: 1641813366.d81722813ac56ebbc801961845bc4bb07478ac4f.arthurzam@gentoo
1 commit: d81722813ac56ebbc801961845bc4bb07478ac4f
2 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jan 10 11:16:06 2022 +0000
4 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
5 CommitDate: Mon Jan 10 11:16:06 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8172281
7
8 sys-cluster/mpich: Stabilize 3.4.3 ppc64, #828688
9
10 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
11
12 sys-cluster/mpich/mpich-3.4.3.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/sys-cluster/mpich/mpich-3.4.3.ebuild b/sys-cluster/mpich/mpich-3.4.3.ebuild
16 index d0fbb60ac2a9..f85e86239a26 100644
17 --- a/sys-cluster/mpich/mpich-3.4.3.ebuild
18 +++ b/sys-cluster/mpich/mpich-3.4.3.ebuild
19 @@ -16,7 +16,7 @@ S="${WORKDIR}"/${PN}-${MY_PV}
20
21 LICENSE="mpich2"
22 SLOT="0"
23 -KEYWORDS="~amd64 ~arm64 ~hppa ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
24 +KEYWORDS="~amd64 ~arm64 ~hppa ppc ppc64 ~x86 ~amd64-linux ~x86-linux"
25 IUSE="+cxx doc fortran mpi-threads +romio threads"
26 REQUIRED_USE="mpi-threads? ( threads )"