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 AD1E31395E2 for ; Thu, 8 Dec 2016 23:13:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C4B7F21C073; Thu, 8 Dec 2016 23:13:47 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 9CA2B21C073 for ; Thu, 8 Dec 2016 23:13:47 +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 5ED423412C1 for ; Thu, 8 Dec 2016 23:13:46 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C26E4495 for ; Thu, 8 Dec 2016 23:13:44 +0000 (UTC) From: "Yixun Lan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Yixun Lan" Message-ID: <1481238822.5f1ec265050d19fc5cb8828257ea49d9366b7c1c.dlan@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/libvirt/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emulation/libvirt/libvirt-2.4.0-r1.ebuild X-VCS-Directories: app-emulation/libvirt/ X-VCS-Committer: dlan X-VCS-Committer-Name: Yixun Lan X-VCS-Revision: 5f1ec265050d19fc5cb8828257ea49d9366b7c1c X-VCS-Branch: master Date: Thu, 8 Dec 2016 23:13:44 +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: f6c9cec9-04bd-4b2e-a886-15a22efbe560 X-Archives-Hash: 47189fd621171fc981e69be53dd35170 commit: 5f1ec265050d19fc5cb8828257ea49d9366b7c1c Author: Yixun Lan gentoo org> AuthorDate: Thu Dec 8 23:10:39 2016 +0000 Commit: Yixun Lan gentoo org> CommitDate: Thu Dec 8 23:13:42 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f1ec265 app-emulation/libvirt: fix automagic dependency on xen-tools Gentoo-Bug: 602004 Package-Manager: portage-2.3.3 app-emulation/libvirt/libvirt-2.4.0-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-emulation/libvirt/libvirt-2.4.0-r1.ebuild b/app-emulation/libvirt/libvirt-2.4.0-r1.ebuild index 2eef6de..878fa13 100644 --- a/app-emulation/libvirt/libvirt-2.4.0-r1.ebuild +++ b/app-emulation/libvirt/libvirt-2.4.0-r1.ebuild @@ -284,7 +284,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)