diff options
Diffstat (limited to 'sys-boot')
-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 } |