sys-block/open-iscsi: need linux/types.h to build
authorMatthew Thode <prometheanfire@gentoo.org>
Thu, 18 Jan 2018 19:13:39 +0000 (13:13 -0600)
committerMatthew Thode <prometheanfire@gentoo.org>
Thu, 18 Jan 2018 19:13:57 +0000 (13:13 -0600)
Package-Manager: Portage-2.3.19, Repoman-2.3.6

sys-block/open-iscsi/open-iscsi-2.0.875.ebuild

index cb09a91bbcd33523c870519ec3a36cc74e909c75..6aca7c297d453b87a9b772d687ce31ac704d59cb 100644 (file)
@@ -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"