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 1369E138334 for ; Tue, 3 Jul 2018 13:13:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9E278E09D7; Tue, 3 Jul 2018 13:13:24 +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 57AB2E09D7 for ; Tue, 3 Jul 2018 13:13:24 +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 556ED335C7A for ; Tue, 3 Jul 2018 13:13:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 42B15371 for ; Tue, 3 Jul 2018 13:13:20 +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: <1530623491.87e71f54fe9610108fcc7321d642ee215099f082.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.5.0.ebuild X-VCS-Directories: app-emulation/libvirt/ X-VCS-Committer: tamiko X-VCS-Committer-Name: Matthias Maier X-VCS-Revision: 87e71f54fe9610108fcc7321d642ee215099f082 X-VCS-Branch: master Date: Tue, 3 Jul 2018 13:13:20 +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: b9147c48-fc02-48d8-9a31-e30132672801 X-Archives-Hash: 84dc974cdc39525bc1785639c5dacaaf commit: 87e71f54fe9610108fcc7321d642ee215099f082 Author: Matthias Maier gentoo org> AuthorDate: Tue Jul 3 13:10:52 2018 +0000 Commit: Matthias Maier gentoo org> CommitDate: Tue Jul 3 13:11:31 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87e71f54 app-emulation/libvirt: do not enable xenapi libxl support is sufficient for the xen backend Closes: https://bugs.gentoo.org/659898 Package-Manager: Portage-2.3.41, Repoman-2.3.9 app-emulation/libvirt/libvirt-4.4.0-r1.ebuild | 2 +- app-emulation/libvirt/libvirt-4.5.0.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app-emulation/libvirt/libvirt-4.4.0-r1.ebuild b/app-emulation/libvirt/libvirt-4.4.0-r1.ebuild index f95cc42ba00..57dc3944858 100644 --- a/app-emulation/libvirt/libvirt-4.4.0-r1.ebuild +++ b/app-emulation/libvirt/libvirt-4.4.0-r1.ebuild @@ -272,7 +272,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) @@ -280,6 +279,7 @@ src_configure() { --without-hal --without-netcf --without-sanlock + --without-xenapi --with-esx --with-init-script=systemd diff --git a/app-emulation/libvirt/libvirt-4.5.0.ebuild b/app-emulation/libvirt/libvirt-4.5.0.ebuild index 7ffce4b394e..8b89c14342e 100644 --- a/app-emulation/libvirt/libvirt-4.5.0.ebuild +++ b/app-emulation/libvirt/libvirt-4.5.0.ebuild @@ -272,7 +272,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) @@ -280,6 +279,7 @@ src_configure() { --without-hal --without-netcf --without-sanlock + --without-xenapi --with-esx --with-init-script=systemd