From 71b6cff3de038c60c1568dc7462478513f9baba1 Mon Sep 17 00:00:00 2001 From: Krzesimir Nowak Date: Mon, 15 Jan 2024 15:33:19 +0100 Subject: [PATCH] overlay profiles: Mask installkernel flag in sys-apps/debianutils This flag was masked for some time already in Gentoo profiles, and the package that was supposed to be pulled was renamed in the meantime and we didn't notice. Now the mask was moved to a different Gentoo profile, so it stopped being masked in our case and the builds started to fail, because there is no such package like sys-kernel/installkernel in portage-stable (we have sys-kernel/installkernel-gentoo). Mask the flag for SDK. We will drop the installkernel package in following commit. --- .../profiles/coreos/targets/sdk/package.use.mask | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sdk_container/src/third_party/coreos-overlay/profiles/coreos/targets/sdk/package.use.mask b/sdk_container/src/third_party/coreos-overlay/profiles/coreos/targets/sdk/package.use.mask index 811692a9e5..c4037c4dad 100644 --- a/sdk_container/src/third_party/coreos-overlay/profiles/coreos/targets/sdk/package.use.mask +++ b/sdk_container/src/third_party/coreos-overlay/profiles/coreos/targets/sdk/package.use.mask @@ -1,2 +1,5 @@ # Allow smartcard support in the SDK for image signing app-crypt/gnupg -smartcard + +# Do not pull unnecessary installkernel stuff +sys-apps/debianutils installkernel