commit: 26a82d829010cf99f49859b33a68fd82f6876a62 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Mon Sep 30 17:52:48 2024 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Tue Oct 1 03:06:50 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26a82d82
profiles: Extend dist-kernel [debug] default to >= 6.6.53 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> profiles/arch/amd64/package.use | 4 ++-- profiles/arch/arm64/package.use | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/profiles/arch/amd64/package.use b/profiles/arch/amd64/package.use index 754ff9c5cfcb..273406b0e81e 100644 --- a/profiles/arch/amd64/package.use +++ b/profiles/arch/amd64/package.use @@ -4,8 +4,8 @@ # Michał Górny <[email protected]> (2024-09-04) # Build with debugging support by default to facilitate dev-debug/dtrace # and sys-apps/systemd[bpf]. ->=sys-kernel/gentoo-kernel-6.10.8 debug ->=sys-kernel/vanilla-kernel-6.10.8 debug +>=sys-kernel/gentoo-kernel-6.6.53 debug +>=sys-kernel/vanilla-kernel-6.6.53 debug # James Le Cuirot <[email protected]> (2022-06-25) # Realign the stack in the 32-bit build for compatibility with older binaries by diff --git a/profiles/arch/arm64/package.use b/profiles/arch/arm64/package.use index 22f0c2a5e48e..f1ba7d873ad1 100644 --- a/profiles/arch/arm64/package.use +++ b/profiles/arch/arm64/package.use @@ -4,8 +4,8 @@ # Michał Górny <[email protected]> (2024-09-04) # Build with debugging support by default to facilitate dev-debug/dtrace # and sys-apps/systemd[bpf]. ->=sys-kernel/gentoo-kernel-6.10.8 debug ->=sys-kernel/vanilla-kernel-6.10.8 debug +>=sys-kernel/gentoo-kernel-6.6.53 debug +>=sys-kernel/vanilla-kernel-6.6.53 debug # James Le Cuirot <[email protected]> (2023-12-16) # Apply additional FFmpeg patches for efficient playback on some SoCs.
