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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2B2F815800A for ; Sat, 22 Jul 2023 23:06:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 68EEEE081A; Sat, 22 Jul 2023 23:06:08 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4E1D6E081A for ; Sat, 22 Jul 2023 23:06:08 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3B824335D2E for ; Sat, 22 Jul 2023 23:06:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5B124BFB for ; Sat, 22 Jul 2023 23:06:04 +0000 (UTC) From: "David Roman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Roman" Message-ID: <1690047273.eefa46e39f6df69b94f5e675e940ecfebb2dfc49.davidroman@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: app-emulation/quickemu/ X-VCS-Repository: repo/proj/guru X-VCS-Files: app-emulation/quickemu/quickemu-4.8.ebuild X-VCS-Directories: app-emulation/quickemu/ X-VCS-Committer: davidroman X-VCS-Committer-Name: David Roman X-VCS-Revision: eefa46e39f6df69b94f5e675e940ecfebb2dfc49 X-VCS-Branch: master Date: Sat, 22 Jul 2023 23:06:04 +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: e8636a36-b359-425e-8d0c-6490787a5795 X-Archives-Hash: d4bddc805e97bc44250b5b0d06f89fed commit: eefa46e39f6df69b94f5e675e940ecfebb2dfc49 Author: Steven Burnham gmail com> AuthorDate: Sat Jul 22 17:34:13 2023 +0000 Commit: David Roman gmail com> CommitDate: Sat Jul 22 17:34:33 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=eefa46e3 app-emulation/quickemu: Accepts -bin now for edk2-ovmf Signed-off-by: Steven Burnham gmail.com> app-emulation/quickemu/quickemu-4.8.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-emulation/quickemu/quickemu-4.8.ebuild b/app-emulation/quickemu/quickemu-4.8.ebuild index b20d3412b..7eb2b4472 100644 --- a/app-emulation/quickemu/quickemu-4.8.ebuild +++ b/app-emulation/quickemu/quickemu-4.8.ebuild @@ -27,7 +27,7 @@ DEPEND=" net-misc/zsync sys-apps/usbutils sys-apps/util-linux - sys-firmware/edk2-ovmf + || ( sys-firmware/edk2-ovmf sys-firmware/edk2-ovmf-bin ) sys-process/procps x11-apps/xrandr x11-misc/xdg-user-dirs