Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/netcdf/
Date: Tue, 28 Dec 2021 22:01:07
Message-Id: 1640728839.9b2bf37fdc093555bc8133bad847607438d32e18.sam@gentoo
1 commit: 9b2bf37fdc093555bc8133bad847607438d32e18
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Tue Dec 28 21:50:37 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Tue Dec 28 22:00:39 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b2bf37f
7
8 sci-libs/netcdf: fix subslot
9
10 Closes: https://bugs.gentoo.org/830191
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 sci-libs/netcdf/{netcdf-4.8.1.ebuild => netcdf-4.8.1-r1.ebuild} | 3 ++-
14 1 file changed, 2 insertions(+), 1 deletion(-)
15
16 diff --git a/sci-libs/netcdf/netcdf-4.8.1.ebuild b/sci-libs/netcdf/netcdf-4.8.1-r1.ebuild
17 similarity index 97%
18 rename from sci-libs/netcdf/netcdf-4.8.1.ebuild
19 rename to sci-libs/netcdf/netcdf-4.8.1-r1.ebuild
20 index 9d62cbfcef3d..f4214e76b26a 100644
21 --- a/sci-libs/netcdf/netcdf-4.8.1.ebuild
22 +++ b/sci-libs/netcdf/netcdf-4.8.1-r1.ebuild
23 @@ -11,7 +11,8 @@ SRC_URI="https://github.com/Unidata/netcdf-c/archive/v${PV}.tar.gz -> ${P}.tar.g
24 S="${WORKDIR}/${PN}-c-${PV}"
25
26 LICENSE="UCAR-Unidata"
27 -SLOT="0/18"
28 +# SONAME of libnetcdf.so
29 +SLOT="0/19"
30 KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 -riscv ~x86 ~amd64-linux ~x86-linux"
31 IUSE="+dap doc examples hdf +hdf5 mpi szip test tools"
32 RESTRICT="!test? ( test )"