Gentoo Archives: gentoo-commits

From: Justin Bronder <jsbronder@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: sys-cluster/openmpi/
Date: Thu, 29 Aug 2019 20:28:38
Message-Id: 1567110484.c5c34b346b419dcd5ca5e0ea55205623336e8fc0.jsbronder@gentoo
1 commit: c5c34b346b419dcd5ca5e0ea55205623336e8fc0
2 Author: Justin Bronder <jsbronder <AT> gentoo <DOT> org>
3 AuthorDate: Thu Aug 29 20:28:04 2019 +0000
4 Commit: Justin Bronder <jsbronder <AT> gentoo <DOT> org>
5 CommitDate: Thu Aug 29 20:28:04 2019 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=c5c34b34
7
8 sys-cluster/openmpi: slot-dep on libevent
9
10 Thanks to Arfrever Frehtes Taifersar Arahesis for the report and fix, #692748.
11
12 Package-Manager: Portage-2.3.69, Repoman-2.3.16
13 Signed-off-by: Justin Bronder <jsbronder <AT> gentoo.org>
14
15 .../openmpi/{openmpi-4.0.1-r1.ebuild => openmpi-4.0.1-r2.ebuild} | 2 +-
16 1 file changed, 1 insertion(+), 1 deletion(-)
17
18 diff --git a/sys-cluster/openmpi/openmpi-4.0.1-r1.ebuild b/sys-cluster/openmpi/openmpi-4.0.1-r2.ebuild
19 similarity index 98%
20 rename from sys-cluster/openmpi/openmpi-4.0.1-r1.ebuild
21 rename to sys-cluster/openmpi/openmpi-4.0.1-r2.ebuild
22 index 35b8c7ea9..489306f51 100644
23 --- a/sys-cluster/openmpi/openmpi-4.0.1-r1.ebuild
24 +++ b/sys-cluster/openmpi/openmpi-4.0.1-r2.ebuild
25 @@ -47,7 +47,7 @@ MPI_UNCLASSED_DEP_STR="
26 "
27
28 CDEPEND="
29 - >=dev-libs/libevent-2.0.22[${MULTILIB_USEDEP},threads]
30 + >=dev-libs/libevent-2.0.22:=[${MULTILIB_USEDEP},threads]
31 dev-libs/libltdl:0[${MULTILIB_USEDEP}]
32 >=sys-apps/hwloc-2.0.2[${MULTILIB_USEDEP}]
33 >=sys-libs/zlib-1.2.8-r1[${MULTILIB_USEDEP}]