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 74A0C138334 for ; Sun, 19 May 2019 23:42:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 213F5E084E; Sun, 19 May 2019 23:42:33 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 E8A8AE084E for ; Sun, 19 May 2019 23:42:32 +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 45A3B344B39 for ; Sun, 19 May 2019 23:42:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E9B505EB for ; Sun, 19 May 2019 23:42:28 +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: <1558309330.6577e1d2bf56e0954eb0058e51e0b93a878d3323.tamiko@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/qemu/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emulation/qemu/qemu-4.0.0-r2.ebuild app-emulation/qemu/qemu-4.0.0-r3.ebuild app-emulation/qemu/qemu-9999.ebuild X-VCS-Directories: app-emulation/qemu/ X-VCS-Committer: tamiko X-VCS-Committer-Name: Matthias Maier X-VCS-Revision: 6577e1d2bf56e0954eb0058e51e0b93a878d3323 X-VCS-Branch: master Date: Sun, 19 May 2019 23:42:28 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 8a25ee04-fa40-4c4b-b260-7bc1a1fc974a X-Archives-Hash: 6e2018c816c82e40d7fc94f041669156 commit: 6577e1d2bf56e0954eb0058e51e0b93a878d3323 Author: Matthias Maier gentoo org> AuthorDate: Sun May 19 21:45:31 2019 +0000 Commit: Matthias Maier gentoo org> CommitDate: Sun May 19 23:42:10 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6577e1d2 app-emulation/qemu: introduce USE=doc Closes: https://bugs.gentoo.org/684792 Package-Manager: Portage-2.3.66, Repoman-2.3.12 Signed-off-by: Matthias Maier gentoo.org> app-emulation/qemu/{qemu-4.0.0-r2.ebuild => qemu-4.0.0-r3.ebuild} | 6 +++--- app-emulation/qemu/qemu-9999.ebuild | 5 +++-- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/app-emulation/qemu/qemu-4.0.0-r2.ebuild b/app-emulation/qemu/qemu-4.0.0-r3.ebuild similarity index 99% rename from app-emulation/qemu/qemu-4.0.0-r2.ebuild rename to app-emulation/qemu/qemu-4.0.0-r3.ebuild index 338b4117ba2..f513f387747 100644 --- a/app-emulation/qemu/qemu-4.0.0-r2.ebuild +++ b/app-emulation/qemu/qemu-4.0.0-r3.ebuild @@ -27,7 +27,7 @@ HOMEPAGE="http://www.qemu.org http://www.linux-kvm.org" LICENSE="GPL-2 LGPL-2 BSD-2" SLOT="0" -IUSE="accessibility +aio alsa bzip2 capstone +caps +curl debug +IUSE="accessibility +aio alsa bzip2 capstone +caps +curl debug +doc +fdt glusterfs gnutls gtk infiniband iscsi +jpeg kernel_linux kernel_FreeBSD lzo ncurses nfs nls numa opengl +pin-upstream-blobs +png pulseaudio python rbd sasl +seccomp sdl selinux smartcard snappy @@ -171,9 +171,9 @@ PPC64_FIRMWARE_DEPEND=" BDEPEND=" ${PYTHON_DEPS} dev-lang/perl - dev-python/sphinx sys-apps/texinfo virtual/pkgconfig + doc? ( dev-python/sphinx ) gtk? ( nls? ( sys-devel/gettext ) ) test? ( dev-libs/glib[utils] @@ -407,7 +407,7 @@ qemu_src_configure() { --host-cc="$(tc-getBUILD_CC)" $(use_enable debug debug-info) $(use_enable debug debug-tcg) - --enable-docs + $(use_enable doc docs) $(use_enable tci tcg-interpreter) $(use_enable xattr attr) ) diff --git a/app-emulation/qemu/qemu-9999.ebuild b/app-emulation/qemu/qemu-9999.ebuild index e765af785c6..c67b7be0387 100644 --- a/app-emulation/qemu/qemu-9999.ebuild +++ b/app-emulation/qemu/qemu-9999.ebuild @@ -27,7 +27,7 @@ HOMEPAGE="http://www.qemu.org http://www.linux-kvm.org" LICENSE="GPL-2 LGPL-2 BSD-2" SLOT="0" -IUSE="accessibility +aio alsa bzip2 capstone +caps +curl debug +IUSE="accessibility +aio alsa bzip2 capstone +caps +curl debug +doc +fdt glusterfs gnutls gtk infiniband iscsi +jpeg kernel_linux kernel_FreeBSD lzo ncurses nfs nls numa opengl +pin-upstream-blobs +png pulseaudio python rbd sasl +seccomp sdl selinux smartcard snappy @@ -174,6 +174,7 @@ BDEPEND=" dev-python/sphinx sys-apps/texinfo virtual/pkgconfig + doc? ( dev-python/sphinx ) gtk? ( nls? ( sys-devel/gettext ) ) test? ( dev-libs/glib[utils] @@ -405,7 +406,7 @@ qemu_src_configure() { --host-cc="$(tc-getBUILD_CC)" $(use_enable debug debug-info) $(use_enable debug debug-tcg) - --enable-docs + $(use_enable doc docs) $(use_enable tci tcg-interpreter) $(use_enable xattr attr) )