diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2017-08-27 10:48:14 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2017-08-27 15:03:14 +0100 |
commit | bb5742902ba7839200b0729575afb303e06f4a6e (patch) | |
tree | f1313aa81c301ef3ceef917278a28469b8ef59a3 /sci-libs/netcdf | |
parent | sci-libs/hdf: stable 4.2.8 for ia64, bug #627018 (diff) | |
download | gentoo-bb5742902ba7839200b0729575afb303e06f4a6e.tar.gz gentoo-bb5742902ba7839200b0729575afb303e06f4a6e.tar.bz2 gentoo-bb5742902ba7839200b0729575afb303e06f4a6e.zip |
sci-libs/netcdf: stable 4.3.2-r1 for ia64, bug #627018
Package-Manager: Portage-2.3.8, Repoman-2.3.3
RepoMan-Options: --include-arches="ia64"
Diffstat (limited to 'sci-libs/netcdf')
-rw-r--r-- | sci-libs/netcdf/netcdf-4.3.2-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-libs/netcdf/netcdf-4.3.2-r1.ebuild b/sci-libs/netcdf/netcdf-4.3.2-r1.ebuild index 7d72581c51a6..fd351c9fc860 100644 --- a/sci-libs/netcdf/netcdf-4.3.2-r1.ebuild +++ b/sci-libs/netcdf/netcdf-4.3.2-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -11,7 +11,7 @@ SRC_URI="ftp://ftp.unidata.ucar.edu/pub/netcdf/${P}.tar.gz" LICENSE="UCAR-Unidata" SLOT="0/7" -KEYWORDS="amd64 ~arm ppc ppc64 x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ~arm ia64 ppc ppc64 x86 ~amd64-linux ~x86-linux" IUSE="+dap examples hdf +hdf5 mpi static-libs szip test tools" RDEPEND=" |