From 5ba6601490a9d2cb9635f86bfd1cabc96d8c9f37 Mon Sep 17 00:00:00 2001 From: Flatcar Buildbot Date: Mon, 4 Sep 2023 07:15:27 +0000 Subject: [PATCH] sys-firmware/edk2-ovmf-bin: Sync with Gentoo It's from Gentoo commit fdb0612aa55f5c0fc321c3195ad07eae939e697e. --- .../sys-firmware/edk2-ovmf-bin/edk2-ovmf-bin-202202.ebuild | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/sdk_container/src/third_party/portage-stable/sys-firmware/edk2-ovmf-bin/edk2-ovmf-bin-202202.ebuild b/sdk_container/src/third_party/portage-stable/sys-firmware/edk2-ovmf-bin/edk2-ovmf-bin-202202.ebuild index de6d9fb8ae..2a1a7048cb 100644 --- a/sdk_container/src/third_party/portage-stable/sys-firmware/edk2-ovmf-bin/edk2-ovmf-bin-202202.ebuild +++ b/sdk_container/src/third_party/portage-stable/sys-firmware/edk2-ovmf-bin/edk2-ovmf-bin-202202.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -inherit readme.gentoo-r1 +inherit readme.gentoo-r1 secureboot BINPKG="${P/-bin/}-1" @@ -61,6 +61,8 @@ src_install() { rm "usr/share/doc/${PF}/README.gentoo.bz2" mv usr "${ED}" || die + secureboot_auto_sign --in-place + readme.gentoo_create_doc }