From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 74BD0159C96 for ; Sat, 27 Jul 2024 22:00:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 91F7CE2B12; Sat, 27 Jul 2024 22:00:45 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 745A6E2B12 for ; Sat, 27 Jul 2024 22:00:45 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9061E335D64 for ; Sat, 27 Jul 2024 22:00:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 09D051D88 for ; Sat, 27 Jul 2024 22:00:43 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1722117636.1a493d13bde1f371113388d9bd13a7e609f7bf07.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/ X-VCS-Repository: repo/gentoo X-VCS-Files: eclass/kernel-build.eclass X-VCS-Directories: eclass/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 1a493d13bde1f371113388d9bd13a7e609f7bf07 X-VCS-Branch: master Date: Sat, 27 Jul 2024 22:00:43 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: e41d67ca-3b12-4cb1-ad21-76a6e17870b5 X-Archives-Hash: bcfd43bbc416c2e6511a5371dae2b15c commit: 1a493d13bde1f371113388d9bd13a7e609f7bf07 Author: Andrew Ammerlaan gentoo org> AuthorDate: Sat Jul 27 21:25:53 2024 +0000 Commit: Andrew Ammerlaan gentoo org> CommitDate: Sat Jul 27 22:00:36 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a493d13 kernel-build.eclass: fixup left-over KERNEL_IUSE_SECUREBOOT This was merged with KERNEL_IUSE_MODULES_SIGN in a42e98431e7538eadaee1df2b90f0e3174b22341, but this one was missed. Signed-off-by: Andrew Ammerlaan 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}"