From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 207C7139694 for ; Wed, 22 Mar 2017 20:15:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6D1D4E0CEA; Wed, 22 Mar 2017 20:15:44 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4BC40E0CEA for ; Wed, 22 Mar 2017 20:15:44 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3709A33BF1C for ; Wed, 22 Mar 2017 20:15:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A739D714A for ; Wed, 22 Mar 2017 20:15:41 +0000 (UTC) From: "Justin Bronder" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Bronder" Message-ID: <1490213731.b2a1a484d573f0d50832f292a4860850a806d875.jsbronder@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/openmpi/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-cluster/openmpi/openmpi-2.0.2.ebuild sys-cluster/openmpi/openmpi-2.1.0.ebuild X-VCS-Directories: sys-cluster/openmpi/ X-VCS-Committer: jsbronder X-VCS-Committer-Name: Justin Bronder X-VCS-Revision: b2a1a484d573f0d50832f292a4860850a806d875 X-VCS-Branch: master Date: Wed, 22 Mar 2017 20:15:41 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 06643b0b-ffb5-43c0-bb73-289a92084316 X-Archives-Hash: 4652654816f50ee377d41a41568e6758 commit: b2a1a484d573f0d50832f292a4860850a806d875 Author: Justin Bronder gentoo org> AuthorDate: Wed Mar 22 20:15:19 2017 +0000 Commit: Justin Bronder gentoo org> CommitDate: Wed Mar 22 20:15:31 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2a1a484 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 4f60a5d68d6..9db43decc9f 100644 --- a/sys-cluster/openmpi/openmpi-2.0.2.ebuild +++ b/sys-cluster/openmpi/openmpi-2.0.2.ebuild @@ -52,7 +52,7 @@ CDEPEND=" !sys-cluster/mpich2 !sys-cluster/nullmpi !sys-cluster/mpiexec - >=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 a613bf490dc..026a864faf1 100644 --- a/sys-cluster/openmpi/openmpi-2.1.0.ebuild +++ b/sys-cluster/openmpi/openmpi-2.1.0.ebuild @@ -50,7 +50,7 @@ CDEPEND=" !sys-cluster/mpich2 !sys-cluster/nullmpi !sys-cluster/mpiexec - >=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}]