mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-17 09:56:59 +02:00
profiles: exclude unicode USE flag from app-editors/nano
app-editors/nano with `USE=unicode` results in build failures in SDK stage1, because ncurses >= 6.2_p20210619 which does not have the USE flag at all. To fix that, exclude the unicode USE flag from packages.use.force list, which is defined in portage-stable. We can do that by setting the flag in package.use.mask.
This commit is contained in:
parent
e0f030c4a0
commit
0d485ac2d7
@ -15,3 +15,10 @@ sys-boot/syslinux perl
|
||||
|
||||
# not needed, problems building with GCC 7.3.0
|
||||
sys-libs/ncurses cxx
|
||||
|
||||
# app-editors/nano with `USE=unicode` results in build failures in SDK
|
||||
# stage1, because ncurses >= 6.2_p20210619 which does not have the USE
|
||||
# flag at all.
|
||||
# To fix that, exclude the unicode USE flag from packages.use.force list,
|
||||
# which is defined in portage-stable.
|
||||
app-editors/nano unicode
|
||||
|
Loading…
Reference in New Issue
Block a user