commit:     df0270f59a088ebdf19d9a5c05336c0244467fff
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 28 12:41:39 2024 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Sep 28 12:58:57 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df0270f5

sci-libs/hdf5: Fix subslot for another SOVERSION change

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 <mgorny <AT> gentoo.org>

 sci-libs/hdf5/{hdf5-1.14.4_p3.ebuild => hdf5-1.14.4_p3-r1.ebuild} | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

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 a66e749ecc76..87cb0f37705b 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 )"

Reply via email to