Gentoo Archives: gentoo-commits

From: "Jakov Smolić" <jsmolic@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-block/tgt/
Date: Fri, 14 Jan 2022 17:36:45
Message-Id: 1642181760.9ec2033a639fa5f80cb24896485fabe55f0bd1da.jsmolic@gentoo
1 commit: 9ec2033a639fa5f80cb24896485fabe55f0bd1da
2 Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jan 14 12:54:53 2022 +0000
4 Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
5 CommitDate: Fri Jan 14 17:36:00 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ec2033a
7
8 sys-block/tgt: Switch to rdma-core for infiniband support
9
10 Closes: https://bugs.gentoo.org/831004
11 Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
12
13 sys-block/tgt/{tgt-1.0.79.ebuild => tgt-1.0.79-r1.ebuild} | 8 +++-----
14 sys-block/tgt/{tgt-1.0.80.ebuild => tgt-1.0.80-r1.ebuild} | 8 +++-----
15 2 files changed, 6 insertions(+), 10 deletions(-)
16
17 diff --git a/sys-block/tgt/tgt-1.0.79.ebuild b/sys-block/tgt/tgt-1.0.79-r1.ebuild
18 similarity index 93%
19 rename from sys-block/tgt/tgt-1.0.79.ebuild
20 rename to sys-block/tgt/tgt-1.0.79-r1.ebuild
21 index 961f8dd234c7..6f0228a31bb9 100644
22 --- a/sys-block/tgt/tgt-1.0.79.ebuild
23 +++ b/sys-block/tgt/tgt-1.0.79-r1.ebuild
24 @@ -1,4 +1,4 @@
25 -# Copyright 1999-2020 Gentoo Authors
26 +# Copyright 1999-2022 Gentoo Authors
27 # Distributed under the terms of the GNU General Public License v2
28
29 EAPI=7
30 @@ -20,10 +20,8 @@ DEPEND="
31 dev-libs/libxslt
32 dev-perl/Config-General
33 rbd? ( sys-cluster/ceph )
34 - infiniband? (
35 - sys-fabric/libibverbs:=
36 - sys-fabric/librdmacm:=
37 - )"
38 + infiniband? ( sys-cluster/rdma-core )
39 +"
40 RDEPEND="${DEPEND}
41 dev-libs/libaio
42 sys-apps/sg3_utils"
43
44 diff --git a/sys-block/tgt/tgt-1.0.80.ebuild b/sys-block/tgt/tgt-1.0.80-r1.ebuild
45 similarity index 93%
46 rename from sys-block/tgt/tgt-1.0.80.ebuild
47 rename to sys-block/tgt/tgt-1.0.80-r1.ebuild
48 index 6b69bccd3612..bec1b9856298 100644
49 --- a/sys-block/tgt/tgt-1.0.80.ebuild
50 +++ b/sys-block/tgt/tgt-1.0.80-r1.ebuild
51 @@ -1,4 +1,4 @@
52 -# Copyright 1999-2021 Gentoo Authors
53 +# Copyright 1999-2022 Gentoo Authors
54 # Distributed under the terms of the GNU General Public License v2
55
56 EAPI=7
57 @@ -18,10 +18,8 @@ DEPEND="
58 dev-libs/libxslt
59 dev-perl/Config-General
60 rbd? ( sys-cluster/ceph )
61 - infiniband? (
62 - sys-fabric/libibverbs:=
63 - sys-fabric/librdmacm:=
64 - )"
65 + infiniband? ( sys-cluster/rdma-core )
66 +"
67 RDEPEND="${DEPEND}
68 dev-libs/libaio
69 sys-apps/sg3_utils"