diff options
author | Michael Hanselmann <hansmi@gentoo.org> | 2005-04-20 21:40:42 +0000 |
---|---|---|
committer | Michael Hanselmann <hansmi@gentoo.org> | 2005-04-20 21:40:42 +0000 |
commit | 44505c8741d18f6d210752988cbfb1e46d7b8e5c (patch) | |
tree | 05e1fbf0836a899c335c946e6c08315c6a6da9b0 /sci-libs/netcdf | |
parent | Stable on ppc. (diff) | |
download | gentoo-2-44505c8741d18f6d210752988cbfb1e46d7b8e5c.tar.gz gentoo-2-44505c8741d18f6d210752988cbfb1e46d7b8e5c.tar.bz2 gentoo-2-44505c8741d18f6d210752988cbfb1e46d7b8e5c.zip |
Stable on ppc.
(Portage version: 2.0.51.19)
Diffstat (limited to 'sci-libs/netcdf')
-rw-r--r-- | sci-libs/netcdf/ChangeLog | 5 | ||||
-rw-r--r-- | sci-libs/netcdf/netcdf-3.5.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sci-libs/netcdf/ChangeLog b/sci-libs/netcdf/ChangeLog index acb4e1f7ff83..d00ae613d8b3 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.6 2005/04/01 17:15:21 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/netcdf/ChangeLog,v 1.7 2005/04/20 21:38:22 hansmi Exp $ + + 20 Apr 2005; Michael Hanselmann <hansmi@gentoo.org> netcdf-3.5.1.ebuild: + Stable on ppc. 01 Apr 2005; Aron Griffis <agriffis@gentoo.org> netcdf-3.5.1.ebuild: stable on ia64 diff --git a/sci-libs/netcdf/netcdf-3.5.1.ebuild b/sci-libs/netcdf/netcdf-3.5.1.ebuild index f14c2909f06c..5d16247cf2d1 100644 --- a/sci-libs/netcdf/netcdf-3.5.1.ebuild +++ b/sci-libs/netcdf/netcdf-3.5.1.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.5.1.ebuild,v 1.4 2005/04/01 17:15:21 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/netcdf/netcdf-3.5.1.ebuild,v 1.5 2005/04/20 21:38:22 hansmi Exp $ inherit eutils @@ -11,7 +11,7 @@ HOMEPAGE="http://www.unidata.ucar.edu/packages/netcdf/" 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}/${P}/src |