commit:     b34b0909d5b6236af890a93171026607ed176ac4
Author:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Wed Aug  7 15:07:45 2024 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Wed Aug  7 19:21:20 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b34b0909

sys-boot/elilo: add USE=secureboot

Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>
Closes: https://github.com/gentoo/gentoo/pull/38008
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>

 sys-boot/elilo/{elilo-3.16-r5.ebuild => elilo-3.16-r6.ebuild} | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/sys-boot/elilo/elilo-3.16-r5.ebuild 
b/sys-boot/elilo/elilo-3.16-r6.ebuild
similarity index 96%
rename from sys-boot/elilo/elilo-3.16-r5.ebuild
rename to 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
 }

Reply via email to