diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2016-11-08 21:32:19 +0100 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2016-11-08 21:32:19 +0100 |
commit | 134dd349fd4cc179545ba99e937a53705a43b1ce (patch) | |
tree | 8cde19f74ffd4349673db4a9a1cc374428ef8769 /app-emulation/hyperd | |
parent | net-misc/stunnel: version bump to 5.37 (diff) | |
download | gentoo-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/hyperd')
-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 |