mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-24 15:11:19 +02:00
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.
This commit is contained in:
parent
e1118b85f0
commit
71b6cff3de
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user