diff options
author | Aron Griffis <agriffis@gentoo.org> | 2005-08-25 13:10:07 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2005-08-25 13:10:07 +0000 |
commit | 9e5202decb8bfbf0c32d5ceab1781b7fe4a76ea2 (patch) | |
tree | 8ef5c475441640bf7b0346e15f5c0abf7ebf848a /sci-libs/netcdf/netcdf-3.6.0-r1.ebuild | |
parent | Added largefile support as per bug #103578. (diff) | |
download | gentoo-2-9e5202decb8bfbf0c32d5ceab1781b7fe4a76ea2.tar.gz gentoo-2-9e5202decb8bfbf0c32d5ceab1781b7fe4a76ea2.tar.bz2 gentoo-2-9e5202decb8bfbf0c32d5ceab1781b7fe4a76ea2.zip |
stable on ia64 #82431
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'sci-libs/netcdf/netcdf-3.6.0-r1.ebuild')
-rw-r--r-- | sci-libs/netcdf/netcdf-3.6.0-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-libs/netcdf/netcdf-3.6.0-r1.ebuild b/sci-libs/netcdf/netcdf-3.6.0-r1.ebuild index caa9c57cdec5..4886a85a7924 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.7 2005/07/11 17:28:06 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/netcdf/netcdf-3.6.0-r1.ebuild,v 1.8 2005/08/25 13:10:07 agriffis 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 ~ppc64 sparc x86" +KEYWORDS="alpha amd64 hppa ia64 ~mips ppc ~ppc64 sparc x86" S=${WORKDIR}/${PN}-${MY_PV}/src |