diff options
author | Michal Privoznik <mprivozn@redhat.com> | 2018-09-24 11:21:30 +0200 |
---|---|---|
committer | Matthias Maier <tamiko@gentoo.org> | 2018-09-24 06:57:11 -0500 |
commit | 22d1d12880342385fbf139def0f4029bafdbb008 (patch) | |
tree | 7d1e545d033ab5eed95671cc3467c2f34c4b9c72 | |
parent | app-admin/apache-tools: Removed old. (diff) | |
download | gentoo-22d1d12880342385fbf139def0f4029bafdbb008.tar.gz gentoo-22d1d12880342385fbf139def0f4029bafdbb008.tar.bz2 gentoo-22d1d12880342385fbf139def0f4029bafdbb008.zip |
Revert "app-emulation/libvirt: update live ebuild"
This reverts commit 2ad130bab3b38de59ff996dad8f3a1c68407e731.
So after some painful bugs and v.4.6.0 release where we tried to
make libvirt work with jansson we came to realize that it is not
going to fly. QEMU relies on sending 64 bit integers and jansson
supports only 53 bits long integers. Therefore we reverted back
to using yajl. See d99a89592d65ab8 in libvirt repo (and friends).
Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
Signed-off-by: Matthias Maier <tamiko@gentoo.org>
-rw-r--r-- | app-emulation/libvirt/libvirt-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-emulation/libvirt/libvirt-9999.ebuild b/app-emulation/libvirt/libvirt-9999.ebuild index e6f5276a786e..55ce31c6b952 100644 --- a/app-emulation/libvirt/libvirt-9999.ebuild +++ b/app-emulation/libvirt/libvirt-9999.ebuild @@ -91,7 +91,7 @@ RDEPEND=" policykit? ( >=sys-auth/polkit-0.9 ) qemu? ( >=app-emulation/qemu-0.13.0 - dev-libs/jansson + dev-libs/yajl ) rbd? ( sys-cluster/ceph ) sasl? ( dev-libs/cyrus-sasl ) @@ -266,7 +266,7 @@ src_configure() { $(use_with phyp) $(use_with policykit polkit) $(use_with qemu) - $(use_with qemu jansson) + $(use_with qemu yajl) $(use_with rbd storage-rbd) $(use_with sasl) $(use_with selinux) |