This was merged with KERNEL_IUSE_MODULES_SIGN in
a42e98431e7538eadaee1df2b90f0e3174b22341, but this one was missed.

Signed-off-by: Andrew Ammerlaan <andrewammerl...@gentoo.org>
---
 eclass/kernel-build.eclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/eclass/kernel-build.eclass b/eclass/kernel-build.eclass
index 893a1bdb449c..c4f3db0028a9 100644
--- a/eclass/kernel-build.eclass
+++ b/eclass/kernel-build.eclass
@@ -521,7 +521,7 @@ kernel-build_src_install() {
                                --output="${image%/*}/uki.efi"
                        )
 
-                       if [[ ${KERNEL_IUSE_SECUREBOOT} ]] && use secureboot; 
then
+                       if [[ ${KERNEL_IUSE_MODULES_SIGN} ]] && use secureboot; 
then
                                ukify_args+=(
                                        --signtool=sbsign
                                        
--secureboot-private-key="${SECUREBOOT_SIGN_KEY}"
-- 
2.45.2


Reply via email to