diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2018-01-18 13:13:39 -0600 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2018-01-18 13:13:57 -0600 |
commit | 06651b696aa98709fe6c8a0bafd48888cf47052f (patch) | |
tree | d331c4964b61fc5cc77a4e896b7267795c3848f8 /sys-block/open-iscsi | |
parent | sys-devel/llvm: Add USE flag to control libxml2 use (to LLVM 6+) (diff) | |
download | gentoo-06651b696aa98709fe6c8a0bafd48888cf47052f.tar.gz gentoo-06651b696aa98709fe6c8a0bafd48888cf47052f.tar.bz2 gentoo-06651b696aa98709fe6c8a0bafd48888cf47052f.zip |
sys-block/open-iscsi: need linux/types.h to build
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Diffstat (limited to 'sys-block/open-iscsi')
-rw-r--r-- | sys-block/open-iscsi/open-iscsi-2.0.875.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
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 cb09a91bbcd3..6aca7c297d45 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" |