diff options
author | Steve Arnold <nerdboy@gentoo.org> | 2007-12-03 07:21:53 +0000 |
---|---|---|
committer | Steve Arnold <nerdboy@gentoo.org> | 2007-12-03 07:21:53 +0000 |
commit | b9c205dd506caeacc3e205c39ed7afac4c46167b (patch) | |
tree | f68a977a746fa33281ec9d2af301c69d2c09d83c /sci-libs/hdf5/hdf5-1.6.5-r1.ebuild | |
parent | whitespace (diff) | |
download | historical-b9c205dd506caeacc3e205c39ed7afac4c46167b.tar.gz historical-b9c205dd506caeacc3e205c39ed7afac4c46167b.tar.bz2 historical-b9c205dd506caeacc3e205c39ed7afac4c46167b.zip |
updated to latest upstream release with pvfs2 support and shared lib fixes
Package-Manager: portage-2.1.4_rc1
Diffstat (limited to 'sci-libs/hdf5/hdf5-1.6.5-r1.ebuild')
-rw-r--r-- | sci-libs/hdf5/hdf5-1.6.5-r1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sci-libs/hdf5/hdf5-1.6.5-r1.ebuild b/sci-libs/hdf5/hdf5-1.6.5-r1.ebuild index b27d51522c10..40d8049abec8 100644 --- a/sci-libs/hdf5/hdf5-1.6.5-r1.ebuild +++ b/sci-libs/hdf5/hdf5-1.6.5-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/hdf5/hdf5-1.6.5-r1.ebuild,v 1.3 2006/07/13 05:05:56 nerdboy Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/hdf5/hdf5-1.6.5-r1.ebuild,v 1.4 2007/12/03 07:21:53 nerdboy Exp $ inherit fortran eutils toolchain-funcs @@ -161,7 +161,7 @@ src_install() { fi dobin ${S}/bin/iostats || die "dobin failed" - dodoc README.txt COPYING MANIFEST + dodoc README.txt MANIFEST dohtml doc/html/* if use mpi ; then |