diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2019-05-23 10:14:52 +0200 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2019-05-23 10:14:52 +0200 |
commit | 5d9ce8d35df50d2faea7a1a647ba4279031c9a12 (patch) | |
tree | 8e4ac6f86923155a97901a3a9e615e7e04083938 | |
parent | sys-block/open-iscsi: Bump to version 2.0.877 (diff) | |
download | gentoo-5d9ce8d35df50d2faea7a1a647ba4279031c9a12.tar.gz gentoo-5d9ce8d35df50d2faea7a1a647ba4279031c9a12.tar.bz2 gentoo-5d9ce8d35df50d2faea7a1a647ba4279031c9a12.zip |
sys-block/open-iscsi: Added forgotten dependencies
Package-Manager: Portage-2.3.66, Repoman-2.3.12
Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
-rw-r--r-- | sys-block/open-iscsi/open-iscsi-2.0.877.ebuild | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/sys-block/open-iscsi/open-iscsi-2.0.877.ebuild b/sys-block/open-iscsi/open-iscsi-2.0.877.ebuild index 97f3cbc98861..a07c19fa6c3d 100644 --- a/sys-block/open-iscsi/open-iscsi-2.0.877.ebuild +++ b/sys-block/open-iscsi/open-iscsi-2.0.877.ebuild @@ -12,11 +12,15 @@ SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-2" SLOT="0/0.2" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" -IUSE="debug infiniband +tcp rdma systemd" +IUSE="debug infiniband libressl +tcp rdma systemd" -DEPEND="sys-block/open-isns:= +DEPEND=" + sys-apps/kmod + sys-block/open-isns:= sys-kernel/linux-headers infiniband? ( sys-fabric/ofed ) + !libressl? ( dev-libs/openssl:0= ) + libressl? ( dev-libs/libressl:0= ) systemd? ( sys-apps/systemd ) " RDEPEND="${DEPEND} |