diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-06-09 16:42:18 +0000 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-06-09 16:42:18 +0000 |
commit | ca4c5d74b49162234d34e3879f2f01a4b0427cf9 (patch) | |
tree | 0a4d15ea447ee6939ea7b0c328b80c449ce56038 /sci-libs | |
parent | dev-ruby/asciimath: Stabilize 2.0.5 amd64, #908162 (diff) | |
download | gentoo-ca4c5d74b49162234d34e3879f2f01a4b0427cf9.tar.gz gentoo-ca4c5d74b49162234d34e3879f2f01a4b0427cf9.tar.bz2 gentoo-ca4c5d74b49162234d34e3879f2f01a4b0427cf9.zip |
sci-libs/hypre: Stabilize 2.24.0 amd64, #908182
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/hypre/hypre-2.24.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-libs/hypre/hypre-2.24.0.ebuild b/sci-libs/hypre/hypre-2.24.0.ebuild index 8c9d5ab220f1..c05c8fa99193 100644 --- a/sci-libs/hypre/hypre-2.24.0.ebuild +++ b/sci-libs/hypre/hypre-2.24.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -13,7 +13,7 @@ SRC_URI="https://github.com/hypre-space/hypre/archive/v${PV}.tar.gz -> ${P}.tar. LICENSE="LGPL-2.1" SLOT="0/${PV}" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux" IUSE="debug examples fortran int64 openmp mpi" BDEPEND="virtual/pkgconfig" |