Gentoo Archives: gentoo-commits

From: Justin Bronder <jsbronder@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/openmpi/
Date: Thu, 29 Aug 2019 21:05:38
Message-Id: 1567112708.e6f7cf9f0b9f321d8fc326c5da43e8725e4e824c.jsbronder@gentoo
1 commit: e6f7cf9f0b9f321d8fc326c5da43e8725e4e824c
2 Author: Justin Bronder <jsbronder <AT> gentoo <DOT> org>
3 AuthorDate: Thu Aug 29 21:05:08 2019 +0000
4 Commit: Justin Bronder <jsbronder <AT> gentoo <DOT> org>
5 CommitDate: Thu Aug 29 21:05:08 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6f7cf9f
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 sys-cluster/openmpi/{openmpi-4.0.1.ebuild => openmpi-4.0.1-r1.ebuild} | 2 +-
16 1 file changed, 1 insertion(+), 1 deletion(-)
17
18 diff --git a/sys-cluster/openmpi/openmpi-4.0.1.ebuild b/sys-cluster/openmpi/openmpi-4.0.1-r1.ebuild
19 similarity index 98%
20 rename from sys-cluster/openmpi/openmpi-4.0.1.ebuild
21 rename to sys-cluster/openmpi/openmpi-4.0.1-r1.ebuild
22 index 25592104fbb..aaf63224f63 100644
23 --- a/sys-cluster/openmpi/openmpi-4.0.1.ebuild
24 +++ b/sys-cluster/openmpi/openmpi-4.0.1-r1.ebuild
25 @@ -47,7 +47,7 @@ CDEPEND="
26 !sys-cluster/mpich2
27 !sys-cluster/nullmpi
28 !sys-cluster/mpiexec
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}]