mirror of
https://github.com/flatcar/scripts.git
synced 2025-10-03 19:42:15 +02:00
Merge pull request #1410 from flatcar-linux/dongsu/use-flag-unicode
profiles: exclude unicode USE flag from app-editors/nano
This commit is contained in:
commit
1ff434429b
@ -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…
x
Reference in New Issue
Block a user