diff options
author | 2022-01-14 13:57:29 +0100 | |
---|---|---|
committer | 2022-01-14 18:36:01 +0100 | |
commit | dfbff1c6593c06a5117f27374a1c1408e187775b (patch) | |
tree | eba0d4470f11b6f42fcb0ddd8292cb1bc107eea4 | |
parent | sys-block/tgt: Switch to rdma-core for infiniband support (diff) | |
download | gentoo-dfbff1c6593c06a5117f27374a1c1408e187775b.tar.gz gentoo-dfbff1c6593c06a5117f27374a1c1408e187775b.tar.bz2 gentoo-dfbff1c6593c06a5117f27374a1c1408e187775b.zip |
sys-block/libfabric: Switch to rdma-core for infiniband support
Closes: https://bugs.gentoo.org/831006
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
-rw-r--r-- | sys-block/libfabric/libfabric-1.11.2-r2.ebuild (renamed from sys-block/libfabric/libfabric-1.11.2-r1.ebuild) | 4 |
1 files 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 index 3573c62b85d..b39c2b6da40 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} |