diff options
author | 2025-04-26 06:50:20 +0100 | |
---|---|---|
committer | 2025-04-26 06:50:20 +0100 | |
commit | aa48b7aa98cb6e0649d43bc24454f4ee102b1a0d (patch) | |
tree | 38d7aa9849368b376d9883b94c70041e3339133e | |
parent | media-libs/libggiwmh: Stabilize 0.3.2-r2 ppc64, #954563 (diff) | |
download | gentoo-aa48b7aa98cb6e0649d43bc24454f4ee102b1a0d.tar.gz gentoo-aa48b7aa98cb6e0649d43bc24454f4ee102b1a0d.tar.bz2 gentoo-aa48b7aa98cb6e0649d43bc24454f4ee102b1a0d.zip |
sys-cluster/openmpi: Stabilize 5.0.6 arm64, #954644
Signed-off-by: Sam James <[email protected]>
-rw-r--r-- | sys-cluster/openmpi/openmpi-5.0.6.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-cluster/openmpi/openmpi-5.0.6.ebuild b/sys-cluster/openmpi/openmpi-5.0.6.ebuild index 37b017e4483e..1c76401d5c2f 100644 --- a/sys-cluster/openmpi/openmpi-5.0.6.ebuild +++ b/sys-cluster/openmpi/openmpi-5.0.6.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -23,7 +23,7 @@ S="${WORKDIR}/${MY_P}" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 -arm ~arm64 -ppc ~ppc64 -x86 ~amd64-linux" +KEYWORDS="~amd64 -arm arm64 -ppc ~ppc64 -x86 ~amd64-linux" IUSE="cma cuda fortran ipv6 peruse romio valgrind ${IUSE_OPENMPI_FABRICS} ${IUSE_OPENMPI_RM}" |