diff options
author | Patrick Kursawe <phosphan@gentoo.org> | 2004-03-03 13:37:45 +0000 |
---|---|---|
committer | Patrick Kursawe <phosphan@gentoo.org> | 2004-03-03 13:37:45 +0000 |
commit | a0fe7f237286baaa41fead99a583a771cd1ae7f1 (patch) | |
tree | 6f5271a69d37ab52cc2dbe04663cfeb80ed09ecd /app-sci/netcdf | |
parent | declaring stable (Manifest recommit) (diff) | |
download | gentoo-2-a0fe7f237286baaa41fead99a583a771cd1ae7f1.tar.gz gentoo-2-a0fe7f237286baaa41fead99a583a771cd1ae7f1.tar.bz2 gentoo-2-a0fe7f237286baaa41fead99a583a771cd1ae7f1.zip |
adding missing arches
Diffstat (limited to 'app-sci/netcdf')
-rw-r--r-- | app-sci/netcdf/ChangeLog | 6 | ||||
-rw-r--r-- | app-sci/netcdf/netcdf-3.5.0-r3.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/app-sci/netcdf/ChangeLog b/app-sci/netcdf/ChangeLog index 7d9c54140f39..c5d530637506 100644 --- a/app-sci/netcdf/ChangeLog +++ b/app-sci/netcdf/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-sci/netcdf # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-sci/netcdf/ChangeLog,v 1.9 2004/02/17 20:03:29 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-sci/netcdf/ChangeLog,v 1.10 2004/03/03 13:37:45 phosphan Exp $ + + 03 Mar 2004; Patrick Kursawe <phosphan@gentoo.org> netcdf-3.5.0-r3.ebuild: + Some arches were missing in -r3 that were added to -r2, assume it was a + mistake. 17 Feb 2004; Aron Griffis <agriffis@gentoo.org> netcdf-3.5.0-r3.ebuild: stable on alpha and ia64 for the sake of dev-python/ScientificPython diff --git a/app-sci/netcdf/netcdf-3.5.0-r3.ebuild b/app-sci/netcdf/netcdf-3.5.0-r3.ebuild index 915ad2400f60..65430f45b555 100644 --- a/app-sci/netcdf/netcdf-3.5.0-r3.ebuild +++ b/app-sci/netcdf/netcdf-3.5.0-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-sci/netcdf/netcdf-3.5.0-r3.ebuild,v 1.6 2004/02/17 20:03:29 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-sci/netcdf/netcdf-3.5.0-r3.ebuild,v 1.7 2004/03/03 13:37:45 phosphan Exp $ DESCRIPTION="Scientific library and interface for array oriented data access" SRC_URI="ftp://ftp.unidata.ucar.edu/pub/netcdf/${P}.tar.Z" @@ -8,7 +8,7 @@ HOMEPAGE="http://www.unidata.ucar.edu/packages/netcdf/" LICENSE="UCAR-Unidata" SLOT="0" -KEYWORDS="x86 ~sparc ~amd64 alpha ia64" +KEYWORDS="x86 sparc amd64 alpha ia64 ~ppc ~mips ~hppa" S=${WORKDIR}/${P}/src |