Skip to content

Commit bdb20f1

Browse files
committed
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.
1 parent 19478b7 commit bdb20f1

File tree

1 file changed

+4
-0
lines changed
  • sdk_container/src/third_party/coreos-overlay/profiles/coreos/base

1 file changed

+4
-0
lines changed

sdk_container/src/third_party/coreos-overlay/profiles/coreos/base/package.use

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,3 +196,7 @@ sys-libs/libcap static-libs
196196

197197
# do not force a dependency on llvm-core/llvm yet
198198
dev-lang/rust -system-llvm
199+
200+
# disable mpfr in gawk, this ends up being pulled into initrd, making
201+
# it grow by another 2mb
202+
sys-apps/gawk -mpfr

0 commit comments

Comments
 (0)