diff options
author | Jakov Smolić <jsmolic@gentoo.org> | 2022-01-14 13:54:53 +0100 |
---|---|---|
committer | Jakov Smolić <jsmolic@gentoo.org> | 2022-01-14 18:36:00 +0100 |
commit | 9ec2033a639fa5f80cb24896485fabe55f0bd1da (patch) | |
tree | ae6a312c5720fcc17123dd99a9a92c60972366bb /sys-block | |
parent | x11-libs/gtkdatabox: update XDG icon cache if necessary (diff) | |
download | gentoo-9ec2033a639fa5f80cb24896485fabe55f0bd1da.tar.gz gentoo-9ec2033a639fa5f80cb24896485fabe55f0bd1da.tar.bz2 gentoo-9ec2033a639fa5f80cb24896485fabe55f0bd1da.zip |
sys-block/tgt: Switch to rdma-core for infiniband support
Closes: https://bugs.gentoo.org/831004
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'sys-block')
-rw-r--r-- | sys-block/tgt/tgt-1.0.79-r1.ebuild (renamed from sys-block/tgt/tgt-1.0.79.ebuild) | 8 | ||||
-rw-r--r-- | sys-block/tgt/tgt-1.0.80-r1.ebuild (renamed from sys-block/tgt/tgt-1.0.80.ebuild) | 8 |
2 files changed, 6 insertions, 10 deletions
diff --git a/sys-block/tgt/tgt-1.0.79.ebuild b/sys-block/tgt/tgt-1.0.79-r1.ebuild index 961f8dd234c7..6f0228a31bb9 100644 --- a/sys-block/tgt/tgt-1.0.79.ebuild +++ b/sys-block/tgt/tgt-1.0.79-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -20,10 +20,8 @@ DEPEND=" dev-libs/libxslt dev-perl/Config-General rbd? ( sys-cluster/ceph ) - infiniband? ( - sys-fabric/libibverbs:= - sys-fabric/librdmacm:= - )" + infiniband? ( sys-cluster/rdma-core ) +" RDEPEND="${DEPEND} dev-libs/libaio sys-apps/sg3_utils" diff --git a/sys-block/tgt/tgt-1.0.80.ebuild b/sys-block/tgt/tgt-1.0.80-r1.ebuild index 6b69bccd3612..bec1b9856298 100644 --- a/sys-block/tgt/tgt-1.0.80.ebuild +++ b/sys-block/tgt/tgt-1.0.80-r1.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,10 +18,8 @@ DEPEND=" dev-libs/libxslt dev-perl/Config-General rbd? ( sys-cluster/ceph ) - infiniband? ( - sys-fabric/libibverbs:= - sys-fabric/librdmacm:= - )" + infiniband? ( sys-cluster/rdma-core ) +" RDEPEND="${DEPEND} dev-libs/libaio sys-apps/sg3_utils" |