diff options
author | Alexis Ballier <aballier@gentoo.org> | 2014-10-24 14:19:46 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2014-10-24 14:19:46 +0000 |
commit | e70e72b1e6e0a7c3d8c1e21f691373fd91838671 (patch) | |
tree | b5ac2c4d917a4d9871d3e41aaf792dc9a4c9b0dd /sci-libs | |
parent | mask hdf useflag on sci-libs/netcdf since sci-libs/hdf does not support arm (diff) | |
download | gentoo-2-e70e72b1e6e0a7c3d8c1e21f691373fd91838671.tar.gz gentoo-2-e70e72b1e6e0a7c3d8c1e21f691373fd91838671.tar.bz2 gentoo-2-e70e72b1e6e0a7c3d8c1e21f691373fd91838671.zip |
keyword ~arm
Signed-off-by: aballier@gentoo.org
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/netcdf/ChangeLog | 5 | ||||
-rw-r--r-- | sci-libs/netcdf/netcdf-4.3.2-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sci-libs/netcdf/ChangeLog b/sci-libs/netcdf/ChangeLog index e2f66142f669..01d4a959b4ce 100644 --- a/sci-libs/netcdf/ChangeLog +++ b/sci-libs/netcdf/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-libs/netcdf # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/netcdf/ChangeLog,v 1.115 2014/08/11 07:15:23 dev-zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/netcdf/ChangeLog,v 1.116 2014/10/24 14:19:46 aballier Exp $ + + 24 Oct 2014; Alexis Ballier <aballier@gentoo.org> netcdf-4.3.2-r1.ebuild: + keyword ~arm *netcdf-4.3.2-r1 (11 Aug 2014) diff --git a/sci-libs/netcdf/netcdf-4.3.2-r1.ebuild b/sci-libs/netcdf/netcdf-4.3.2-r1.ebuild index 3155d923c1f6..2f5bd3107c0e 100644 --- a/sci-libs/netcdf/netcdf-4.3.2-r1.ebuild +++ b/sci-libs/netcdf/netcdf-4.3.2-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/netcdf/netcdf-4.3.2-r1.ebuild,v 1.1 2014/08/11 07:15:23 dev-zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/netcdf/netcdf-4.3.2-r1.ebuild,v 1.2 2014/10/24 14:19:46 aballier Exp $ EAPI=5 @@ -12,7 +12,7 @@ SRC_URI="ftp://ftp.unidata.ucar.edu/pub/netcdf/${P}.tar.gz" LICENSE="UCAR-Unidata" SLOT="0/7" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" IUSE="+dap examples hdf +hdf5 mpi static-libs szip test tools" RDEPEND=" |