commit: ea8101e47c60955e6a8bb5fbb5e442a765d01a52 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Tue Apr 23 20:26:45 2024 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Tue Apr 23 20:33:25 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea8101e4
sci-libs/hdf5: add explanatory comment for SLOT See https://github.com/HDFGroup/hdf5/commits/hdf5_1_14_4/config/lt_vers.am. Signed-off-by: Sam James <sam <AT> gentoo.org> sci-libs/hdf5/hdf5-1.14.4_p2.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/sci-libs/hdf5/hdf5-1.14.4_p2.ebuild b/sci-libs/hdf5/hdf5-1.14.4_p2.ebuild index b71c204edfea..e0e67c452ed5 100644 --- a/sci-libs/hdf5/hdf5-1.14.4_p2.ebuild +++ b/sci-libs/hdf5/hdf5-1.14.4_p2.ebuild @@ -19,6 +19,7 @@ SRC_URI="https://github.com/HDFGroup/hdf5/releases/download/${PN}_${MY_PV/-/.}/$ S="${WORKDIR}/${MY_P}" LICENSE="NCSA-HDF" +# Upstream make SONAME changes all the time even within stable releases. SLOT="0/${PV%%_p*}" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~x64-macos" IUSE="cxx debug examples fortran +hl mpi szip test threads unsupported zlib"
