commit:     6be46f9ef148637824579de0b5e51d2df9c13427
Author:     Justin Bronder <jsbronder <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 22 20:17:23 2017 +0000
Commit:     Justin Bronder <jsbronder <AT> gentoo <DOT> org>
CommitDate: Wed Mar 22 20:17:23 2017 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=6be46f9e

sys-cluster/openmpi: require dev-libs/libevent with threads

Fixes #602514.

Package-Manager: portage-2.3.3

 sys-cluster/openmpi/openmpi-2.0.2.ebuild | 2 +-
 sys-cluster/openmpi/openmpi-2.1.0.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-cluster/openmpi/openmpi-2.0.2.ebuild 
b/sys-cluster/openmpi/openmpi-2.0.2.ebuild
index a799f29b7..559289ae8 100644
--- a/sys-cluster/openmpi/openmpi-2.0.2.ebuild
+++ b/sys-cluster/openmpi/openmpi-2.0.2.ebuild
@@ -51,7 +51,7 @@ MPI_UNCLASSED_DEP_STR="
 "
 
 CDEPEND="
-       >=dev-libs/libevent-2.0.22[${MULTILIB_USEDEP}]
+       >=dev-libs/libevent-2.0.22[${MULTILIB_USEDEP},threads]
        dev-libs/libltdl:0[${MULTILIB_USEDEP}]
        >=sys-apps/hwloc-1.11.2[${MULTILIB_USEDEP},numa?]
        >=sys-libs/zlib-1.2.8-r1[${MULTILIB_USEDEP}]

diff --git a/sys-cluster/openmpi/openmpi-2.1.0.ebuild 
b/sys-cluster/openmpi/openmpi-2.1.0.ebuild
index eb83a4599..cf808b6ae 100644
--- a/sys-cluster/openmpi/openmpi-2.1.0.ebuild
+++ b/sys-cluster/openmpi/openmpi-2.1.0.ebuild
@@ -49,7 +49,7 @@ MPI_UNCLASSED_DEP_STR="
 "
 
 CDEPEND="
-       >=dev-libs/libevent-2.0.22[${MULTILIB_USEDEP}]
+       >=dev-libs/libevent-2.0.22[${MULTILIB_USEDEP},threads]
        dev-libs/libltdl:0[${MULTILIB_USEDEP}]
        >=sys-apps/hwloc-1.11.2[${MULTILIB_USEDEP},numa?]
        >=sys-libs/zlib-1.2.8-r1[${MULTILIB_USEDEP}]

Reply via email to