commit: c98e72c74331332163ad0221ce31da6b74bba252 Author: Mike Gilbert <floppym <AT> gentoo <DOT> org> AuthorDate: Mon Feb 13 20:12:22 2023 +0000 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org> CommitDate: Tue Feb 14 00:29:24 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c98e72c7
sys-cluster/openmpi: adjust libevent dependency Bug: https://bugs.gentoo.org/869722 Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org> sys-cluster/openmpi/{openmpi-4.1.4.ebuild => openmpi-4.1.4-r1.ebuild} | 4 ++-- 1 file 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 similarity index 98% rename from sys-cluster/openmpi/openmpi-4.1.4.ebuild rename to 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}]
