diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-02-22 19:53:44 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-02-22 19:53:44 +0000 |
commit | 19b3c04b64ecbb33ba53d0538911a24e1cbce8dd (patch) | |
tree | a860a21fb5571eef671b809b7af71de82f789742 /app-sci/netcdf | |
parent | Remove arm keywords (diff) | |
download | historical-19b3c04b64ecbb33ba53d0538911a24e1cbce8dd.tar.gz historical-19b3c04b64ecbb33ba53d0538911a24e1cbce8dd.tar.bz2 historical-19b3c04b64ecbb33ba53d0538911a24e1cbce8dd.zip |
Remove arm keywords
Diffstat (limited to 'app-sci/netcdf')
-rw-r--r-- | app-sci/netcdf/netcdf-3.5.0-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-sci/netcdf/netcdf-3.5.0-r2.ebuild b/app-sci/netcdf/netcdf-3.5.0-r2.ebuild index c640953a68cf..713242c346c6 100644 --- a/app-sci/netcdf/netcdf-3.5.0-r2.ebuild +++ b/app-sci/netcdf/netcdf-3.5.0-r2.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-r2.ebuild,v 1.5 2004/01/12 19:54:40 nerdboy Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-sci/netcdf/netcdf-3.5.0-r2.ebuild,v 1.6 2004/02/22 19:53:08 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 ~ppc ~sparc ~alpha ~mips ~hppa ~arm" +KEYWORDS="x86 ~ppc ~sparc ~alpha ~mips ~hppa" S=${WORKDIR}/${P}/src |