summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2011-06-21 09:50:43 +0000
committerJustin Lecher <jlec@gentoo.org>2011-06-21 09:50:43 +0000
commitb07a39db19c66a7bc4b02593a34ca8df1abac869 (patch)
tree04d85d4c761f45c5172e371362cf47e96a0bd290 /sci-libs/hdf5/hdf5-1.8.7.ebuild
parentAdded fortran-2.eclass support (diff)
downloadgentoo-2-b07a39db19c66a7bc4b02593a34ca8df1abac869.tar.gz
gentoo-2-b07a39db19c66a7bc4b02593a34ca8df1abac869.tar.bz2
gentoo-2-b07a39db19c66a7bc4b02593a34ca8df1abac869.zip
Added fortran-2.eclass support
(Portage version: 2.2.0_alpha41/cvs/Linux x86_64)
Diffstat (limited to 'sci-libs/hdf5/hdf5-1.8.7.ebuild')
-rw-r--r--sci-libs/hdf5/hdf5-1.8.7.ebuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/sci-libs/hdf5/hdf5-1.8.7.ebuild b/sci-libs/hdf5/hdf5-1.8.7.ebuild
index 27993307de1a..23611791f668 100644
--- a/sci-libs/hdf5/hdf5-1.8.7.ebuild
+++ b/sci-libs/hdf5/hdf5-1.8.7.ebuild
@@ -1,10 +1,10 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/hdf5/hdf5-1.8.7.ebuild,v 1.2 2011/06/08 15:12:47 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/hdf5/hdf5-1.8.7.ebuild,v 1.3 2011/06/21 09:50:43 jlec Exp $
EAPI=2
-inherit autotools eutils
+inherit autotools eutils fortran-2
DESCRIPTION="General purpose library and file format for storing scientific data"
HOMEPAGE="http://www.hdfgroup.org/HDF5/"
@@ -25,6 +25,7 @@ DEPEND="${RDEPEND}
sys-process/time"
pkg_setup() {
+ fortran-2_pkg_setup
if use mpi; then
if has_version 'sci-libs/hdf5[-mpi]'; then
ewarn "Installing hdf5 with mpi enabled with a previous hdf5 with mpi disabled may fail."