app-emulation/libvirt: update live ebuild
authorMichal Privoznik <mprivozn@redhat.com>
Mon, 23 Jul 2018 05:22:52 +0000 (07:22 +0200)
committerMatthias Maier <tamiko@gentoo.org>
Mon, 23 Jul 2018 16:13:49 +0000 (11:13 -0500)
Libvirt dropped yajl support in favour of jansson in
12b34f094e2f1c7f. Update live ebuild to reflect this change.

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
Signed-off-by: Matthias Maier <tamiko@gentoo.org>
app-emulation/libvirt/libvirt-9999.ebuild

index 7ffce4b394e3c99f7c317c3bcfbaaea8ec662569..3743f3a0b723240287d45eccdc02bd983f912413 100644 (file)
@@ -89,7 +89,7 @@ RDEPEND="
        policykit? ( >=sys-auth/polkit-0.9 )
        qemu? (
                >=app-emulation/qemu-0.13.0
-               dev-libs/yajl
+               dev-libs/jansson
        )
        rbd? ( sys-cluster/ceph )
        sasl? ( dev-libs/cyrus-sasl )
@@ -263,7 +263,7 @@ src_configure() {
                $(use_with phyp)
                $(use_with policykit polkit)
                $(use_with qemu)
-               $(use_with qemu yajl)
+               $(use_with qemu jansson)
                $(use_with rbd storage-rbd)
                $(use_with sasl)
                $(use_with selinux)