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 6FEAA158041 for ; Tue, 7 Sep 2021 18:38:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6D5EBE0898; Tue, 7 Sep 2021 18:38:33 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 0A66EE0893 for ; Tue, 7 Sep 2021 18:38: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 28E45343159 for ; Tue, 7 Sep 2021 18:38:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9F89535 for ; Tue, 7 Sep 2021 18:38:29 +0000 (UTC) From: "Jory Pratt" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jory Pratt" Message-ID: <1631038896.54dfcdaca24a45c439f5e6a928590f006f4dd6d4.anarchy@gentoo> Subject: [gentoo-commits] proj/musl:master commit in: app-emulation/qemu/ X-VCS-Repository: proj/musl X-VCS-Files: app-emulation/qemu/qemu-6.0.0-r2.ebuild app-emulation/qemu/qemu-6.0.0-r3.ebuild X-VCS-Directories: app-emulation/qemu/ X-VCS-Committer: anarchy X-VCS-Committer-Name: Jory Pratt X-VCS-Revision: 54dfcdaca24a45c439f5e6a928590f006f4dd6d4 X-VCS-Branch: master Date: Tue, 7 Sep 2021 18:38:29 +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: 047beff6-ac34-4ee4-8451-e057408845f3 X-Archives-Hash: a1b7dfc635effdb4f2cbd07253773836 commit: 54dfcdaca24a45c439f5e6a928590f006f4dd6d4 Author: Jory Pratt gentoo org> AuthorDate: Tue Sep 7 18:21:36 2021 +0000 Commit: Jory Pratt gentoo org> CommitDate: Tue Sep 7 18:21:36 2021 +0000 URL: https://gitweb.gentoo.org/proj/musl.git/commit/?id=54dfcdac app-emulation/qemu: sync with ::gentoo Package-Manager: Portage-3.0.22, Repoman-3.0.3 Signed-off-by: Jory Pratt gentoo.org> app-emulation/qemu/{qemu-6.0.0-r2.ebuild => qemu-6.0.0-r3.ebuild} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-emulation/qemu/qemu-6.0.0-r2.ebuild b/app-emulation/qemu/qemu-6.0.0-r3.ebuild similarity index 99% rename from app-emulation/qemu/qemu-6.0.0-r2.ebuild rename to app-emulation/qemu/qemu-6.0.0-r3.ebuild index 0583c6b..443089d 100644 --- a/app-emulation/qemu/qemu-6.0.0-r2.ebuild +++ b/app-emulation/qemu/qemu-6.0.0-r3.ebuild @@ -109,7 +109,7 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE} qemu_softmmu_targets_riscv32? ( fdt ) qemu_softmmu_targets_riscv64? ( fdt ) sdl-image? ( sdl ) - static? ( static-user !alsa !gtk !jack !opengl !pulseaudio !plugins !rbd !snappy ) + static? ( static-user !alsa !gtk !jack !opengl !pulseaudio !plugins !rbd !snappy !udev ) static-user? ( !plugins ) vhost-user-fs? ( caps seccomp ) virgl? ( opengl ) @@ -202,7 +202,7 @@ SOFTMMU_TOOLS_DEPEND=" >=app-emulation/spice-0.12.0[static-libs(+)] ) ssh? ( >=net-libs/libssh-0.8.6[static-libs(+)] ) - udev? ( virtual/libudev[static-libs(+)] ) + udev? ( virtual/libudev:= ) usb? ( >=virtual/libusb-1-r2[static-libs(+)] ) usbredir? ( >=sys-apps/usbredir-0.6[static-libs(+)] ) vde? ( net-misc/vde[static-libs(+)] )