summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTiziano Müller <dev-zero@gentoo.org>2009-05-15 10:42:27 +0000
committerTiziano Müller <dev-zero@gentoo.org>2009-05-15 10:42:27 +0000
commitf8a36646cca71bab00facdb2820b830dbc5d5e25 (patch)
tree69e1b40162b3c52049e931ee1d1834d4a93d0a82 /dev-libs/boost/boost-1.37.0-r1.ebuild
parentremove unused versions (diff)
downloadgentoo-2-f8a36646cca71bab00facdb2820b830dbc5d5e25.tar.gz
gentoo-2-f8a36646cca71bab00facdb2820b830dbc5d5e25.tar.bz2
gentoo-2-f8a36646cca71bab00facdb2820b830dbc5d5e25.zip
Changed openmpi dep again to allow stable versions of openmpi satisfying it (since they have nocxx instead of cxx USE flag, bug #269926).
(Portage version: 2.2_rc33/cvs/Linux x86_64, RepoMan options: --force)
Diffstat (limited to 'dev-libs/boost/boost-1.37.0-r1.ebuild')
-rw-r--r--dev-libs/boost/boost-1.37.0-r1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/boost/boost-1.37.0-r1.ebuild b/dev-libs/boost/boost-1.37.0-r1.ebuild
index 6ca82a1322b5..78928ef978f9 100644
--- a/dev-libs/boost/boost-1.37.0-r1.ebuild
+++ b/dev-libs/boost/boost-1.37.0-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/boost-1.37.0-r1.ebuild,v 1.4 2009/05/13 19:11:47 dev-zero Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/boost-1.37.0-r1.ebuild,v 1.5 2009/05/15 10:42:27 dev-zero Exp $
EAPI="2"
@@ -22,7 +22,7 @@ IUSE="debug doc +eselect expat icu mpi python tools"
RDEPEND="icu? ( >=dev-libs/icu-3.3 )
expat? ( dev-libs/expat )
- mpi? ( sys-cluster/openmpi[cxx] )
+ mpi? ( || ( >=sys-cluster/openmpi-1.3[cxx] =sys-cluster/openmpi-1.2*[-nocxx] ) )
sys-libs/zlib
python? ( virtual/python )
!<=dev-libs/boost-1.35.0-r2