summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-09-28 14:41:39 +0200
committerMichał Górny <mgorny@gentoo.org>2024-09-28 14:58:57 +0200
commitdf0270f59a088ebdf19d9a5c05336c0244467fff (patch)
tree0fe48713a9f4495b07154f0f1cd3a29acbe925df /sci-libs
parentdev-python/pycairo: Stabilize 1.27.0 ppc64, #940432 (diff)
downloadgentoo-df0270f59a088ebdf19d9a5c05336c0244467fff.tar.gz
gentoo-df0270f59a088ebdf19d9a5c05336c0244467fff.tar.bz2
gentoo-df0270f59a088ebdf19d9a5c05336c0244467fff.zip
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@gentoo.org>
Diffstat (limited to 'sci-libs')
-rw-r--r--sci-libs/hdf5/hdf5-1.14.4_p3-r1.ebuild (renamed from sci-libs/hdf5/hdf5-1.14.4_p3.ebuild)3
1 files changed, 1 insertions, 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
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 )"