Gentoo Archives: gentoo-commits

From: "Jakov Smolić" <jsmolic@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/netcdf/
Date: Tue, 11 Jan 2022 21:37:12
Message-Id: 1641937011.a0f926d8a7177fce3ea720470845b60f6560ac1f.jsmolic@gentoo
1 commit: a0f926d8a7177fce3ea720470845b60f6560ac1f
2 Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 11 21:36:51 2022 +0000
4 Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 11 21:36:51 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0f926d8
7
8 sci-libs/netcdf: Stabilize 4.8.1-r1 x86, #830880
9
10 Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
11
12 sci-libs/netcdf/netcdf-4.8.1-r1.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/sci-libs/netcdf/netcdf-4.8.1-r1.ebuild b/sci-libs/netcdf/netcdf-4.8.1-r1.ebuild
16 index 0dd095346a26..b1848f7dd2d0 100644
17 --- a/sci-libs/netcdf/netcdf-4.8.1-r1.ebuild
18 +++ b/sci-libs/netcdf/netcdf-4.8.1-r1.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2021 Gentoo Authors
21 +# Copyright 1999-2022 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=7
25 @@ -13,7 +13,7 @@ S="${WORKDIR}/${PN}-c-${PV}"
26 LICENSE="UCAR-Unidata"
27 # SONAME of libnetcdf.so
28 SLOT="0/19"
29 -KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 -riscv ~x86 ~amd64-linux ~x86-linux"
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 )"