summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2011-06-21 15:18:04 +0000
committerJustin Lecher <jlec@gentoo.org>2011-06-21 15:18:04 +0000
commit3270de5226dab300ba27bd6c0bae85ab91e07969 (patch)
treee34a476ff61b382d0a9a7384de4b11830689c750 /sci-libs/hdf5/hdf5-1.8.7.ebuild
parentAdd dependency on virtual/fortran (diff)
downloadgentoo-2-3270de5226dab300ba27bd6c0bae85ab91e07969.tar.gz
gentoo-2-3270de5226dab300ba27bd6c0bae85ab91e07969.tar.bz2
gentoo-2-3270de5226dab300ba27bd6c0bae85ab91e07969.zip
Add dependency on virtual/fortran
(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.ebuild6
1 files changed, 4 insertions, 2 deletions
diff --git a/sci-libs/hdf5/hdf5-1.8.7.ebuild b/sci-libs/hdf5/hdf5-1.8.7.ebuild
index 23611791f668..b4047eee3452 100644
--- a/sci-libs/hdf5/hdf5-1.8.7.ebuild
+++ b/sci-libs/hdf5/hdf5-1.8.7.ebuild
@@ -1,6 +1,6 @@
# 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.3 2011/06/21 09:50:43 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/hdf5/hdf5-1.8.7.ebuild,v 1.4 2011/06/21 15:18:04 jlec Exp $
EAPI=2
@@ -16,7 +16,9 @@ KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
IUSE="cxx debug examples fortran mpi szip threads zlib"
-RDEPEND="mpi? ( virtual/mpi[romio] )
+RDEPEND="
+ fortran? ( virtual/fortran )
+ mpi? ( virtual/mpi[romio] )
szip? ( >=sci-libs/szip-2.1 )
zlib? ( sys-libs/zlib )"