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:14:54
Message-Id: 1641813276.6aa75b6876504b0ed9a0a438e20ed32f7630054c.arthurzam@gentoo
1 commit: 6aa75b6876504b0ed9a0a438e20ed32f7630054c
2 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jan 10 11:14:31 2022 +0000
4 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
5 CommitDate: Mon Jan 10 11:14:36 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6aa75b68
7
8 sys-cluster/mpich: Stabilize 3.4.3 ppc, #828688
9
10 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
11
12 sys-cluster/mpich/mpich-3.4.3.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/sys-cluster/mpich/mpich-3.4.3.ebuild b/sys-cluster/mpich/mpich-3.4.3.ebuild
16 index ddaf646f0454..d0fbb60ac2a9 100644
17 --- a/sys-cluster/mpich/mpich-3.4.3.ebuild
18 +++ b/sys-cluster/mpich/mpich-3.4.3.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2021 Gentoo Authors
21 +# Copyright 1999-2022 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=7
25 @@ -16,7 +16,7 @@ S="${WORKDIR}"/${PN}-${MY_PV}
26
27 LICENSE="mpich2"
28 SLOT="0"
29 -KEYWORDS="~amd64 ~arm64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
30 +KEYWORDS="~amd64 ~arm64 ~hppa ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
31 IUSE="+cxx doc fortran mpi-threads +romio threads"
32 REQUIRED_USE="mpi-threads? ( threads )"