diff options
author | Michael Hanselmann <hansmi@gentoo.org> | 2005-06-18 08:16:16 +0000 |
---|---|---|
committer | Michael Hanselmann <hansmi@gentoo.org> | 2005-06-18 08:16:16 +0000 |
commit | 7d4fdb5747933723f891c0d83d03488bfe72affa (patch) | |
tree | 4eba71edc8f79aa874182ff2c16e93913b444108 /sci-libs/netcdf | |
parent | New ebuild, see Bug 96110 (diff) | |
download | gentoo-2-7d4fdb5747933723f891c0d83d03488bfe72affa.tar.gz gentoo-2-7d4fdb5747933723f891c0d83d03488bfe72affa.tar.bz2 gentoo-2-7d4fdb5747933723f891c0d83d03488bfe72affa.zip |
Stable on ppc.
(Portage version: 2.0.51.22-r1)
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, 5 insertions, 4 deletions
diff --git a/sci-libs/netcdf/ChangeLog b/sci-libs/netcdf/ChangeLog index 8e8cdc199670..0f36c397a8ff 100644 --- a/sci-libs/netcdf/ChangeLog +++ b/sci-libs/netcdf/ChangeLog @@ -1,8 +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.12 2005/06/17 20:56:05 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/netcdf/ChangeLog,v 1.13 2005/06/18 08:16:16 hansmi Exp $ - 17 Jun 2005; Michael Hanselmann <hansmi@gentoo.org> ChangeLog: + 18 Jun 2005; Michael Hanselmann <hansmi@gentoo.org> + netcdf-3.6.0-r1.ebuild: Stable on ppc. 12 Jun 2005; Bryan Østergaard <kloeri@gentoo.org> netcdf-3.6.0-r1.ebuild: diff --git a/sci-libs/netcdf/netcdf-3.6.0-r1.ebuild b/sci-libs/netcdf/netcdf-3.6.0-r1.ebuild index 03c1dcee0352..6642b3fb8c15 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.5 2005/06/12 15:33:03 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/netcdf/netcdf-3.6.0-r1.ebuild,v 1.6 2005/06/18 08:16:16 hansmi 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 |