mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-18 21:11:08 +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.