commit: 06651b696aa98709fe6c8a0bafd48888cf47052f
Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 18 19:13:39 2018 +0000
Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Thu Jan 18 19:13:57 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06651b69
sys-block/open-iscsi: need linux/types.h to build
Package-Manager: Portage-2.3.19, Repoman-2.3.6
sys-block/open-iscsi/open-iscsi-2.0.875.ebuild | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/sys-block/open-iscsi/open-iscsi-2.0.875.ebuild
b/sys-block/open-iscsi/open-iscsi-2.0.875.ebuild
index cb09a91bbcd..6aca7c297d4 100644
--- a/sys-block/open-iscsi/open-iscsi-2.0.875.ebuild
+++ b/sys-block/open-iscsi/open-iscsi-2.0.875.ebuild
@@ -15,7 +15,8 @@ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64
~sparc ~x86"
IUSE="debug infiniband +tcp rdma"
DEPEND="sys-block/open-isns:=
- infiniband? ( sys-fabric/ofed )"
+ infiniband? ( sys-fabric/ofed )
+ sys-kernel/linux-headers"
RDEPEND="${DEPEND}
sys-fs/lsscsi
sys-apps/util-linux"