diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-06-16 04:53:50 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-06-16 04:53:50 +0000 |
commit | 04128592a1c38a9f763d6c916c985f07afa03569 (patch) | |
tree | 160efaeef551c707bfa3854c983a01897a0d9122 /dev-libs/hdf5/hdf5-1.6.0.ebuild | |
parent | Another rev bump to fix a local DoS vuln in PaX, thanks to x1bncwn for produc... (diff) | |
download | gentoo-2-04128592a1c38a9f763d6c916c985f07afa03569.tar.gz gentoo-2-04128592a1c38a9f763d6c916c985f07afa03569.tar.bz2 gentoo-2-04128592a1c38a9f763d6c916c985f07afa03569.zip |
PROVIDE is for virtuals
Diffstat (limited to 'dev-libs/hdf5/hdf5-1.6.0.ebuild')
-rw-r--r-- | dev-libs/hdf5/hdf5-1.6.0.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/dev-libs/hdf5/hdf5-1.6.0.ebuild b/dev-libs/hdf5/hdf5-1.6.0.ebuild index cd4900c34fa9..d67ae899c629 100644 --- a/dev-libs/hdf5/hdf5-1.6.0.ebuild +++ b/dev-libs/hdf5/hdf5-1.6.0.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/dev-libs/hdf5/hdf5-1.6.0.ebuild,v 1.3 2004/01/07 07:23:03 george Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/hdf5/hdf5-1.6.0.ebuild,v 1.4 2004/06/16 04:49:58 mr_bones_ Exp $ DESCRIPTION="HDF5 is a general purpose library and file format for storing scientific data." SRC_URI="ftp://ftp.ncsa.uiuc.edu/HDF/HDF5/current/src/${P}.tar.gz" @@ -12,7 +12,6 @@ SLOT="0" IUSE="static zlib ssl" DEPEND="zlib? ( sys-libs/zlib )" -PROVIDE="dev-libs/hdf5" src_compile() { local myconf |