diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2017-07-15 10:12:35 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2017-07-15 11:08:51 +0100 |
commit | 8ee21b8a87ed011e19db29f95365b4478a9fef7b (patch) | |
tree | 9f6432398adb70ef50921b0d387ff8d68b7e4d36 /sci-libs/netcdf | |
parent | sci-libs/hdf: ia64 keyworded, bug #615510 (diff) | |
download | gentoo-8ee21b8a87ed011e19db29f95365b4478a9fef7b.tar.gz gentoo-8ee21b8a87ed011e19db29f95365b4478a9fef7b.tar.bz2 gentoo-8ee21b8a87ed011e19db29f95365b4478a9fef7b.zip |
sci-libs/netcdf: ia64 keyworded, bug #615510
Package-Manager: Portage-2.3.6, Repoman-2.3.2
RepoMan-Options: --include-arches="ia64"
Diffstat (limited to 'sci-libs/netcdf')
-rw-r--r-- | sci-libs/netcdf/netcdf-4.4.1.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-libs/netcdf/netcdf-4.4.1.1.ebuild b/sci-libs/netcdf/netcdf-4.4.1.1.ebuild index 5a8e696da397..703031c4062f 100644 --- a/sci-libs/netcdf/netcdf-4.4.1.1.ebuild +++ b/sci-libs/netcdf/netcdf-4.4.1.1.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=6 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/Unidata/netcdf-c/archive/v${PV}.tar.gz -> ${P}.tar.g LICENSE="UCAR-Unidata" SLOT="0/11" -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=" |