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 3BE64158089 for ; Wed, 1 Nov 2023 08:11:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5F7E52BC01A; Wed, 1 Nov 2023 08:11:31 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3F00C2BC01A for ; Wed, 1 Nov 2023 08:11:31 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 31D6B335C20 for ; Wed, 1 Nov 2023 08:11:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9946911BC for ; Wed, 1 Nov 2023 08:11:28 +0000 (UTC) From: "Ionen Wolkens" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ionen Wolkens" Message-ID: <1698826242.017bff0a540eab67bd9657d4455f13a62dbcca28.ionen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/ X-VCS-Repository: repo/gentoo X-VCS-Files: eclass/linux-mod-r1.eclass X-VCS-Directories: eclass/ X-VCS-Committer: ionen X-VCS-Committer-Name: Ionen Wolkens X-VCS-Revision: 017bff0a540eab67bd9657d4455f13a62dbcca28 X-VCS-Branch: master Date: Wed, 1 Nov 2023 08:11:28 +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: e3f97471-dea6-466e-868a-9cc3e04a97ec X-Archives-Hash: 013cb723286ce30322ddccd6596131bc commit: 017bff0a540eab67bd9657d4455f13a62dbcca28 Author: Ionen Wolkens gentoo org> AuthorDate: Wed Nov 1 08:07:13 2023 +0000 Commit: Ionen Wolkens gentoo org> CommitDate: Wed Nov 1 08:10:42 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=017bff0a linux-mod-r1.eclass: fix DEPMOD override for kernel 6.6 Not necessary, but also change STRIP while at it for parity. Closes: https://bugs.gentoo.org/916587 Signed-off-by: Ionen Wolkens gentoo.org> eclass/linux-mod-r1.eclass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eclass/linux-mod-r1.eclass b/eclass/linux-mod-r1.eclass index 2a3dde6a3101..858fb0628070 100644 --- a/eclass/linux-mod-r1.eclass +++ b/eclass/linux-mod-r1.eclass @@ -1161,8 +1161,8 @@ _modules_set_makeargs() { # eclass handle strip, sign, compress, and depmod (CONFIG_ should # have no impact on building, only used by Makefile.modinst) CONFIG_MODULE_{SIG_ALL,COMPRESS_{GZIP,XZ,ZSTD}}= - DEPMOD=: - STRIP=: + DEPMOD=true #916587 + STRIP=true ) if [[ ! ${MODULES_I_WANT_FULL_CONTROL} ]]; then