diff options
author | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2024-08-07 17:07:45 +0200 |
---|---|---|
committer | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2024-08-07 21:21:20 +0200 |
commit | b34b0909d5b6236af890a93171026607ed176ac4 (patch) | |
tree | d721dfe097cb42626233f1ec314c5c931fe2d3ec /sys-boot/elilo | |
parent | profiles/arch/amd64: un-stable-mask USE=pyside6 (diff) | |
download | gentoo-b34b0909d5b6236af890a93171026607ed176ac4.tar.gz gentoo-b34b0909d5b6236af890a93171026607ed176ac4.tar.bz2 gentoo-b34b0909d5b6236af890a93171026607ed176ac4.zip |
sys-boot/elilo: add USE=secureboot
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
Closes: https://github.com/gentoo/gentoo/pull/38008
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
Diffstat (limited to 'sys-boot/elilo')
-rw-r--r-- | sys-boot/elilo/elilo-3.16-r6.ebuild (renamed from sys-boot/elilo/elilo-3.16-r5.ebuild) | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys-boot/elilo/elilo-3.16-r5.ebuild b/sys-boot/elilo/elilo-3.16-r6.ebuild index 8f067bedb4c0..6d1f82ca9369 100644 --- a/sys-boot/elilo/elilo-3.16-r5.ebuild +++ b/sys-boot/elilo/elilo-3.16-r6.ebuild @@ -3,7 +3,7 @@ EAPI=8 -inherit toolchain-funcs +inherit secureboot toolchain-funcs DESCRIPTION="Linux boot loader for EFI-based systems such as IA-64" HOMEPAGE="https://sourceforge.net/projects/elilo/" @@ -89,4 +89,6 @@ src_install() { dodoc docs/* "${FILESDIR}"/elilo.conf.sample doman debian/*.[0-9] + + secureboot_auto_sign --in-place } |