summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Thode <prometheanfire@gentoo.org>2015-05-27 05:48:31 +0000
committerMatthew Thode <prometheanfire@gentoo.org>2015-05-27 05:48:31 +0000
commit8a3b30903ecb34ed090a7849ebdf2746c599bd93 (patch)
tree41582fa7ef5d22187b1ed38f75a5da86a0c2581a /sys-cluster
parentStable for HPPA (bug #511778). (diff)
downloadgentoo-2-8a3b30903ecb34ed090a7849ebdf2746c599bd93.tar.gz
gentoo-2-8a3b30903ecb34ed090a7849ebdf2746c599bd93.tar.bz2
gentoo-2-8a3b30903ecb34ed090a7849ebdf2746c599bd93.zip
adding missing dep for iscsi (lsiscsi)
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0x33ED3FD25AFC78BA)
Diffstat (limited to 'sys-cluster')
-rw-r--r--sys-cluster/nova/ChangeLog6
-rw-r--r--sys-cluster/nova/nova-2015.1.0-r2.ebuild5
-rw-r--r--sys-cluster/nova/nova-2015.1.9999.ebuild5
3 files changed, 13 insertions, 3 deletions
diff --git a/sys-cluster/nova/ChangeLog b/sys-cluster/nova/ChangeLog
index 6ae4af4486c7..a631760d4843 100644
--- a/sys-cluster/nova/ChangeLog
+++ b/sys-cluster/nova/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sys-cluster/nova
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/nova/ChangeLog,v 1.98 2015/05/17 23:19:18 prometheanfire Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/nova/ChangeLog,v 1.99 2015/05/27 05:48:31 prometheanfire Exp $
+
+ 27 May 2015; Matthew Thode <prometheanfire@gentoo.org>
+ nova-2015.1.0-r2.ebuild, nova-2015.1.9999.ebuild:
+ adding missing dep for iscsi (lsiscsi)
*nova-2015.1.0-r2 (17 May 2015)
diff --git a/sys-cluster/nova/nova-2015.1.0-r2.ebuild b/sys-cluster/nova/nova-2015.1.0-r2.ebuild
index d222fc6aac28..a2a51ab60d55 100644
--- a/sys-cluster/nova/nova-2015.1.0-r2.ebuild
+++ b/sys-cluster/nova/nova-2015.1.0-r2.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.0-r2.ebuild,v 1.1 2015/05/17 23:19:18 prometheanfire Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/nova/nova-2015.1.0-r2.ebuild,v 1.2 2015/05/27 05:48:31 prometheanfire Exp $
EAPI=5
PYTHON_COMPAT=( python2_7 )
@@ -117,6 +117,9 @@ RDEPEND="
kvm? ( app-emulation/qemu )
xen? ( app-emulation/xen
app-emulation/xen-tools )
+ )
+ iscsi? (
+ sys-fs/lsscsi
)"
PATCHES=(
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=(