mirror of
https://github.com/flatcar/scripts.git
synced 2025-10-04 20:11:04 +02:00
Qemu has enabled `jpeg` USE flag since the beginning, without any reason specified. As a result, qemu pulls in unnecessary packages, `virtual/jpeg` as well as `media-libs/libjpeg-turbo`. However, Flatcar runs qemu always with `-display none` option. So the `jpeg` flag is not needed at all. Simply remove `jpeg` USE flag from qemu.
Description
Languages
Shell
93.1%
Python
6.9%