sys-firmware/edk2-ovmf-bin: Sync with Gentoo

It's from Gentoo commit fdb0612aa55f5c0fc321c3195ad07eae939e697e.
This commit is contained in:
Flatcar Buildbot 2023-09-04 07:15:27 +00:00 committed by Krzesimir Nowak
parent 018f318fb0
commit 5ba6601490

View File

@ -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
}