diff options
author | 2005-05-29 02:01:45 +0000 | |
---|---|---|
committer | 2005-05-29 02:01:45 +0000 | |
commit | 5064fdaf703de704b32e4fc18b5ec474322d69d7 (patch) | |
tree | 97319bdab81ac2f57eb4bd641f7c66272ac06c74 /sci-libs/netcdf/netcdf-3.6.0-r1.ebuild | |
parent | Make immqt and immqt-bc USE flags exclusive; bug #89824. (diff) | |
download | gentoo-2-5064fdaf703de704b32e4fc18b5ec474322d69d7.tar.gz gentoo-2-5064fdaf703de704b32e4fc18b5ec474322d69d7.tar.bz2 gentoo-2-5064fdaf703de704b32e4fc18b5ec474322d69d7.zip |
stable bump for x86 and sparc
(Portage version: 2.0.51.19)
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 c64cf3ee253e..8aba0ee8612a 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.1 2005/02/18 05:16:41 nerdboy Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/netcdf/netcdf-3.6.0-r1.ebuild,v 1.2 2005/05/29 02:01:45 nerdboy 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="~x86 ~sparc ~amd64 ~alpha ~ia64 ~ppc ~mips ~hppa" +KEYWORDS="x86 sparc ~amd64 ~alpha ~ia64 ~ppc ~mips ~hppa" S=${WORKDIR}/${PN}-${MY_PV}/src |