From 339fe900fe81e34dc446295eb3525358a899f2c6 Mon Sep 17 00:00:00 2001 From: Krzesimir Nowak Date: Thu, 25 Nov 2021 11:24:29 +0100 Subject: [PATCH] profiles: Add keywords for sys-kernel/linux-headers to match linux kernel --- .../profiles/coreos/base/package.accept_keywords | 3 +++ 1 file changed, 3 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 abec24c011..c05b2f0791 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 @@ -71,3 +71,6 @@ dev-util/checkbashisms # already stabilised for both amd64 and arm64) until we move off from # python3.6. =sys-libs/talloc-2.3.2 ~amd64 ~arm64 + +# Keep headers in sync with kernel version. +=sys-kernel/linux-headers-5.15 ~amd64 ~arm64