Gentoo Archives: gentoo-commits

From: Alexey Shvetsov <alexxy@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-block/open-iscsi/
Date: Wed, 29 Jun 2016 22:33:32
Message-Id: 1467239475.414011e6a5b489c0760232100166a671ff6cdbec.alexxy@gentoo
1 commit: 414011e6a5b489c0760232100166a671ff6cdbec
2 Author: Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jun 29 14:29:28 2016 +0000
4 Commit: Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
5 CommitDate: Wed Jun 29 22:31:15 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=414011e6
7
8 sys-block/open-iscsi: adapt sys-infiniband to sys-fabric rename
9
10 Package-Manager: portage-2.3.0_rc1
11
12 sys-block/open-iscsi/open-iscsi-2.0.873-r2.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/sys-block/open-iscsi/open-iscsi-2.0.873-r2.ebuild b/sys-block/open-iscsi/open-iscsi-2.0.873-r2.ebuild
16 index 8166a27..3cc19c5 100644
17 --- a/sys-block/open-iscsi/open-iscsi-2.0.873-r2.ebuild
18 +++ b/sys-block/open-iscsi/open-iscsi-2.0.873-r2.ebuild
19 @@ -17,7 +17,7 @@ SLOT="0"
20 KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
21 IUSE="debug slp +tcp infiniband rdma"
22
23 -DEPEND="slp? ( net-libs/openslp ) infiniband? ( sys-infiniband/ofed )"
24 +DEPEND="slp? ( net-libs/openslp ) infiniband? ( sys-fabric/ofed )"
25 RDEPEND="${DEPEND}
26 sys-fs/lsscsi
27 sys-apps/util-linux"