summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2011-06-21 14:24:39 +0000
committerJustin Lecher <jlec@gentoo.org>2011-06-21 14:24:39 +0000
commit0666972e9508fd1c93aa179894a9e29a9e9626fc (patch)
treebf041dfadc9e1d9f08d28220c6c6014981038ba3 /sys-cluster/mpich2
parentStable on alpha, bug #371261 (diff)
downloadhistorical-0666972e9508fd1c93aa179894a9e29a9e9626fc.tar.gz
historical-0666972e9508fd1c93aa179894a9e29a9e9626fc.tar.bz2
historical-0666972e9508fd1c93aa179894a9e29a9e9626fc.zip
Add dependency on virtual/fortran
Package-Manager: portage-2.2.0_alpha41/cvs/Linux x86_64
Diffstat (limited to 'sys-cluster/mpich2')
-rw-r--r--sys-cluster/mpich2/ChangeLog6
-rw-r--r--sys-cluster/mpich2/mpich2-1.2.1_p1-r1.ebuild6
-rw-r--r--sys-cluster/mpich2/mpich2-1.4_rc2-r1.ebuild6
3 files changed, 13 insertions, 5 deletions
diff --git a/sys-cluster/mpich2/ChangeLog b/sys-cluster/mpich2/ChangeLog
index e1714c472220..0fac6295be3e 100644
--- a/sys-cluster/mpich2/ChangeLog
+++ b/sys-cluster/mpich2/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sys-cluster/mpich2
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/mpich2/ChangeLog,v 1.72 2011/06/21 09:57:59 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/mpich2/ChangeLog,v 1.73 2011/06/21 14:24:00 jlec Exp $
+
+ 21 Jun 2011; Justin Lecher <jlec@gentoo.org> mpich2-1.2.1_p1-r1.ebuild,
+ mpich2-1.4_rc2-r1.ebuild:
+ Add dependency on virtual/fortran
21 Jun 2011; Justin Lecher <jlec@gentoo.org> mpich2-1.2.1_p1-r1.ebuild,
mpich2-1.4_rc2-r1.ebuild:
diff --git a/sys-cluster/mpich2/mpich2-1.2.1_p1-r1.ebuild b/sys-cluster/mpich2/mpich2-1.2.1_p1-r1.ebuild
index cf568d0f7724..0979b1be4ba3 100644
--- a/sys-cluster/mpich2/mpich2-1.2.1_p1-r1.ebuild
+++ b/sys-cluster/mpich2/mpich2-1.2.1_p1-r1.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/sys-cluster/mpich2/mpich2-1.2.1_p1-r1.ebuild,v 1.12 2011/06/21 09:57:59 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/mpich2/mpich2-1.2.1_p1-r1.ebuild,v 1.13 2011/06/21 14:24:00 jlec Exp $
EAPI=2
PYTHON_DEPEND="2"
@@ -24,7 +24,9 @@ DEPEND="${COMMON_DEPEND}
dev-lang/perl
sys-devel/libtool"
-RDEPEND="${COMMON_DEPEND}
+RDEPEND="
+ fortran? ( virtual/fortran )
+${COMMON_DEPEND}
!media-sound/mpd
!sys-cluster/openmpi
!sys-cluster/lam-mpi"
diff --git a/sys-cluster/mpich2/mpich2-1.4_rc2-r1.ebuild b/sys-cluster/mpich2/mpich2-1.4_rc2-r1.ebuild
index f16ed31a5994..903baecdbd89 100644
--- a/sys-cluster/mpich2/mpich2-1.4_rc2-r1.ebuild
+++ b/sys-cluster/mpich2/mpich2-1.4_rc2-r1.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/sys-cluster/mpich2/mpich2-1.4_rc2-r1.ebuild,v 1.3 2011/06/21 09:58:00 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/mpich2/mpich2-1.4_rc2-r1.ebuild,v 1.4 2011/06/21 14:24:00 jlec Exp $
EAPI=2
@@ -24,7 +24,9 @@ DEPEND="${COMMON_DEPEND}
dev-lang/perl
sys-devel/libtool"
-RDEPEND="${COMMON_DEPEND}
+RDEPEND="
+ fortran? ( virtual/fortran )
+${COMMON_DEPEND}
!sys-cluster/openmpi
!sys-cluster/lam-mpi"