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/open-iscsi/
Date: Fri, 14 Jan 2022 17:36:45
Message-Id: 1642181764.f3e5fac023bb5dd2149ae2e9f9b217ca876662f3.jsmolic@gentoo
1 commit: f3e5fac023bb5dd2149ae2e9f9b217ca876662f3
2 Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jan 14 13:30:37 2022 +0000
4 Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
5 CommitDate: Fri Jan 14 17:36:04 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3e5fac0
7
8 sys-block/open-iscsi: Switch to rdma-core for infiniband support
9
10 Closes: https://bugs.gentoo.org/831005
11 Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
12
13 .../{open-iscsi-2.1.4-r1.ebuild => open-iscsi-2.1.4-r2.ebuild} | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 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
17 similarity index 98%
18 rename from sys-block/open-iscsi/open-iscsi-2.1.4-r1.ebuild
19 rename to sys-block/open-iscsi/open-iscsi-2.1.4-r2.ebuild
20 index 23187db32401..3b00ebc379c0 100644
21 --- a/sys-block/open-iscsi/open-iscsi-2.1.4-r1.ebuild
22 +++ b/sys-block/open-iscsi/open-iscsi-2.1.4-r2.ebuild
23 @@ -1,4 +1,4 @@
24 -# Copyright 1999-2021 Gentoo Authors
25 +# Copyright 1999-2022 Gentoo Authors
26 # Distributed under the terms of the GNU General Public License v2
27
28 EAPI=7
29 @@ -18,7 +18,7 @@ DEPEND="
30 sys-apps/kmod
31 sys-block/open-isns:=
32 sys-kernel/linux-headers
33 - infiniband? ( sys-fabric/ofed )
34 + infiniband? ( sys-cluster/rdma-core )
35 dev-libs/openssl:0=
36 systemd? ( sys-apps/systemd )
37 "