diff options
author | Markus Rothe <corsair@gentoo.org> | 2005-07-11 17:28:06 +0000 |
---|---|---|
committer | Markus Rothe <corsair@gentoo.org> | 2005-07-11 17:28:06 +0000 |
commit | 8a3dfc920b3c6ead79ec80069010d0a3ca9bca7d (patch) | |
tree | 94ec9c2a3ceea9dc28c6fabe05de7de6cf0b7e91 /sci-libs/netcdf | |
parent | Stable on sparc (diff) | |
download | gentoo-2-8a3dfc920b3c6ead79ec80069010d0a3ca9bca7d.tar.gz gentoo-2-8a3dfc920b3c6ead79ec80069010d0a3ca9bca7d.tar.bz2 gentoo-2-8a3dfc920b3c6ead79ec80069010d0a3ca9bca7d.zip |
added ~ppc64 (bug #98597)
(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.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 0f36c397a8ff..6280164b3ac8 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.13 2005/06/18 08:16:16 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/netcdf/ChangeLog,v 1.14 2005/07/11 17:28:06 corsair Exp $ + + 11 Jul 2005; Markus Rothe <corsair@gentoo.org> netcdf-3.6.0-r1.ebuild: + added ~ppc64 (bug #98597) 18 Jun 2005; Michael Hanselmann <hansmi@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 6642b3fb8c15..caa9c57cdec5 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.6 2005/06/18 08:16:16 hansmi Exp $ +# $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 $ 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 ~ppc64 sparc x86" S=${WORKDIR}/${PN}-${MY_PV}/src |