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 774F1138334 for ; Thu, 29 Aug 2019 20:28:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8DDE7E0809; Thu, 29 Aug 2019 20:28:37 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 744D3E0809 for ; Thu, 29 Aug 2019 20:28: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 D42FB34A633 for ; Thu, 29 Aug 2019 20:28:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6AE09720 for ; Thu, 29 Aug 2019 20:28:33 +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: <1567110484.c5c34b346b419dcd5ca5e0ea55205623336e8fc0.jsbronder@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sys-cluster/openmpi/ X-VCS-Repository: proj/sci X-VCS-Files: sys-cluster/openmpi/openmpi-4.0.1-r1.ebuild sys-cluster/openmpi/openmpi-4.0.1-r2.ebuild X-VCS-Directories: sys-cluster/openmpi/ X-VCS-Committer: jsbronder X-VCS-Committer-Name: Justin Bronder X-VCS-Revision: c5c34b346b419dcd5ca5e0ea55205623336e8fc0 X-VCS-Branch: master Date: Thu, 29 Aug 2019 20:28:33 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 3492bf1c-c2b5-41c6-ad45-4fad6bd0ee9b X-Archives-Hash: b6e14c92d764744174fe039f471a6315 commit: c5c34b346b419dcd5ca5e0ea55205623336e8fc0 Author: Justin Bronder gentoo org> AuthorDate: Thu Aug 29 20:28:04 2019 +0000 Commit: Justin Bronder gentoo org> CommitDate: Thu Aug 29 20:28:04 2019 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=c5c34b34 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 gentoo.org> .../openmpi/{openmpi-4.0.1-r1.ebuild => openmpi-4.0.1-r2.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-cluster/openmpi/openmpi-4.0.1-r1.ebuild b/sys-cluster/openmpi/openmpi-4.0.1-r2.ebuild similarity index 98% rename from sys-cluster/openmpi/openmpi-4.0.1-r1.ebuild rename to sys-cluster/openmpi/openmpi-4.0.1-r2.ebuild index 35b8c7ea9..489306f51 100644 --- a/sys-cluster/openmpi/openmpi-4.0.1-r1.ebuild +++ b/sys-cluster/openmpi/openmpi-4.0.1-r2.ebuild @@ -47,7 +47,7 @@ MPI_UNCLASSED_DEP_STR=" " CDEPEND=" - >=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}]