From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 84686138334 for ; Mon, 23 Jul 2018 16:14:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2A332E0833; Mon, 23 Jul 2018 16:14:00 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 41F37E0833 for ; Mon, 23 Jul 2018 16:13:59 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C43AF335D64 for ; Mon, 23 Jul 2018 16:13:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 40809380 for ; Mon, 23 Jul 2018 16:13:55 +0000 (UTC) From: "Matthias Maier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matthias Maier" Message-ID: <1532362429.2ad130bab3b38de59ff996dad8f3a1c68407e731.tamiko@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/libvirt/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emulation/libvirt/libvirt-9999.ebuild X-VCS-Directories: app-emulation/libvirt/ X-VCS-Committer: tamiko X-VCS-Committer-Name: Matthias Maier X-VCS-Revision: 2ad130bab3b38de59ff996dad8f3a1c68407e731 X-VCS-Branch: master Date: Mon, 23 Jul 2018 16:13:55 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 7425f981-d4ad-4d05-b714-39991f99dd3a X-Archives-Hash: 3fc90c8a0340a8f5fc5e85db2dc1d07a commit: 2ad130bab3b38de59ff996dad8f3a1c68407e731 Author: Michal Privoznik redhat com> AuthorDate: Mon Jul 23 05:22:52 2018 +0000 Commit: Matthias Maier gentoo org> CommitDate: Mon Jul 23 16:13:49 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ad130ba app-emulation/libvirt: update live ebuild Libvirt dropped yajl support in favour of jansson in 12b34f094e2f1c7f. Update live ebuild to reflect this change. Signed-off-by: Michal Privoznik redhat.com> Signed-off-by: Matthias Maier gentoo.org> app-emulation/libvirt/libvirt-9999.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-emulation/libvirt/libvirt-9999.ebuild b/app-emulation/libvirt/libvirt-9999.ebuild index 7ffce4b394e..3743f3a0b72 100644 --- a/app-emulation/libvirt/libvirt-9999.ebuild +++ b/app-emulation/libvirt/libvirt-9999.ebuild @@ -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)