From df0270f59a088ebdf19d9a5c05336c0244467fff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Sat, 28 Sep 2024 14:41:39 +0200 Subject: [PATCH] sci-libs/hdf5: Fix subslot for another SOVERSION change MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This time SOVERSION was changed within a patch release, so let's replace that PV magic with the actual SOVERSION. Signed-off-by: Michał Górny --- .../hdf5/{hdf5-1.14.4_p3.ebuild => hdf5-1.14.4_p3-r1.ebuild} | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) rename sci-libs/hdf5/{hdf5-1.14.4_p3.ebuild => hdf5-1.14.4_p3-r1.ebuild} (97%) diff --git a/sci-libs/hdf5/hdf5-1.14.4_p3.ebuild b/sci-libs/hdf5/hdf5-1.14.4_p3-r1.ebuild similarity index 97% rename from sci-libs/hdf5/hdf5-1.14.4_p3.ebuild rename to sci-libs/hdf5/hdf5-1.14.4_p3-r1.ebuild index a66e749ecc760..87cb0f37705b9 100644 --- a/sci-libs/hdf5/hdf5-1.14.4_p3.ebuild +++ b/sci-libs/hdf5/hdf5-1.14.4_p3-r1.ebuild @@ -19,8 +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*}" +SLOT="0/311" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~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" RESTRICT="!test? ( test )"