diff options
author | Sergey Popov <pinkbyte@gentoo.org> | 2015-02-27 13:44:19 +0000 |
---|---|---|
committer | Sergey Popov <pinkbyte@gentoo.org> | 2015-02-27 13:44:19 +0000 |
commit | 7a28ef30900760fc87a2ec77646b2242c0cdd3a2 (patch) | |
tree | ebc4116bfe059451c9110e0d8f817cd0bae24fdc /dev-libs | |
parent | Add ~amd64-fbsd to virtual/mpi as sys-cluster/openmpi is also keyworded (diff) | |
download | gentoo-2-7a28ef30900760fc87a2ec77646b2242c0cdd3a2.tar.gz gentoo-2-7a28ef30900760fc87a2ec77646b2242c0cdd3a2.tar.bz2 gentoo-2-7a28ef30900760fc87a2ec77646b2242c0cdd3a2.zip |
Set MPI dependency to virtual/mpi, wrt bug #525596
(Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 0x60C0742D1F357D42)
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/boost/ChangeLog | 6 | ||||
-rw-r--r-- | dev-libs/boost/boost-1.55.0-r2.ebuild | 4 | ||||
-rw-r--r-- | dev-libs/boost/boost-1.56.0-r1.ebuild | 4 | ||||
-rw-r--r-- | dev-libs/boost/boost-1.57.0.ebuild | 4 |
4 files changed, 11 insertions, 7 deletions
diff --git a/dev-libs/boost/ChangeLog b/dev-libs/boost/ChangeLog index 479601b2e601..c0c60836c89c 100644 --- a/dev-libs/boost/ChangeLog +++ b/dev-libs/boost/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-libs/boost # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/ChangeLog,v 1.344 2015/02/27 12:19:55 pinkbyte Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/ChangeLog,v 1.345 2015/02/27 13:44:19 pinkbyte Exp $ + + 27 Feb 2015; Sergey Popov <pinkbyte@gentoo.org> boost-1.55.0-r2.ebuild, + boost-1.56.0-r1.ebuild, boost-1.57.0.ebuild: + Set MPI dependency to virtual/mpi, wrt bug #525596 *boost-1.57.0 (27 Feb 2015) diff --git a/dev-libs/boost/boost-1.55.0-r2.ebuild b/dev-libs/boost/boost-1.55.0-r2.ebuild index 0b23dba56be9..4a2ef12349a7 100644 --- a/dev-libs/boost/boost-1.55.0-r2.ebuild +++ b/dev-libs/boost/boost-1.55.0-r2.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.55.0-r2.ebuild,v 1.9 2015/01/02 13:45:12 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/boost-1.55.0-r2.ebuild,v 1.10 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}] 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}] diff --git a/dev-libs/boost/boost-1.57.0.ebuild b/dev-libs/boost/boost-1.57.0.ebuild index 009be04c75e9..5f76f74797a8 100644 --- a/dev-libs/boost/boost-1.57.0.ebuild +++ b/dev-libs/boost/boost-1.57.0.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.57.0.ebuild,v 1.1 2015/02/27 12:19:55 pinkbyte Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/boost-1.57.0.ebuild,v 1.2 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}] |