commit:     dfbff1c6593c06a5117f27374a1c1408e187775b
Author:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 14 12:57:29 2022 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Fri Jan 14 17:36:01 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dfbff1c6

sys-block/libfabric: Switch to rdma-core for infiniband support

Closes: https://bugs.gentoo.org/831006
Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>

 .../{libfabric-1.11.2-r1.ebuild => libfabric-1.11.2-r2.ebuild}        | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-block/libfabric/libfabric-1.11.2-r1.ebuild 
b/sys-block/libfabric/libfabric-1.11.2-r2.ebuild
similarity index 95%
rename from sys-block/libfabric/libfabric-1.11.2-r1.ebuild
rename to sys-block/libfabric/libfabric-1.11.2-r2.ebuild
index 3573c62b85da..b39c2b6da40c 100644
--- a/sys-block/libfabric/libfabric-1.11.2-r1.ebuild
+++ b/sys-block/libfabric/libfabric-1.11.2-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2021 Gentoo Authors
+# Copyright 2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -17,7 +17,7 @@ IUSE="cuda efa usnic rocr verbs"
 DEPEND="
        rocr? ( dev-libs/rocr-runtime:= )
        usnic? ( dev-libs/libnl:= )
-       verbs? ( sys-fabric/libibverbs:= )
+       verbs? ( sys-cluster/rdma-core )
 "
 RDEPEND="
        ${DEPEND}

Reply via email to