diff options
author | 2015-02-27 13:44:21 +0000 | |
---|---|---|
committer | 2015-02-27 13:44:21 +0000 | |
commit | 5ff8f41a51e9b708a1128f57480c5964421ff67e (patch) | |
tree | cfde0b6ef16830efafe16ccd7371d9c2e7405a8f /dev-libs/boost/boost-1.56.0-r1.ebuild | |
parent | Add ~amd64-fbsd to virtual/mpi as sys-cluster/openmpi is also keyworded (diff) | |
download | historical-5ff8f41a51e9b708a1128f57480c5964421ff67e.tar.gz historical-5ff8f41a51e9b708a1128f57480c5964421ff67e.tar.bz2 historical-5ff8f41a51e9b708a1128f57480c5964421ff67e.zip |
Set MPI dependency to virtual/mpi, wrt bug #525596
Package-Manager: portage-2.2.17/cvs/Linux x86_64
Manifest-Sign-Key: 0x60C0742D1F357D42
Diffstat (limited to 'dev-libs/boost/boost-1.56.0-r1.ebuild')
-rw-r--r-- | dev-libs/boost/boost-1.56.0-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/boost/boost-1.56.0-r1.ebuild b/dev-libs/boost/boost-1.56.0-r1.ebuild index 5a93b572babe..8c0c74d0b9be 100644 --- a/dev-libs/boost/boost-1.56.0-r1.ebuild +++ b/dev-libs/boost/boost-1.56.0-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/boost-1.56.0-r1.ebuild,v 1.3 2015/01/05 17:58:25 ottxor Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/boost-1.56.0-r1.ebuild,v 1.4 2015/02/27 13:44:19 pinkbyte Exp $ EAPI="5" PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} ) @@ -23,7 +23,7 @@ IUSE="context debug doc icu +nls mpi python static-libs +threads tools" RDEPEND="abi_x86_32? ( !app-emulation/emul-linux-x86-cpplibs[-abi_x86_32(-)] ) icu? ( >=dev-libs/icu-3.6:=[${MULTILIB_USEDEP}] ) !icu? ( virtual/libiconv[${MULTILIB_USEDEP}] ) - mpi? ( || ( sys-cluster/openmpi[cxx] sys-cluster/mpich2[cxx,threads] ) ) + mpi? ( virtual/mpi[cxx,threads] ) python? ( ${PYTHON_DEPS} ) app-arch/bzip2[${MULTILIB_USEDEP}] sys-libs/zlib[${MULTILIB_USEDEP}] |