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 0E5C71395E2 for ; Wed, 7 Dec 2016 01:46:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1CE80E0CB8; Wed, 7 Dec 2016 01:46:00 +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 EA689E0CB8 for ; Wed, 7 Dec 2016 01:45:59 +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 4B896341236 for ; Wed, 7 Dec 2016 01:45:58 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id ACA5224BD for ; Wed, 7 Dec 2016 01:45:56 +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: <1481075144.a32db681c2289c5894dbbda52d099c7b4b095a0a.dlan@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/xen-tools/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emulation/xen-tools/xen-tools-4.6.4-r3.ebuild app-emulation/xen-tools/xen-tools-4.7.1-r3.ebuild X-VCS-Directories: app-emulation/xen-tools/ X-VCS-Committer: dlan X-VCS-Committer-Name: Yixun Lan X-VCS-Revision: a32db681c2289c5894dbbda52d099c7b4b095a0a X-VCS-Branch: master Date: Wed, 7 Dec 2016 01:45:56 +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: 175ba25d-fee0-411a-9169-35b2a1c91387 X-Archives-Hash: d0ccc362dc067e90c909ffc43ffe7b9c commit: a32db681c2289c5894dbbda52d099c7b4b095a0a Author: Yixun Lan gentoo org> AuthorDate: Sat Dec 3 04:38:25 2016 +0000 Commit: Yixun Lan gentoo org> CommitDate: Wed Dec 7 01:45:44 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a32db681 app-emulation/xen-tools: fix missing pixman issue we need either enable USE=qemu, or system-qemu Gentoo-Bug: 600234, 600500 Package-Manager: portage-2.3.2 app-emulation/xen-tools/xen-tools-4.6.4-r3.ebuild | 6 +++--- app-emulation/xen-tools/xen-tools-4.7.1-r3.ebuild | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/app-emulation/xen-tools/xen-tools-4.6.4-r3.ebuild b/app-emulation/xen-tools/xen-tools-4.6.4-r3.ebuild index 481f901..924cc74 100644 --- a/app-emulation/xen-tools/xen-tools-4.6.4-r3.ebuild +++ b/app-emulation/xen-tools/xen-tools-4.6.4-r3.ebuild @@ -63,13 +63,13 @@ SLOT="0/${MAJOR_V}" # Inclusion of IUSE ocaml on stabalizing requires maintainer of ocaml to (get off his hands and) make # >=dev-lang/ocaml-4 stable # Masked in profiles/eapi-5-files instead -IUSE="api custom-cflags debug doc flask hvm qemu ocaml ovmf +qemu-traditional +pam python pygrub screen sdl static-libs system-qemu system-seabios" +IUSE="api custom-cflags debug doc flask hvm +qemu ocaml ovmf +qemu-traditional +pam python pygrub screen sdl static-libs system-qemu system-seabios" -REQUIRED_USE="hvm? ( || ( qemu system-qemu ) ) +REQUIRED_USE=" ${PYTHON_REQUIRED_USE} pygrub? ( python ) ovmf? ( hvm ) - qemu? ( !system-qemu )" + ^^ ( qemu system-qemu )" COMMON_DEPEND=" dev-libs/lzo:2 diff --git a/app-emulation/xen-tools/xen-tools-4.7.1-r3.ebuild b/app-emulation/xen-tools/xen-tools-4.7.1-r3.ebuild index c654c77..4fa0ce3 100644 --- a/app-emulation/xen-tools/xen-tools-4.7.1-r3.ebuild +++ b/app-emulation/xen-tools/xen-tools-4.7.1-r3.ebuild @@ -63,13 +63,13 @@ SLOT="0/${MAJOR_V}" # Inclusion of IUSE ocaml on stabalizing requires maintainer of ocaml to (get off his hands and) make # >=dev-lang/ocaml-4 stable # Masked in profiles/eapi-5-files instead -IUSE="api custom-cflags debug doc flask hvm qemu ocaml ovmf +qemu-traditional +pam python pygrub screen sdl static-libs system-qemu system-seabios" +IUSE="api custom-cflags debug doc flask hvm +qemu ocaml ovmf +qemu-traditional +pam python pygrub screen sdl static-libs system-qemu system-seabios" -REQUIRED_USE="hvm? ( || ( qemu system-qemu ) ) +REQUIRED_USE=" ${PYTHON_REQUIRED_USE} pygrub? ( python ) ovmf? ( hvm ) - qemu? ( !system-qemu )" + ^^ ( qemu system-qemu )" COMMON_DEPEND=" dev-libs/lzo:2