From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 955FD1382DE for ; Wed, 29 Jun 2016 22:33:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8C641E0A5F; Wed, 29 Jun 2016 22:33:29 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B58E9E0A5F for ; Wed, 29 Jun 2016 22:33:28 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id AA1BA340E08 for ; Wed, 29 Jun 2016 22:33:27 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 39314243E for ; Wed, 29 Jun 2016 22:33:25 +0000 (UTC) From: "Alexey Shvetsov" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexey Shvetsov" Message-ID: <1467239475.414011e6a5b489c0760232100166a671ff6cdbec.alexxy@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-block/open-iscsi/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-block/open-iscsi/open-iscsi-2.0.873-r2.ebuild X-VCS-Directories: sys-block/open-iscsi/ X-VCS-Committer: alexxy X-VCS-Committer-Name: Alexey Shvetsov X-VCS-Revision: 414011e6a5b489c0760232100166a671ff6cdbec X-VCS-Branch: master Date: Wed, 29 Jun 2016 22:33:25 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 70752bb6-a969-48ef-b4bd-921bf00b3576 X-Archives-Hash: 204421b08c2a6da8cea6212aab0e0b0a commit: 414011e6a5b489c0760232100166a671ff6cdbec Author: Alexey Shvetsov gentoo org> AuthorDate: Wed Jun 29 14:29:28 2016 +0000 Commit: Alexey Shvetsov gentoo org> CommitDate: Wed Jun 29 22:31:15 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=414011e6 sys-block/open-iscsi: adapt sys-infiniband to sys-fabric rename Package-Manager: portage-2.3.0_rc1 sys-block/open-iscsi/open-iscsi-2.0.873-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 index 8166a27..3cc19c5 100644 --- a/sys-block/open-iscsi/open-iscsi-2.0.873-r2.ebuild +++ b/sys-block/open-iscsi/open-iscsi-2.0.873-r2.ebuild @@ -17,7 +17,7 @@ SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" IUSE="debug slp +tcp infiniband rdma" -DEPEND="slp? ( net-libs/openslp ) infiniband? ( sys-infiniband/ofed )" +DEPEND="slp? ( net-libs/openslp ) infiniband? ( sys-fabric/ofed )" RDEPEND="${DEPEND} sys-fs/lsscsi sys-apps/util-linux"