diff options
author | Jakov Smolić <jsmolic@gentoo.org> | 2022-01-14 14:30:37 +0100 |
---|---|---|
committer | Jakov Smolić <jsmolic@gentoo.org> | 2022-01-14 18:36:04 +0100 |
commit | f3e5fac023bb5dd2149ae2e9f9b217ca876662f3 (patch) | |
tree | a7276a5854ef9c2ac805822872d51e398acf532b /sys-block/open-iscsi | |
parent | net-libs/ntirpc: Switch to rdma-core for rdma support (diff) | |
download | gentoo-f3e5fac023bb5dd2149ae2e9f9b217ca876662f3.tar.gz gentoo-f3e5fac023bb5dd2149ae2e9f9b217ca876662f3.tar.bz2 gentoo-f3e5fac023bb5dd2149ae2e9f9b217ca876662f3.zip |
sys-block/open-iscsi: Switch to rdma-core for infiniband support
Closes: https://bugs.gentoo.org/831005
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'sys-block/open-iscsi')
-rw-r--r-- | sys-block/open-iscsi/open-iscsi-2.1.4-r2.ebuild (renamed from sys-block/open-iscsi/open-iscsi-2.1.4-r1.ebuild) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-block/open-iscsi/open-iscsi-2.1.4-r1.ebuild b/sys-block/open-iscsi/open-iscsi-2.1.4-r2.ebuild index 23187db32401..3b00ebc379c0 100644 --- a/sys-block/open-iscsi/open-iscsi-2.1.4-r1.ebuild +++ b/sys-block/open-iscsi/open-iscsi-2.1.4-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -18,7 +18,7 @@ DEPEND=" sys-apps/kmod sys-block/open-isns:= sys-kernel/linux-headers - infiniband? ( sys-fabric/ofed ) + infiniband? ( sys-cluster/rdma-core ) dev-libs/openssl:0= systemd? ( sys-apps/systemd ) " |