From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6C6271581E7 for ; Tue, 23 Apr 2024 20:37:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 505BE2BC013; Tue, 23 Apr 2024 20:37:45 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 38C67E2A52 for ; Tue, 23 Apr 2024 20:37:45 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6FB3A343222 for ; Tue, 23 Apr 2024 20:37:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DAED9171D for ; Tue, 23 Apr 2024 20:37:42 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1713904405.ea8101e47c60955e6a8bb5fbb5e442a765d01a52.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/hdf5/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/hdf5/hdf5-1.14.4_p2.ebuild X-VCS-Directories: sci-libs/hdf5/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: ea8101e47c60955e6a8bb5fbb5e442a765d01a52 X-VCS-Branch: master Date: Tue, 23 Apr 2024 20:37:42 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 25388d50-a748-491d-88d7-ff70c239b0cd X-Archives-Hash: 4d471da958a2da4858839b2d694e8eab commit: ea8101e47c60955e6a8bb5fbb5e442a765d01a52 Author: Sam James gentoo org> AuthorDate: Tue Apr 23 20:26:45 2024 +0000 Commit: Sam James gentoo 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 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"