From f22e97870d0cf74a18249fa53e58b9623be82800 Mon Sep 17 00:00:00 2001 From: Krzesimir Nowak Date: Thu, 4 Jan 2024 18:36:27 +0100 Subject: [PATCH] overlay profiles: Add accept keywords for sys-kernel/linux-headers The weekly package automation reverted the modifications done to the ebuild. That's the reason why modiyfing packages in portage-stable is a no-no. Add accept keywords to keep pulling in the 6.6 version of linux headers. --- .../profiles/coreos/base/package.accept_keywords | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/sdk_container/src/third_party/coreos-overlay/profiles/coreos/base/package.accept_keywords b/sdk_container/src/third_party/coreos-overlay/profiles/coreos/base/package.accept_keywords index b598966af6..c8c6207813 100644 --- a/sdk_container/src/third_party/coreos-overlay/profiles/coreos/base/package.accept_keywords +++ b/sdk_container/src/third_party/coreos-overlay/profiles/coreos/base/package.accept_keywords @@ -80,6 +80,11 @@ # Keep versions on both arches in sync. =sys-firmware/edk2-aarch64-18.02 ** + +# Keep linux headers in sync with used kernel +=sys-kernel/linux-headers-6.6 ~amd64 ~arm64 + +# Keep versions on both arches in sync. =sys-libs/binutils-libs-2.40-r7 ~arm64 # Needed to fix CVE-2023-29491.