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 9E0391382C5 for ; Fri, 7 May 2021 08:24:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 00E9CE0822; Fri, 7 May 2021 08:24:40 +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 DCC2CE0822 for ; Fri, 7 May 2021 08:24:39 +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 70F92340DE1 for ; Fri, 7 May 2021 08:24:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1B69859C for ; Fri, 7 May 2021 08:24:37 +0000 (UTC) From: "Sergei Trofimovich" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergei Trofimovich" Message-ID: <1620375873.e26a15f02d56e3eb1be5129ed7ef207ea3e46a1c.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/qemu/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emulation/qemu/qemu-6.0.0.ebuild app-emulation/qemu/qemu-9999.ebuild X-VCS-Directories: app-emulation/qemu/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: e26a15f02d56e3eb1be5129ed7ef207ea3e46a1c X-VCS-Branch: master Date: Fri, 7 May 2021 08:24:37 +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: 4e7b4e45-9dcc-4394-838b-09606d2684a7 X-Archives-Hash: f6efc39dea0738a5c3f24bc3a8ad3196 commit: e26a15f02d56e3eb1be5129ed7ef207ea3e46a1c Author: Karl-Johan Karlsson lysator liu se> AuthorDate: Fri May 7 07:40:43 2021 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Fri May 7 08:24:33 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e26a15f0 app-emulation/qemu: require opengl if virgl is enabled Closes: https://bugs.gentoo.org/788409 Signed-off-by: Karl-Johan Karlsson lysator.liu.se> Signed-off-by: Sergei Trofimovich gentoo.org> app-emulation/qemu/qemu-6.0.0.ebuild | 1 + app-emulation/qemu/qemu-9999.ebuild | 1 + 2 files changed, 2 insertions(+) diff --git a/app-emulation/qemu/qemu-6.0.0.ebuild b/app-emulation/qemu/qemu-6.0.0.ebuild index bdf454fd8ec..591f58deeb8 100644 --- a/app-emulation/qemu/qemu-6.0.0.ebuild +++ b/app-emulation/qemu/qemu-6.0.0.ebuild @@ -111,6 +111,7 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE} static? ( static-user !alsa !gtk !jack !opengl !pulseaudio !plugins !rbd !snappy ) static-user? ( !plugins ) vhost-user-fs? ( caps seccomp ) + virgl? ( opengl ) virtfs? ( caps xattr ) vte? ( gtk ) multipath? ( udev ) diff --git a/app-emulation/qemu/qemu-9999.ebuild b/app-emulation/qemu/qemu-9999.ebuild index bdf454fd8ec..591f58deeb8 100644 --- a/app-emulation/qemu/qemu-9999.ebuild +++ b/app-emulation/qemu/qemu-9999.ebuild @@ -111,6 +111,7 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE} static? ( static-user !alsa !gtk !jack !opengl !pulseaudio !plugins !rbd !snappy ) static-user? ( !plugins ) vhost-user-fs? ( caps seccomp ) + virgl? ( opengl ) virtfs? ( caps xattr ) vte? ( gtk ) multipath? ( udev )