mirror of
https://github.com/flatcar/scripts.git
synced 2026-05-05 12:16:41 +02:00
overlay profiles: Disable mpfr for sys-apps/gawk
After the update, the USE=mpfr got enabled by default, so now we need to disable it explicitly. Gawk is a part of our initrd, which means that mpfr gets pulled into it now, increasing the size of it by another 2mb, which breaks Flatcar updates.
This commit is contained in:
parent
19478b7da4
commit
bdb20f15df
@ -196,3 +196,7 @@ sys-libs/libcap static-libs
|
||||
|
||||
# do not force a dependency on llvm-core/llvm yet
|
||||
dev-lang/rust -system-llvm
|
||||
|
||||
# disable mpfr in gawk, this ends up being pulled into initrd, making
|
||||
# it grow by another 2mb
|
||||
sys-apps/gawk -mpfr
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user