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 380D015806E for ; Sun, 14 May 2023 19:18:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6D078E087C; Sun, 14 May 2023 19:18:35 +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 49B7FE087C for ; Sun, 14 May 2023 19:18:35 +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 4C410340E04 for ; Sun, 14 May 2023 19:18:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C1FD37F5 for ; Sun, 14 May 2023 19:18:32 +0000 (UTC) From: "Sebastian Pipping" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sebastian Pipping" Message-ID: <1684091849.091515f70cc64a94a805902183f58da13f747d19.sping@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/grub2-theme-preview/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/grub2-theme-preview/grub2-theme-preview-2.7.0-r1.ebuild x11-misc/grub2-theme-preview/grub2-theme-preview-2.7.0.ebuild x11-misc/grub2-theme-preview/grub2-theme-preview-2.8.0.ebuild X-VCS-Directories: x11-misc/grub2-theme-preview/ X-VCS-Committer: sping X-VCS-Committer-Name: Sebastian Pipping X-VCS-Revision: 091515f70cc64a94a805902183f58da13f747d19 X-VCS-Branch: master Date: Sun, 14 May 2023 19:18:32 +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: 64d096dc-f56f-4b08-9139-fb27bed43bd7 X-Archives-Hash: 9cb62b83672da8c653177aad669eb18d commit: 091515f70cc64a94a805902183f58da13f747d19 Author: Sebastian Pipping gentoo org> AuthorDate: Sun May 14 19:17:29 2023 +0000 Commit: Sebastian Pipping gentoo org> CommitDate: Sun May 14 19:17:29 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=091515f7 x11-misc/grub2-theme-preview: Allow sys-firmware/edk2-ovmf-bin Closes: https://bugs.gentoo.org/906334 Signed-off-by: Sebastian Pipping gentoo.org> x11-misc/grub2-theme-preview/grub2-theme-preview-2.7.0-r1.ebuild | 2 +- x11-misc/grub2-theme-preview/grub2-theme-preview-2.7.0.ebuild | 2 +- x11-misc/grub2-theme-preview/grub2-theme-preview-2.8.0.ebuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/x11-misc/grub2-theme-preview/grub2-theme-preview-2.7.0-r1.ebuild b/x11-misc/grub2-theme-preview/grub2-theme-preview-2.7.0-r1.ebuild index e5b2d0432704..da256c221fe2 100644 --- a/x11-misc/grub2-theme-preview/grub2-theme-preview-2.7.0-r1.ebuild +++ b/x11-misc/grub2-theme-preview/grub2-theme-preview-2.7.0-r1.ebuild @@ -22,7 +22,7 @@ RDEPEND="app-emulation/qemu sys-fs/mtools grub_platforms_efi-64? ( sys-boot/grub:2[grub_platforms_efi-64] - sys-firmware/edk2-ovmf + || ( sys-firmware/edk2-ovmf sys-firmware/edk2-ovmf-bin ) ) !grub_platforms_efi-64? ( sys-boot/grub:2[grub_platforms_pc] diff --git a/x11-misc/grub2-theme-preview/grub2-theme-preview-2.7.0.ebuild b/x11-misc/grub2-theme-preview/grub2-theme-preview-2.7.0.ebuild index 4fe300bbbd58..f766fadda4f0 100644 --- a/x11-misc/grub2-theme-preview/grub2-theme-preview-2.7.0.ebuild +++ b/x11-misc/grub2-theme-preview/grub2-theme-preview-2.7.0.ebuild @@ -21,7 +21,7 @@ RDEPEND="app-emulation/qemu sys-fs/mtools grub_platforms_efi-64? ( sys-boot/grub:2[grub_platforms_efi-64] - sys-firmware/edk2-ovmf + || ( sys-firmware/edk2-ovmf sys-firmware/edk2-ovmf-bin ) ) !grub_platforms_efi-64? ( sys-boot/grub:2[grub_platforms_pc] diff --git a/x11-misc/grub2-theme-preview/grub2-theme-preview-2.8.0.ebuild b/x11-misc/grub2-theme-preview/grub2-theme-preview-2.8.0.ebuild index e5b2d0432704..da256c221fe2 100644 --- a/x11-misc/grub2-theme-preview/grub2-theme-preview-2.8.0.ebuild +++ b/x11-misc/grub2-theme-preview/grub2-theme-preview-2.8.0.ebuild @@ -22,7 +22,7 @@ RDEPEND="app-emulation/qemu sys-fs/mtools grub_platforms_efi-64? ( sys-boot/grub:2[grub_platforms_efi-64] - sys-firmware/edk2-ovmf + || ( sys-firmware/edk2-ovmf sys-firmware/edk2-ovmf-bin ) ) !grub_platforms_efi-64? ( sys-boot/grub:2[grub_platforms_pc]