From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1683492-garchives=archives.gentoo.org@lists.gentoo.org> 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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C9C23158042 for <garchives@archives.gentoo.org>; Fri, 25 Oct 2024 21:26:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CA795E09F2; Fri, 25 Oct 2024 21:25:36 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 B0864E09F2 for <gentoo-commits@lists.gentoo.org>; Fri, 25 Oct 2024 21:25:36 +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 E341333BEED for <gentoo-commits@lists.gentoo.org>; Fri, 25 Oct 2024 21:25:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 539EC1295 for <gentoo-commits@lists.gentoo.org>; Fri, 25 Oct 2024 21:25:34 +0000 (UTC) From: "Sam James" <sam@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" <sam@gentoo.org> Message-ID: <1729891454.389519b911cb85e7138045bb202c5109a1d532a8.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-kernel/gentoo-kernel-bin/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-kernel/gentoo-kernel-bin/gentoo-kernel-bin-6.6.57-r1.ebuild sys-kernel/gentoo-kernel-bin/gentoo-kernel-bin-6.6.57.ebuild sys-kernel/gentoo-kernel-bin/gentoo-kernel-bin-6.6.58-r1.ebuild sys-kernel/gentoo-kernel-bin/gentoo-kernel-bin-6.6.58.ebuild X-VCS-Directories: sys-kernel/gentoo-kernel-bin/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 389519b911cb85e7138045bb202c5109a1d532a8 X-VCS-Branch: master Date: Fri, 25 Oct 2024 21:25:34 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 8cbc29f2-57d7-4fcb-ac1c-836701f7b80b X-Archives-Hash: 45cb6aefcb903fdde0f0a5995cf049db commit: 389519b911cb85e7138045bb202c5109a1d532a8 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Fri Oct 25 21:24:14 2024 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Fri Oct 25 21:24:14 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=389519b9 sys-kernel/gentoo-kernel-bin: add pahole BDEPEND Same as we did in f3bb6bb643e02c3957e2f99cfefa1e2d3fd3c4cc but we missed this for 6.6.x when we made the change to default to debug there too recently. Closes: https://bugs.gentoo.org/942087 Signed-off-by: Sam James <sam <AT> gentoo.org> ...oo-kernel-bin-6.6.57.ebuild => gentoo-kernel-bin-6.6.57-r1.ebuild} | 3 ++- ...oo-kernel-bin-6.6.58.ebuild => gentoo-kernel-bin-6.6.58-r1.ebuild} | 4 +++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/sys-kernel/gentoo-kernel-bin/gentoo-kernel-bin-6.6.57.ebuild b/sys-kernel/gentoo-kernel-bin/gentoo-kernel-bin-6.6.57-r1.ebuild similarity index 99% rename from sys-kernel/gentoo-kernel-bin/gentoo-kernel-bin-6.6.57.ebuild rename to sys-kernel/gentoo-kernel-bin/gentoo-kernel-bin-6.6.57-r1.ebuild index 1243efac1c88..2c3653f2c4f6 100644 --- a/sys-kernel/gentoo-kernel-bin/gentoo-kernel-bin-6.6.57.ebuild +++ b/sys-kernel/gentoo-kernel-bin/gentoo-kernel-bin-6.6.57-r1.ebuild @@ -11,7 +11,7 @@ inherit kernel-install toolchain-funcs unpacker MY_P=linux-${PV%.*} GENPATCHES_P=genpatches-${PV%.*}-$(( ${PV##*.} + 6 )) -BINPKG=${PF/-bin}-1 +BINPKG=${PN/-bin}-6.6.57-1 DESCRIPTION="Pre-built Linux kernel with Gentoo patches" HOMEPAGE="https://www.kernel.org/" @@ -49,6 +49,7 @@ PDEPEND=" BDEPEND=" app-alternatives/bc app-alternatives/lex + dev-util/pahole virtual/libelf app-alternatives/yacc " diff --git a/sys-kernel/gentoo-kernel-bin/gentoo-kernel-bin-6.6.58.ebuild b/sys-kernel/gentoo-kernel-bin/gentoo-kernel-bin-6.6.58-r1.ebuild similarity index 98% rename from sys-kernel/gentoo-kernel-bin/gentoo-kernel-bin-6.6.58.ebuild rename to sys-kernel/gentoo-kernel-bin/gentoo-kernel-bin-6.6.58-r1.ebuild index 4873f0a07e43..479dd0787e61 100644 --- a/sys-kernel/gentoo-kernel-bin/gentoo-kernel-bin-6.6.58.ebuild +++ b/sys-kernel/gentoo-kernel-bin/gentoo-kernel-bin-6.6.58-r1.ebuild @@ -11,7 +11,8 @@ inherit kernel-install toolchain-funcs unpacker MY_P=linux-${PV%.*} GENPATCHES_P=genpatches-${PV%.*}-$(( ${PV##*.} + 6 )) -BINPKG=${PF/-bin}-1 +# XXX: Change this back after 6.6.58-r1 +BINPKG=${PN/-bin}-6.6.58-1 DESCRIPTION="Pre-built Linux kernel with Gentoo patches" HOMEPAGE="https://www.kernel.org/" @@ -50,6 +51,7 @@ PDEPEND=" BDEPEND=" app-alternatives/bc app-alternatives/lex + dev-util/pahole virtual/libelf app-alternatives/yacc "