summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Thode <prometheanfire@gentoo.org>2015-05-27 05:48:48 +0000
committerMatt Thode <prometheanfire@gentoo.org>2015-05-27 05:48:48 +0000
commit244c7c81e7678536bc22f25ebdf986a2fd63e7bb (patch)
tree7fddc94a9b0c6003b7ff21f0d14aca993e0e3b70 /sys-cluster/nova/nova-2015.1.9999.ebuild
parentStable for HPPA (bug #511778). (diff)
downloadhistorical-244c7c81e7678536bc22f25ebdf986a2fd63e7bb.tar.gz
historical-244c7c81e7678536bc22f25ebdf986a2fd63e7bb.tar.bz2
historical-244c7c81e7678536bc22f25ebdf986a2fd63e7bb.zip
adding missing dep for iscsi (lsiscsi)
Package-Manager: portage-2.2.18/cvs/Linux x86_64 Manifest-Sign-Key: 0x33ED3FD25AFC78BA
Diffstat (limited to 'sys-cluster/nova/nova-2015.1.9999.ebuild')
-rw-r--r--sys-cluster/nova/nova-2015.1.9999.ebuild5
1 files changed, 4 insertions, 1 deletions
diff --git a/sys-cluster/nova/nova-2015.1.9999.ebuild b/sys-cluster/nova/nova-2015.1.9999.ebuild
index bc0c3ba42b9a..2daed4ebc1ae 100644
--- a/sys-cluster/nova/nova-2015.1.9999.ebuild
+++ b/sys-cluster/nova/nova-2015.1.9999.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/nova/nova-2015.1.9999.ebuild,v 1.11 2015/05/17 23:19:18 prometheanfire Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/nova/nova-2015.1.9999.ebuild,v 1.12 2015/05/27 05:48:31 prometheanfire Exp $
EAPI=5
PYTHON_COMPAT=( python2_7 )
@@ -118,6 +118,9 @@ RDEPEND="
kvm? ( app-emulation/qemu )
xen? ( app-emulation/xen
app-emulation/xen-tools )
+ )
+ iscsi? (
+ sys-fs/lsscsi
)"
PATCHES=(