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 477E1158041 for ; Fri, 22 Mar 2024 18:28:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7B478E29FB; Fri, 22 Mar 2024 18:28:51 +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 57909E29FB for ; Fri, 22 Mar 2024 18:28:51 +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 9054634300B for ; Fri, 22 Mar 2024 18:28:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2C8C01591 for ; Fri, 22 Mar 2024 18:28:49 +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: <1711132066.9741b9896a1607de1fa22368125235a99a96105b.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/cgnslib/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/cgnslib/cgnslib-4.4.0-r1.ebuild sci-libs/cgnslib/cgnslib-4.4.0.ebuild X-VCS-Directories: sci-libs/cgnslib/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 9741b9896a1607de1fa22368125235a99a96105b X-VCS-Branch: master Date: Fri, 22 Mar 2024 18:28:49 +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: 3555ec26-24fd-4bbe-9596-85a782bc44b9 X-Archives-Hash: 32cfb38e55f2536834bc28cd31db1f97 commit: 9741b9896a1607de1fa22368125235a99a96105b Author: Eli Schwartz gmail com> AuthorDate: Fri Mar 22 18:16:21 2024 +0000 Commit: Sam James gentoo org> CommitDate: Fri Mar 22 18:27:46 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9741b989 sci-libs/cgnslib: fix SLOT to correctly describe soname Signed-off-by: Eli Schwartz gmail.com> Signed-off-by: Sam James gentoo.org> sci-libs/cgnslib/{cgnslib-4.4.0.ebuild => cgnslib-4.4.0-r1.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-libs/cgnslib/cgnslib-4.4.0.ebuild b/sci-libs/cgnslib/cgnslib-4.4.0-r1.ebuild similarity index 98% rename from sci-libs/cgnslib/cgnslib-4.4.0.ebuild rename to sci-libs/cgnslib/cgnslib-4.4.0-r1.ebuild index efb68a32697b..e3836dc84986 100644 --- a/sci-libs/cgnslib/cgnslib-4.4.0.ebuild +++ b/sci-libs/cgnslib/cgnslib-4.4.0-r1.ebuild @@ -17,7 +17,7 @@ SRC_URI="https://github.com/CGNS/CGNS/archive/v${PV}.tar.gz -> ${P}.tar.gz" S="${WORKDIR}/CGNS-${PV}" LICENSE="ZLIB" -SLOT="0/4" +SLOT="0/$(ver_cut 1-2)" KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux" IUSE="base-scope debug examples fortran hdf5 legacy mpi scoping szip test tools"