summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2016-11-08 21:32:19 +0100
committerManuel Rüger <mrueg@gentoo.org>2016-11-08 21:32:19 +0100
commit134dd349fd4cc179545ba99e937a53705a43b1ce (patch)
tree8cde19f74ffd4349673db4a9a1cc374428ef8769 /app-emulation
parentnet-misc/stunnel: version bump to 5.37 (diff)
downloadgentoo-134dd349fd4cc179545ba99e937a53705a43b1ce.tar.gz
gentoo-134dd349fd4cc179545ba99e937a53705a43b1ce.tar.bz2
gentoo-134dd349fd4cc179545ba99e937a53705a43b1ce.zip
app-emulation/hyperd: Add misse dependency on lvm2
Gentoo-Bug: 599126 Package-Manager: portage-2.3.2
Diffstat (limited to 'app-emulation')
-rw-r--r--app-emulation/hyperd/hyperd-0.7.0-r1.ebuild (renamed from app-emulation/hyperd/hyperd-0.7.0.ebuild)3
1 files changed, 2 insertions, 1 deletions
diff --git a/app-emulation/hyperd/hyperd-0.7.0.ebuild b/app-emulation/hyperd/hyperd-0.7.0-r1.ebuild
index bef9be9822b9..a5c0703ef09e 100644
--- a/app-emulation/hyperd/hyperd-0.7.0.ebuild
+++ b/app-emulation/hyperd/hyperd-0.7.0-r1.ebuild
@@ -19,7 +19,8 @@ IUSE="libvirt xen"
RDEPEND="libvirt? ( >=app-emulation/libvirt-1.2.2 )
xen? ( app-emulation/xen )"
-DEPEND="${RDEPEND}"
+DEPEND="${RDEPEND}
+ sys-fs/lvm2"
src_prepare() {
pushd src/${EGO_PN} || die