Diff hdf5-1.12.2-r4 with a hdf5-1.12.2-r6

/usr/portage/sci-libs/hdf5/hdf5-1.12.2-r6.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=8
......
19 19

  
20 20
LICENSE="NCSA-HDF"
21 21
SLOT="0/${PV%%_p*}"
22
KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux"
22
KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux"
23 23
IUSE="cxx debug examples fortran +hl mpi szip threads unsupported zlib"
24 24
REQUIRED_USE="
25 25
	!unsupported? (
......
38 38
	"${FILESDIR}"/${PN}-1.8.9-static_libgfortran.patch
39 39
	"${FILESDIR}"/${PN}-1.12.2-no-messing-ldpath.patch
40 40
	"${FILESDIR}"/${PN}-1.12.2-no-strip-symbols.patch
41
	"${FILESDIR}"/${PN}-1.12.2-configure-clang16.patch
41 42
)
42 43

  
43 44
pkg_setup() {
......
92 93
		--disable-static \
93 94
		--enable-deprecated-symbols \
94 95
		--enable-build-mode=$(usex debug debug production) \
96
		--with-default-plugindir="${EPREFIX}/usr/$(get_libdir)/${PN}/plugin" \
95 97
		$(use_enable cxx) \
96 98
		$(use_enable debug codestack) \
97 99
		$(use_enable fortran) \
Thank you!