diff options
Diffstat (limited to 'sci-libs/hdf5/hdf5-1.6.2.ebuild')
-rw-r--r-- | sci-libs/hdf5/hdf5-1.6.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-libs/hdf5/hdf5-1.6.2.ebuild b/sci-libs/hdf5/hdf5-1.6.2.ebuild index b3a98ce45ba2..0b79e1def387 100644 --- a/sci-libs/hdf5/hdf5-1.6.2.ebuild +++ b/sci-libs/hdf5/hdf5-1.6.2.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/hdf5/hdf5-1.6.2.ebuild,v 1.3 2005/04/18 16:16:33 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/hdf5/hdf5-1.6.2.ebuild,v 1.4 2005/09/11 05:38:16 nerdboy Exp $ DESCRIPTION="general purpose library and file format for storing scientific data" HOMEPAGE="http://hdf.ncsa.uiuc.edu/HDF5/" @@ -8,7 +8,7 @@ SRC_URI="ftp://ftp.ncsa.uiuc.edu/HDF/HDF5/current/src/${P}.tar.gz" LICENSE="NCSA-HDF" SLOT="0" -KEYWORDS="alpha amd64 ia64 ppc ~sparc x86" +KEYWORDS="alpha amd64 ia64 ppc sparc x86" IUSE="static zlib ssl" DEPEND="zlib? ( sys-libs/zlib )" |