Diff hdf5-1.14.1 with a hdf5-1.14.2

/usr/portage/sci-libs/hdf5/hdf5-1.14.2.ebuild 2024-12-25 14:59:52.711270181 +0300
19 19

  
20 20
LICENSE="NCSA-HDF"
21 21
SLOT="0/${PV%%_p*}"
22
KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ppc ppc64 ~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~x64-macos"
22
KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~x64-macos"
23 23
IUSE="cxx debug examples fortran +hl mpi szip test threads unsupported zlib"
24 24
RESTRICT="!test? ( test )"
25 25
REQUIRED_USE="
......
37 37
DEPEND="${RDEPEND}"
38 38

  
39 39
PATCHES=(
40
	"${FILESDIR}"/${PN}-1.8.9-static_libgfortran.patch
41
	"${FILESDIR}"/${PN}-1.12.2-no-strip-symbols.patch
40
	"${FILESDIR}"/hdf5-1.14.2-0001-Make-sure-that-during-runtime-we-ll-use-the-same-lib.patch
41
	"${FILESDIR}"/hdf5-1.14.2-0002-Disable-forced-stripping.patch
42
	"${FILESDIR}"/hdf5-1.14.2-0003-Drop-broken-Werror-stripping.patch
42 43
)
43 44

  
44 45
pkg_setup() {
Thank you!