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 01B78139082 for ; Tue, 20 Dec 2016 12:59:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3868921C1A1; Tue, 20 Dec 2016 12:59:42 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 10F3321C1A1 for ; Tue, 20 Dec 2016 12:59:42 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 39D0C340C97 for ; Tue, 20 Dec 2016 12:59:41 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D0935300 for ; Tue, 20 Dec 2016 12:59:39 +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: <1482238760.74948cc1ab845fdc01e3fe405eb12318d773d896.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: 74948cc1ab845fdc01e3fe405eb12318d773d896 X-VCS-Branch: master Date: Tue, 20 Dec 2016 12:59:39 +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: 91542c74-855a-442a-96d2-9f066aa007a9 X-Archives-Hash: d6f12dd0837c9d71f404e65bef51c1fe commit: 74948cc1ab845fdc01e3fe405eb12318d773d896 Author: Matthias Maier gentoo org> AuthorDate: Tue Dec 20 12:49:22 2016 +0000 Commit: Matthias Maier gentoo org> CommitDate: Tue Dec 20 12:59:20 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74948cc1 app-emulation/libvirt: update live ebuild Package-Manager: Portage-2.3.0, Repoman-2.3.1 app-emulation/libvirt/libvirt-9999.ebuild | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/app-emulation/libvirt/libvirt-9999.ebuild b/app-emulation/libvirt/libvirt-9999.ebuild index 2eef6de..556a123 100644 --- a/app-emulation/libvirt/libvirt-9999.ebuild +++ b/app-emulation/libvirt/libvirt-9999.ebuild @@ -32,7 +32,7 @@ DESCRIPTION="C toolkit to manipulate virtual machines" HOMEPAGE="http://www.libvirt.org/" LICENSE="LGPL-2.1" IUSE=" - apparmor audit +caps firewalld fuse glusterfs iscsi +libvirtd lvm + apparmor audit +caps firewalld fuse glusterfs iscsi +libvirtd lvm libssh lxc +macvtap nfs nls numa openvz parted pcap phyp policykit +qemu rbd sasl selinux +udev uml +vepa virtualbox virt-network wireshark-plugins xen zeroconf zfs elibc_glibc @@ -77,6 +77,7 @@ RDEPEND=" fuse? ( >=sys-fs/fuse-2.8.6 ) glusterfs? ( >=sys-cluster/glusterfs-3.4.1 ) iscsi? ( sys-block/open-iscsi ) + libssh? ( net-libs/libssh ) lvm? ( >=sys-fs/lvm2-2.02.48-r2[-device-mapper-only(-)] ) nfs? ( net-fs/nfs-utils ) numa? ( @@ -260,6 +261,7 @@ src_configure() { $(use_with glusterfs storage-gluster) $(use_with iscsi storage-iscsi) $(use_with libvirtd) + $(use_with libssh) $(use_with lvm storage-lvm) $(use_with lvm storage-mpath) $(use_with lxc) @@ -284,7 +286,7 @@ src_configure() { $(use_with wireshark-plugins wireshark-dissector) $(use_with xen) $(use_with xen xen-inotify) - $(usex xen --with-libxl '') + $(use_with xen libxl) $(use_with zeroconf avahi) $(use_with zfs storage-zfs)