Diff hypre-2.21.0 with a hypre-2.24.0

/usr/portage/sci-libs/hypre/hypre-2.24.0.ebuild 2023-10-09 14:52:35.076368491 +0300
1
# Copyright 1999-2022 Gentoo Authors
1
# Copyright 1999-2023 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4 4
EAPI=7
......
13 13

  
14 14
LICENSE="LGPL-2.1"
15 15
SLOT="0/${PV}"
16
KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux"
16
KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux"
17 17
IUSE="debug examples fortran int64 openmp mpi"
18 18

  
19 19
BDEPEND="virtual/pkgconfig"
Thank you!