mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-18 21:11:08 +02:00
profiles: disable jpeg for qemu
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.
This commit is contained in:
parent
5e4bd98d28
commit
b0de6ba96e
@ -15,7 +15,7 @@ dev-vcs/git webdav curl bash-completion
|
||||
net-misc/curl kerberos threads
|
||||
net-misc/iputils arping tracepath traceroute
|
||||
sys-devel/gettext -git
|
||||
app-emulation/qemu aio caps curl jpeg ncurses png python threads uuid vhost-net virtfs vnc -xkb qemu_softmmu_targets_x86_64 qemu_softmmu_targets_aarch64
|
||||
app-emulation/qemu aio caps curl ncurses png python threads uuid vhost-net virtfs vnc -xkb qemu_softmmu_targets_x86_64 qemu_softmmu_targets_aarch64
|
||||
|
||||
# python3 problems
|
||||
app-portage/gentoolkit -python_targets_python3_6
|
||||
|
@ -12,7 +12,7 @@ app-crypt/gnupg smartcard usb
|
||||
|
||||
# for qemu
|
||||
app-arch/bzip2 static-libs
|
||||
app-emulation/qemu static-user
|
||||
app-emulation/qemu static-user -jpeg
|
||||
dev-libs/glib static-libs
|
||||
dev-libs/libaio static-libs
|
||||
dev-libs/libpcre static-libs
|
||||
|
Loading…
x
Reference in New Issue
Block a user