diff options
author | Mike Gilbert <floppym@gentoo.org> | 2023-02-13 15:12:22 -0500 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2023-02-13 19:29:24 -0500 |
commit | c98e72c74331332163ad0221ce31da6b74bba252 (patch) | |
tree | a0b994e5e2fe6f671429552c27336ee69a4032a5 /sys-cluster/openmpi | |
parent | net-misc/ntp: adjust libevent dependency (diff) | |
download | gentoo-c98e72c74331332163ad0221ce31da6b74bba252.tar.gz gentoo-c98e72c74331332163ad0221ce31da6b74bba252.tar.bz2 gentoo-c98e72c74331332163ad0221ce31da6b74bba252.zip |
sys-cluster/openmpi: adjust libevent dependency
Bug: https://bugs.gentoo.org/869722
Signed-off-by: Mike Gilbert <floppym@gentoo.org>
Diffstat (limited to 'sys-cluster/openmpi')
-rw-r--r-- | sys-cluster/openmpi/openmpi-4.1.4-r1.ebuild (renamed from sys-cluster/openmpi/openmpi-4.1.4.ebuild) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-cluster/openmpi/openmpi-4.1.4.ebuild b/sys-cluster/openmpi/openmpi-4.1.4-r1.ebuild index feccd35c069a..339560c3b179 100644 --- a/sys-cluster/openmpi/openmpi-4.1.4.ebuild +++ b/sys-cluster/openmpi/openmpi-4.1.4-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -46,7 +46,7 @@ CDEPEND=" !sys-cluster/mpich !sys-cluster/mpich2 !sys-cluster/nullmpi - >=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}] |