diff options
author | 2022-01-10 13:14:31 +0200 | |
---|---|---|
committer | 2022-01-10 13:14:36 +0200 | |
commit | 6aa75b6876504b0ed9a0a438e20ed32f7630054c (patch) | |
tree | 1aafa80d982539cba2a84f2d7644ec8d2f5699dd /sys-cluster/mpich | |
parent | net-im/rocketchat-desktop-bin: remove version 3.7.4 (diff) | |
download | gentoo-6aa75b6876504b0ed9a0a438e20ed32f7630054c.tar.gz gentoo-6aa75b6876504b0ed9a0a438e20ed32f7630054c.tar.bz2 gentoo-6aa75b6876504b0ed9a0a438e20ed32f7630054c.zip |
sys-cluster/mpich: Stabilize 3.4.3 ppc, #828688
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'sys-cluster/mpich')
-rw-r--r-- | sys-cluster/mpich/mpich-3.4.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-cluster/mpich/mpich-3.4.3.ebuild b/sys-cluster/mpich/mpich-3.4.3.ebuild index ddaf646f0454..d0fbb60ac2a9 100644 --- a/sys-cluster/mpich/mpich-3.4.3.ebuild +++ b/sys-cluster/mpich/mpich-3.4.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -16,7 +16,7 @@ S="${WORKDIR}"/${PN}-${MY_PV} LICENSE="mpich2" SLOT="0" -KEYWORDS="~amd64 ~arm64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="~amd64 ~arm64 ~hppa ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" IUSE="+cxx doc fortran mpi-threads +romio threads" REQUIRED_USE="mpi-threads? ( threads )" |