diff options
author | Alexis Ballier <aballier@gentoo.org> | 2014-10-24 14:49:57 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2014-10-24 14:49:57 +0000 |
commit | 20b01b88565cf699042bd25b1f0f3ed5093720e8 (patch) | |
tree | 70815537dc28093723901b3d287b8a4580fcf920 /sci-libs | |
parent | Version bump. (diff) | |
download | gentoo-2-20b01b88565cf699042bd25b1f0f3ed5093720e8.tar.gz gentoo-2-20b01b88565cf699042bd25b1f0f3ed5093720e8.tar.bz2 gentoo-2-20b01b88565cf699042bd25b1f0f3ed5093720e8.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-cxx/ChangeLog | 5 | ||||
-rw-r--r-- | sci-libs/netcdf-cxx/netcdf-cxx-4.2.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sci-libs/netcdf-cxx/ChangeLog b/sci-libs/netcdf-cxx/ChangeLog index c8812c7f5032..4b733aff1a90 100644 --- a/sci-libs/netcdf-cxx/ChangeLog +++ b/sci-libs/netcdf-cxx/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-libs/netcdf-cxx # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/netcdf-cxx/ChangeLog,v 1.8 2014/02/27 18:44:24 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/netcdf-cxx/ChangeLog,v 1.9 2014/10/24 14:49:57 aballier Exp $ + + 24 Oct 2014; Alexis Ballier <aballier@gentoo.org> netcdf-cxx-4.2.1.ebuild: + keyword ~arm 27 Feb 2014; Sébastien Fabbro <bicatali@gentoo.org> netcdf-cxx-4.2.1.ebuild: More cleaning diff --git a/sci-libs/netcdf-cxx/netcdf-cxx-4.2.1.ebuild b/sci-libs/netcdf-cxx/netcdf-cxx-4.2.1.ebuild index f8a0a285ca4f..a11c8efbf79a 100644 --- a/sci-libs/netcdf-cxx/netcdf-cxx-4.2.1.ebuild +++ b/sci-libs/netcdf-cxx/netcdf-cxx-4.2.1.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-cxx/netcdf-cxx-4.2.1.ebuild,v 1.3 2014/02/27 18:44:24 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/netcdf-cxx/netcdf-cxx-4.2.1.ebuild,v 1.4 2014/10/24 14:49:57 aballier Exp $ EAPI=5 @@ -14,7 +14,7 @@ SRC_URI="https://github.com/Unidata/netcdf-cxx4/archive/v${PV}.tar.gz -> ${P}.ta LICENSE="UCAR-Unidata" SLOT="0/1" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux" IUSE="examples static-libs" RDEPEND=">=sci-libs/netcdf-4.2:=" |