Gentoo Archives: gentoo-commits

From: Matthias Maier <tamiko@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/libvirt/
Date: Mon, 24 Sep 2018 11:57:44
Message-Id: 1537790231.22d1d12880342385fbf139def0f4029bafdbb008.tamiko@gentoo
1 commit: 22d1d12880342385fbf139def0f4029bafdbb008
2 Author: Michal Privoznik <mprivozn <AT> redhat <DOT> com>
3 AuthorDate: Mon Sep 24 09:21:30 2018 +0000
4 Commit: Matthias Maier <tamiko <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 24 11:57:11 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22d1d128
7
8 Revert "app-emulation/libvirt: update live ebuild"
9
10 This reverts commit 2ad130bab3b38de59ff996dad8f3a1c68407e731.
11
12 So after some painful bugs and v.4.6.0 release where we tried to
13 make libvirt work with jansson we came to realize that it is not
14 going to fly. QEMU relies on sending 64 bit integers and jansson
15 supports only 53 bits long integers. Therefore we reverted back
16 to using yajl. See d99a89592d65ab8 in libvirt repo (and friends).
17
18 Signed-off-by: Michal Privoznik <mprivozn <AT> redhat.com>
19 Signed-off-by: Matthias Maier <tamiko <AT> gentoo.org>
20
21 app-emulation/libvirt/libvirt-9999.ebuild | 4 ++--
22 1 file changed, 2 insertions(+), 2 deletions(-)
23
24 diff --git a/app-emulation/libvirt/libvirt-9999.ebuild b/app-emulation/libvirt/libvirt-9999.ebuild
25 index e6f5276a786..55ce31c6b95 100644
26 --- a/app-emulation/libvirt/libvirt-9999.ebuild
27 +++ b/app-emulation/libvirt/libvirt-9999.ebuild
28 @@ -91,7 +91,7 @@ RDEPEND="
29 policykit? ( >=sys-auth/polkit-0.9 )
30 qemu? (
31 >=app-emulation/qemu-0.13.0
32 - dev-libs/jansson
33 + dev-libs/yajl
34 )
35 rbd? ( sys-cluster/ceph )
36 sasl? ( dev-libs/cyrus-sasl )
37 @@ -266,7 +266,7 @@ src_configure() {
38 $(use_with phyp)
39 $(use_with policykit polkit)
40 $(use_with qemu)
41 - $(use_with qemu jansson)
42 + $(use_with qemu yajl)
43 $(use_with rbd storage-rbd)
44 $(use_with sasl)
45 $(use_with selinux)