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 2ECE9138334 for ; Sun, 1 Jul 2018 16:44:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 25A9EE07EF; Sun, 1 Jul 2018 16:44:21 +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 E8DFDE07EF for ; Sun, 1 Jul 2018 16:44:20 +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 7C294335C89 for ; Sun, 1 Jul 2018 16:44:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BC25E2B3 for ; Sun, 1 Jul 2018 16:44:16 +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: <1530463449.1d0829a3f2c6376372581ab2e7cafe9ef8c02fea.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-4.4.0-r1.ebuild app-emulation/libvirt/libvirt-4.4.0.ebuild X-VCS-Directories: app-emulation/libvirt/ X-VCS-Committer: tamiko X-VCS-Committer-Name: Matthias Maier X-VCS-Revision: 1d0829a3f2c6376372581ab2e7cafe9ef8c02fea X-VCS-Branch: master Date: Sun, 1 Jul 2018 16:44:16 +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: 584f412e-2b67-41e5-9b31-2800e2d2ca51 X-Archives-Hash: cbc6a4ff530c2d5c1a3bfcce5cb12222 commit: 1d0829a3f2c6376372581ab2e7cafe9ef8c02fea Author: Matthias Maier gentoo org> AuthorDate: Sun Jul 1 16:04:02 2018 +0000 Commit: Matthias Maier gentoo org> CommitDate: Sun Jul 1 16:44:09 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d0829a3 app-emulation/libvirt: Switch to xenapi interface, fix QA warning Package-Manager: Portage-2.3.41, Repoman-2.3.9 .../libvirt/{libvirt-4.4.0.ebuild => libvirt-4.4.0-r1.ebuild} | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/app-emulation/libvirt/libvirt-4.4.0.ebuild b/app-emulation/libvirt/libvirt-4.4.0-r1.ebuild similarity index 99% rename from app-emulation/libvirt/libvirt-4.4.0.ebuild rename to app-emulation/libvirt/libvirt-4.4.0-r1.ebuild index 708c9658be8..49cbb9e1e6d 100644 --- a/app-emulation/libvirt/libvirt-4.4.0.ebuild +++ b/app-emulation/libvirt/libvirt-4.4.0-r1.ebuild @@ -105,7 +105,7 @@ RDEPEND=" wireshark-plugins? ( net-analyzer/wireshark:= ) xen? ( app-emulation/xen - app-emulation/xen-tools:= + app-emulation/xen-tools:=[api] ) udev? ( virtual/udev @@ -272,8 +272,7 @@ src_configure() { $(use_with vepa virtualport) $(use_with virt-network network) $(use_with wireshark-plugins wireshark-dissector) - $(use_with xen) - $(use_with xen xen-inotify) + $(use_with xen xenapi) $(use_with xen libxl) $(use_with zeroconf avahi) $(use_with zfs storage-zfs) @@ -281,7 +280,6 @@ src_configure() { --without-hal --without-netcf --without-sanlock - --without-xenapi --with-esx --with-init-script=systemd