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 5B647138334 for ; Sun, 4 Nov 2018 05:13:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E8790E0B47; Sun, 4 Nov 2018 05:13:56 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 C0845E0B42 for ; Sun, 4 Nov 2018 05:13:56 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 D23A1335CCF for ; Sun, 4 Nov 2018 05:13:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 41DD5457 for ; Sun, 4 Nov 2018 05:13:52 +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: <1541308410.35ed46e8ea91d7d805c5af0c2feccf155e8148eb.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: 35ed46e8ea91d7d805c5af0c2feccf155e8148eb X-VCS-Branch: master Date: Sun, 4 Nov 2018 05:13:52 +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: fd39821d-f76b-4d30-b070-c9436d1d682c X-Archives-Hash: 1f29588e1eff64fa47bb96ca1c6db2b2 commit: 35ed46e8ea91d7d805c5af0c2feccf155e8148eb Author: Matthias Maier gentoo org> AuthorDate: Sun Nov 4 05:01:38 2018 +0000 Commit: Matthias Maier gentoo org> CommitDate: Sun Nov 4 05:13:30 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35ed46e8 app-emulation/libvirt: update live ebuild Signed-off-by: Matthias Maier gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 app-emulation/libvirt/libvirt-9999.ebuild | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/app-emulation/libvirt/libvirt-9999.ebuild b/app-emulation/libvirt/libvirt-9999.ebuild index 81dd4e44b93..84f1c55d1a2 100644 --- a/app-emulation/libvirt/libvirt-9999.ebuild +++ b/app-emulation/libvirt/libvirt-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -90,7 +90,7 @@ RDEPEND=" pcap? ( >=net-libs/libpcap-1.0.0 ) policykit? ( >=sys-auth/polkit-0.9 ) qemu? ( - >=app-emulation/qemu-0.13.0 + >=app-emulation/qemu-1.5.0 dev-libs/yajl ) rbd? ( sys-cluster/ceph ) @@ -106,8 +106,8 @@ RDEPEND=" virtualbox? ( || ( app-emulation/virtualbox >=app-emulation/virtualbox-bin-2.2.0 ) ) wireshark-plugins? ( net-analyzer/wireshark:= ) xen? ( - app-emulation/xen - app-emulation/xen-tools + >=app-emulation/xen-4.6.0 + app-emulation/xen-tools:= ) udev? ( virtual/udev @@ -191,6 +191,7 @@ pkg_setup() { # Bandwidth Limiting Support use virt-network && CONFIG_CHECK+=" ~BRIDGE_EBT_T_NAT + ~IP_NF_TARGET_REJECT ~NET_ACT_POLICE ~NET_CLS_FW ~NET_CLS_U32 @@ -275,7 +276,6 @@ src_configure() { $(use_with vepa virtualport) $(use_with virt-network network) $(use_with wireshark-plugins wireshark-dissector) - $(use_with xen xenapi) $(use_with xen libxl) $(use_with zeroconf avahi) $(use_with zfs storage-zfs)