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: Sun, 04 Nov 2018 05:13:59
Message-Id: 1541308410.35ed46e8ea91d7d805c5af0c2feccf155e8148eb.tamiko@gentoo
1 commit: 35ed46e8ea91d7d805c5af0c2feccf155e8148eb
2 Author: Matthias Maier <tamiko <AT> gentoo <DOT> org>
3 AuthorDate: Sun Nov 4 05:01:38 2018 +0000
4 Commit: Matthias Maier <tamiko <AT> gentoo <DOT> org>
5 CommitDate: Sun Nov 4 05:13:30 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35ed46e8
7
8 app-emulation/libvirt: update live ebuild
9
10 Signed-off-by: Matthias Maier <tamiko <AT> gentoo.org>
11 Package-Manager: Portage-2.3.51, Repoman-2.3.11
12
13 app-emulation/libvirt/libvirt-9999.ebuild | 10 +++++-----
14 1 file changed, 5 insertions(+), 5 deletions(-)
15
16 diff --git a/app-emulation/libvirt/libvirt-9999.ebuild b/app-emulation/libvirt/libvirt-9999.ebuild
17 index 81dd4e44b93..84f1c55d1a2 100644
18 --- a/app-emulation/libvirt/libvirt-9999.ebuild
19 +++ b/app-emulation/libvirt/libvirt-9999.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2018 Gentoo Foundation
22 +# Copyright 1999-2018 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=6
26 @@ -90,7 +90,7 @@ RDEPEND="
27 pcap? ( >=net-libs/libpcap-1.0.0 )
28 policykit? ( >=sys-auth/polkit-0.9 )
29 qemu? (
30 - >=app-emulation/qemu-0.13.0
31 + >=app-emulation/qemu-1.5.0
32 dev-libs/yajl
33 )
34 rbd? ( sys-cluster/ceph )
35 @@ -106,8 +106,8 @@ RDEPEND="
36 virtualbox? ( || ( app-emulation/virtualbox >=app-emulation/virtualbox-bin-2.2.0 ) )
37 wireshark-plugins? ( net-analyzer/wireshark:= )
38 xen? (
39 - app-emulation/xen
40 - app-emulation/xen-tools
41 + >=app-emulation/xen-4.6.0
42 + app-emulation/xen-tools:=
43 )
44 udev? (
45 virtual/udev
46 @@ -191,6 +191,7 @@ pkg_setup() {
47 # Bandwidth Limiting Support
48 use virt-network && CONFIG_CHECK+="
49 ~BRIDGE_EBT_T_NAT
50 + ~IP_NF_TARGET_REJECT
51 ~NET_ACT_POLICE
52 ~NET_CLS_FW
53 ~NET_CLS_U32
54 @@ -275,7 +276,6 @@ src_configure() {
55 $(use_with vepa virtualport)
56 $(use_with virt-network network)
57 $(use_with wireshark-plugins wireshark-dissector)
58 - $(use_with xen xenapi)
59 $(use_with xen libxl)
60 $(use_with zeroconf avahi)
61 $(use_with zfs storage-zfs)