summaryrefslogtreecommitdiff
path: root/sys-firmware/edk2-ovmf-bin/edk2-ovmf-bin-202202.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'sys-firmware/edk2-ovmf-bin/edk2-ovmf-bin-202202.ebuild')
-rw-r--r--sys-firmware/edk2-ovmf-bin/edk2-ovmf-bin-202202.ebuild6
1 files changed, 4 insertions, 2 deletions
diff --git a/sys-firmware/edk2-ovmf-bin/edk2-ovmf-bin-202202.ebuild b/sys-firmware/edk2-ovmf-bin/edk2-ovmf-bin-202202.ebuild
index de6d9fb8ae2d..2a1a7048cbce 100644
--- a/sys-firmware/edk2-ovmf-bin/edk2-ovmf-bin-202202.ebuild
+++ b/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
}