summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Delaney <idella4@gentoo.org>2014-06-04 14:42:31 +0000
committerIan Delaney <idella4@gentoo.org>2014-06-04 14:42:31 +0000
commit116bd95b4112e1fa6658250523caf9a36e293bda (patch)
tree27f6be515f22c2168d57d5f7b2bbb4aa64847884 /sys-cluster/nova
parentFix USE=debug, bug #512314 (diff)
downloadgentoo-2-116bd95b4112e1fa6658250523caf9a36e293bda.tar.gz
gentoo-2-116bd95b4112e1fa6658250523caf9a36e293bda.tar.bz2
gentoo-2-116bd95b4112e1fa6658250523caf9a36e293bda.zip
add requ'd dep nbd, fixes Bug #509726
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Diffstat (limited to 'sys-cluster/nova')
-rw-r--r--sys-cluster/nova/ChangeLog5
-rw-r--r--sys-cluster/nova/nova-2014.1-r2.ebuild3
2 files changed, 6 insertions, 2 deletions
diff --git a/sys-cluster/nova/ChangeLog b/sys-cluster/nova/ChangeLog
index 1eab02864c41..4878f5041497 100644
--- a/sys-cluster/nova/ChangeLog
+++ b/sys-cluster/nova/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sys-cluster/nova
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/nova/ChangeLog,v 1.63 2014/05/11 12:38:13 vadimk Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/nova/ChangeLog,v 1.64 2014/06/04 14:42:31 idella4 Exp $
+
+ 04 Jun 2014; Ian Delaney <idella4@gentoo.org> nova-2014.1-r2.ebuild:
+ add requ'd dep nbd, fixes Bug #509726
*nova-2014.1-r2 (11 May 2014)
diff --git a/sys-cluster/nova/nova-2014.1-r2.ebuild b/sys-cluster/nova/nova-2014.1-r2.ebuild
index ec757fee17d2..b23b3c6d6818 100644
--- a/sys-cluster/nova/nova-2014.1-r2.ebuild
+++ b/sys-cluster/nova/nova-2014.1-r2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/nova/nova-2014.1-r2.ebuild,v 1.1 2014/05/11 12:38:13 vadimk Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/nova/nova-2014.1-r2.ebuild,v 1.2 2014/06/04 14:42:31 idella4 Exp $
EAPI=5
PYTHON_COMPAT=( python2_7 )
@@ -70,6 +70,7 @@ RDEPEND=">=dev-python/sqlalchemy-0.7.8[${PYTHON_USEDEP}]
net-misc/rabbitmq-server
sys-fs/sysfsutils
sys-fs/multipath-tools
+ sys-block/nbd
kvm? ( app-emulation/qemu )
xen? ( app-emulation/xen
app-emulation/xen-tools )"