summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Loeser <halcy0n@gentoo.org>2009-11-09 21:48:51 +0000
committerMark Loeser <halcy0n@gentoo.org>2009-11-09 21:48:51 +0000
commit0ba92b199f81cf8bfcfbe4107b75fb2c436131ed (patch)
treecec30094f49800119eee1d5793dc44895343f4b1 /dev-libs/boost/boost-1.35.0-r5.ebuild
parentChange comment in ebuild to indicate tests still fail for 4.3.3 (diff)
downloadgentoo-2-0ba92b199f81cf8bfcfbe4107b75fb2c436131ed.tar.gz
gentoo-2-0ba92b199f81cf8bfcfbe4107b75fb2c436131ed.tar.bz2
gentoo-2-0ba92b199f81cf8bfcfbe4107b75fb2c436131ed.zip
Add blocker to fix bug #290691, and fix dependency on openmpi for bug #269926
(Portage version: 2.2_rc49/cvs/Linux x86_64)
Diffstat (limited to 'dev-libs/boost/boost-1.35.0-r5.ebuild')
-rw-r--r--dev-libs/boost/boost-1.35.0-r5.ebuild5
1 files changed, 3 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 fba6e0673f91..ac127238c630 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.12 2009/10/25 11:58:54 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/boost-1.35.0-r5.ebuild,v 1.13 2009/11/09 21:48:51 halcy0n Exp $
EAPI="2"
@@ -22,9 +22,10 @@ IUSE="doc +eselect expat icu mpi python test tools"
RDEPEND="icu? ( >=dev-libs/icu-3.3 )
expat? ( dev-libs/expat )
- mpi? ( || ( >=sys-cluster/openmpi-1.3[cxx] =sys-cluster/openmpi-1.2*[-nocxx] ) )
+ mpi? ( || ( >=sys-cluster/openmpi-1.2.9[cxx] <sys-cluster/openmpi-1.2.9[-nocxx] ) )
sys-libs/zlib
python? ( virtual/python )
+ !!<=dev-libs/boost-1.35.0-r2
>=app-admin/eselect-boost-0.3"
DEPEND="${RDEPEND}
>=dev-util/boost-build-1.35.0-r2:${SLOT}"