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: Thu, 06 Feb 2020 15:52:30
Message-Id: 1581003933.1b48193c4bde9205a917dd51dbaeabe54d97398a.tamiko@gentoo
1 commit: 1b48193c4bde9205a917dd51dbaeabe54d97398a
2 Author: Michal Privoznik <mprivozn <AT> redhat <DOT> com>
3 AuthorDate: Wed Jan 29 13:42:16 2020 +0000
4 Commit: Matthias Maier <tamiko <AT> gentoo <DOT> org>
5 CommitDate: Thu Feb 6 15:45:33 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b48193c
7
8 app-emulation/libvirt-9999: Drop phyp USE flag
9
10 The upstream has removed PHYP driver support in v6.0.0-rc1~127.
11
12 Signed-off-by: Michal Privoznik <mprivozn <AT> redhat.com>
13 Signed-off-by: Matthias Maier <tamiko <AT> gentoo.org>
14
15 app-emulation/libvirt/libvirt-9999.ebuild | 3 +--
16 1 file changed, 1 insertion(+), 2 deletions(-)
17
18 diff --git a/app-emulation/libvirt/libvirt-9999.ebuild b/app-emulation/libvirt/libvirt-9999.ebuild
19 index 817ad9999f6..9384fc65cd5 100644
20 --- a/app-emulation/libvirt/libvirt-9999.ebuild
21 +++ b/app-emulation/libvirt/libvirt-9999.ebuild
22 @@ -25,7 +25,7 @@ LICENSE="LGPL-2.1"
23 IUSE="
24 apparmor audit +caps +dbus dtrace firewalld fuse glusterfs iscsi
25 iscsi-direct +libvirtd lvm libssh lxc +macvtap nfs nls numa openvz
26 - parted pcap phyp policykit +qemu rbd sasl selinux +udev +vepa
27 + parted pcap policykit +qemu rbd sasl selinux +udev +vepa
28 virtualbox virt-network wireshark-plugins xen zfs
29 "
30
31 @@ -265,7 +265,6 @@ my_src_configure() {
32 $(use_with openvz)
33 $(use_with parted storage-disk)
34 $(use_with pcap libpcap)
35 - $(use_with phyp)
36 $(use_with policykit polkit)
37 $(use_with qemu)
38 $(use_with qemu yajl)