diff options
author | René Nussbaumer <killerfox@gentoo.org> | 2005-06-09 19:18:40 +0000 |
---|---|---|
committer | René Nussbaumer <killerfox@gentoo.org> | 2005-06-09 19:18:40 +0000 |
commit | 45e0a93b9a1cb0622fa8eb5d95c21bea036a0dcb (patch) | |
tree | d74c41ed9c47fdc6a05f3467ad3289c062850776 /sci-libs/netcdf | |
parent | Stable on sparc (diff) | |
download | gentoo-2-45e0a93b9a1cb0622fa8eb5d95c21bea036a0dcb.tar.gz gentoo-2-45e0a93b9a1cb0622fa8eb5d95c21bea036a0dcb.tar.bz2 gentoo-2-45e0a93b9a1cb0622fa8eb5d95c21bea036a0dcb.zip |
Stable on hppa
(Portage version: 2.0.51.19)
Diffstat (limited to 'sci-libs/netcdf')
-rw-r--r-- | sci-libs/netcdf/ChangeLog | 6 | ||||
-rw-r--r-- | sci-libs/netcdf/netcdf-3.6.0-r1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/sci-libs/netcdf/ChangeLog b/sci-libs/netcdf/ChangeLog index baa95c254f3d..de1bd4aa8875 100644 --- a/sci-libs/netcdf/ChangeLog +++ b/sci-libs/netcdf/ChangeLog @@ -1,6 +1,10 @@ # 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.9 2005/05/29 09:31:55 cryos Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/netcdf/ChangeLog,v 1.10 2005/06/09 19:18:40 killerfox Exp $ + + 09 Jun 2005; Rene Nussbaumer <killerfox@gentoo.org> + netcdf-3.6.0-r1.ebuild: + Stable on hppa; bug #82431. 29 May 2005; Marcus D. Hanwell <marcus@gentoo.org> netcdf-3.6.0-r1.ebuild: Stable on amd64, bug 82431. diff --git a/sci-libs/netcdf/netcdf-3.6.0-r1.ebuild b/sci-libs/netcdf/netcdf-3.6.0-r1.ebuild index 913954e8bbb2..ed9c806aae9d 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.3 2005/05/29 09:31:55 cryos Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/netcdf/netcdf-3.6.0-r1.ebuild,v 1.4 2005/06/09 19:18:40 killerfox 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 sparc x86" +KEYWORDS="~alpha amd64 hppa ~ia64 ~mips ~ppc sparc x86" S=${WORKDIR}/${PN}-${MY_PV}/src |