diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-02-17 20:03:29 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-02-17 20:03:29 +0000 |
commit | 9bad483017a8beeb1fec0d560a3cb8c4682c0154 (patch) | |
tree | 6b8c2d31fbc2704d51579f36bd70b68958d9e088 /app-sci | |
parent | Fix duplicate KEYWORDS settings and mark stable on alpha and ia64 for the sak... (diff) | |
download | gentoo-2-9bad483017a8beeb1fec0d560a3cb8c4682c0154.tar.gz gentoo-2-9bad483017a8beeb1fec0d560a3cb8c4682c0154.tar.bz2 gentoo-2-9bad483017a8beeb1fec0d560a3cb8c4682c0154.zip |
stable on alpha and ia64 for the sake of dev-python/ScientificPython
Diffstat (limited to 'app-sci')
-rw-r--r-- | app-sci/netcdf/ChangeLog | 5 | ||||
-rw-r--r-- | app-sci/netcdf/netcdf-3.5.0-r3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-sci/netcdf/ChangeLog b/app-sci/netcdf/ChangeLog index 64e2b7dff81c..7d9c54140f39 100644 --- a/app-sci/netcdf/ChangeLog +++ b/app-sci/netcdf/ChangeLog @@ -1,6 +1,9 @@ # 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.8 2004/02/06 15:50:15 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-sci/netcdf/ChangeLog,v 1.9 2004/02/17 20:03:29 agriffis Exp $ + + 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 12 Jan 2004; <nerdboy@gentoo.org> netcdf-3.5.0-r3.ebuild, netcdf-3.5.0-r2.ebuild, metadata.xml: diff --git a/app-sci/netcdf/netcdf-3.5.0-r3.ebuild b/app-sci/netcdf/netcdf-3.5.0-r3.ebuild index 40cd73c176bf..915ad2400f60 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.5 2004/02/06 15:47:21 aliz Exp $ +# $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 $ 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" +KEYWORDS="x86 ~sparc ~amd64 alpha ia64" S=${WORKDIR}/${P}/src |