From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1108220-garchives=archives.gentoo.org@lists.gentoo.org>
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 F35C1138334
	for <garchives@archives.gentoo.org>; Thu, 29 Aug 2019 21:05:38 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id F03AFE0805;
	Thu, 29 Aug 2019 21:05:37 +0000 (UTC)
Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4])
	(using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id B13E9E0805
	for <gentoo-commits@lists.gentoo.org>; Thu, 29 Aug 2019 21:05:37 +0000 (UTC)
Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84])
	(using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 38FFC34A630
	for <gentoo-commits@lists.gentoo.org>; Thu, 29 Aug 2019 21:05:36 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id CF6D4720
	for <gentoo-commits@lists.gentoo.org>; Thu, 29 Aug 2019 21:05:33 +0000 (UTC)
From: "Justin Bronder" <jsbronder@gentoo.org>
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" <jsbronder@gentoo.org>
Message-ID: <1567112708.e6f7cf9f0b9f321d8fc326c5da43e8725e4e824c.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-4.0.1-r1.ebuild sys-cluster/openmpi/openmpi-4.0.1.ebuild
X-VCS-Directories: sys-cluster/openmpi/
X-VCS-Committer: jsbronder
X-VCS-Committer-Name: Justin Bronder
X-VCS-Revision: e6f7cf9f0b9f321d8fc326c5da43e8725e4e824c
X-VCS-Branch: master
Date: Thu, 29 Aug 2019 21:05:33 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: 08b49061-02f0-4e2e-885b-cb5d3765102f
X-Archives-Hash: 1905b59fb39e0750a074a3bd55343319

commit:     e6f7cf9f0b9f321d8fc326c5da43e8725e4e824c
Author:     Justin Bronder <jsbronder <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 29 21:05:08 2019 +0000
Commit:     Justin Bronder <jsbronder <AT> gentoo <DOT> org>
CommitDate: Thu Aug 29 21:05:08 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6f7cf9f

sys-cluster/openmpi: slot-dep on libevent

Thanks to Arfrever Frehtes Taifersar Arahesis for the report and fix, #692748.

Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Justin Bronder <jsbronder <AT> gentoo.org>

 sys-cluster/openmpi/{openmpi-4.0.1.ebuild => openmpi-4.0.1-r1.ebuild} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-cluster/openmpi/openmpi-4.0.1.ebuild b/sys-cluster/openmpi/openmpi-4.0.1-r1.ebuild
similarity index 98%
rename from sys-cluster/openmpi/openmpi-4.0.1.ebuild
rename to sys-cluster/openmpi/openmpi-4.0.1-r1.ebuild
index 25592104fbb..aaf63224f63 100644
--- a/sys-cluster/openmpi/openmpi-4.0.1.ebuild
+++ b/sys-cluster/openmpi/openmpi-4.0.1-r1.ebuild
@@ -47,7 +47,7 @@ CDEPEND="
 	!sys-cluster/mpich2
 	!sys-cluster/nullmpi
 	!sys-cluster/mpiexec
-	>=dev-libs/libevent-2.0.22[${MULTILIB_USEDEP},threads]
+	>=dev-libs/libevent-2.0.22:=[${MULTILIB_USEDEP},threads]
 	dev-libs/libltdl:0[${MULTILIB_USEDEP}]
 	>=sys-apps/hwloc-2.0.2[${MULTILIB_USEDEP}]
 	>=sys-libs/zlib-1.2.8-r1[${MULTILIB_USEDEP}]