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
commitf2e036fa66dcef47033b9b79d26d136e678db5f0 (patch)
tree1278a5cdd653fae339e3766bec451b49904429c7 /dev-libs/boost/boost-1.35.0-r5.ebuild
parentremove unused versions (diff)
downloadhistorical-f2e036fa66dcef47033b9b79d26d136e678db5f0.tar.gz
historical-f2e036fa66dcef47033b9b79d26d136e678db5f0.tar.bz2
historical-f2e036fa66dcef47033b9b79d26d136e678db5f0.zip
Changed openmpi dep again to allow stable versions of openmpi satisfying it (since they have nocxx instead of cxx USE flag, bug #269926).
Package-Manager: portage-2.2_rc33/cvs/Linux x86_64 RepoMan-Options: --force
Diffstat (limited to 'dev-libs/boost/boost-1.35.0-r5.ebuild')
-rw-r--r--dev-libs/boost/boost-1.35.0-r5.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/boost/boost-1.35.0-r5.ebuild b/dev-libs/boost/boost-1.35.0-r5.ebuild
index 22603a7faf71..4557388c9513 100644
--- a/dev-libs/boost/boost-1.35.0-r5.ebuild
+++ b/dev-libs/boost/boost-1.35.0-r5.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.35.0-r5.ebuild,v 1.3 2009/05/13 19:11:47 dev-zero Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/boost-1.35.0-r5.ebuild,v 1.4 2009/05/15 10:42:27 dev-zero Exp $
EAPI="2"
@@ -22,7 +22,7 @@ IUSE="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 )
>=app-admin/eselect-boost-0.3"