diff options
author | Sam James <sam@gentoo.org> | 2021-02-25 08:56:02 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-02-25 08:56:02 +0000 |
commit | da5240261ef90677974a37c16242439366ecb393 (patch) | |
tree | d3538ef9d530340c01bcc830dd1c8f52d3b06670 /sci-libs/netcdf | |
parent | sci-libs/netcdf: fix big endian build/tests (diff) | |
download | gentoo-da5240261ef90677974a37c16242439366ecb393.tar.gz gentoo-da5240261ef90677974a37c16242439366ecb393.tar.bz2 gentoo-da5240261ef90677974a37c16242439366ecb393.zip |
sci-libs/netcdf: Stabilize 4.7.4 ppc, #770649
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sci-libs/netcdf')
-rw-r--r-- | sci-libs/netcdf/netcdf-4.7.4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-libs/netcdf/netcdf-4.7.4.ebuild b/sci-libs/netcdf/netcdf-4.7.4.ebuild index c45ee223982e..bf5dcbe4675e 100644 --- a/sci-libs/netcdf/netcdf-4.7.4.ebuild +++ b/sci-libs/netcdf/netcdf-4.7.4.ebuild @@ -12,7 +12,7 @@ S="${WORKDIR}/${PN}-c-${PV}" LICENSE="UCAR-Unidata" SLOT="0/18" -KEYWORDS="amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ~arm ~arm64 ~ia64 ppc ~ppc64 x86 ~amd64-linux ~x86-linux" IUSE="+dap doc examples hdf +hdf5 mpi szip test tools" RESTRICT="!test? ( test )" |