diff options
author | Aron Griffis <agriffis@gentoo.org> | 2005-08-25 13:10:07 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2005-08-25 13:10:07 +0000 |
commit | 9e5202decb8bfbf0c32d5ceab1781b7fe4a76ea2 (patch) | |
tree | 8ef5c475441640bf7b0346e15f5c0abf7ebf848a /sci-libs/netcdf | |
parent | Added largefile support as per bug #103578. (diff) | |
download | gentoo-2-9e5202decb8bfbf0c32d5ceab1781b7fe4a76ea2.tar.gz gentoo-2-9e5202decb8bfbf0c32d5ceab1781b7fe4a76ea2.tar.bz2 gentoo-2-9e5202decb8bfbf0c32d5ceab1781b7fe4a76ea2.zip |
stable on ia64 #82431
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'sci-libs/netcdf')
-rw-r--r-- | sci-libs/netcdf/ChangeLog | 5 | ||||
-rw-r--r-- | sci-libs/netcdf/netcdf-3.6.0-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sci-libs/netcdf/ChangeLog b/sci-libs/netcdf/ChangeLog index 6280164b3ac8..d71e133bfcb9 100644 --- a/sci-libs/netcdf/ChangeLog +++ b/sci-libs/netcdf/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-libs/netcdf # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/netcdf/ChangeLog,v 1.14 2005/07/11 17:28:06 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/netcdf/ChangeLog,v 1.15 2005/08/25 13:10:07 agriffis Exp $ + + 25 Aug 2005; Aron Griffis <agriffis@gentoo.org> netcdf-3.6.0-r1.ebuild: + stable on ia64 #82431 11 Jul 2005; Markus Rothe <corsair@gentoo.org> netcdf-3.6.0-r1.ebuild: added ~ppc64 (bug #98597) diff --git a/sci-libs/netcdf/netcdf-3.6.0-r1.ebuild b/sci-libs/netcdf/netcdf-3.6.0-r1.ebuild index caa9c57cdec5..4886a85a7924 100644 --- a/sci-libs/netcdf/netcdf-3.6.0-r1.ebuild +++ b/sci-libs/netcdf/netcdf-3.6.0-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/netcdf/netcdf-3.6.0-r1.ebuild,v 1.7 2005/07/11 17:28:06 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/netcdf/netcdf-3.6.0-r1.ebuild,v 1.8 2005/08/25 13:10:07 agriffis Exp $ inherit eutils @@ -13,7 +13,7 @@ HOMEPAGE="http://my.unidata.ucar.edu/content/software/netcdf/index.html" LICENSE="UCAR-Unidata" SLOT="0" IUSE="" -KEYWORDS="alpha amd64 hppa ~ia64 ~mips ppc ~ppc64 sparc x86" +KEYWORDS="alpha amd64 hppa ia64 ~mips ppc ~ppc64 sparc x86" S=${WORKDIR}/${PN}-${MY_PV}/src |