diff options
author | Filip Kobierski <fkobi@pm.me> | 2024-11-19 14:51:26 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-11-23 16:07:47 +0000 |
commit | ddd2bcf32f6256cb166cfd461382901bba1a1426 (patch) | |
tree | 4ec5cc31dd7bcb1d7fe7a36f693883b226e5a77b /app-emulation/qemu | |
parent | app-emulation/qemu: complete <upstream> (diff) | |
download | gentoo-ddd2bcf32f6256cb166cfd461382901bba1a1426.tar.gz gentoo-ddd2bcf32f6256cb166cfd461382901bba1a1426.tar.bz2 gentoo-ddd2bcf32f6256cb166cfd461382901bba1a1426.zip |
app-emulation/qemu: remove jemalloc from metadata as it's global
Signed-off-by: Filip Kobierski <fkobi@pm.me>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-emulation/qemu')
-rw-r--r-- | app-emulation/qemu/metadata.xml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/app-emulation/qemu/metadata.xml b/app-emulation/qemu/metadata.xml index 6679b0b73c9f..6b037ef131a9 100644 --- a/app-emulation/qemu/metadata.xml +++ b/app-emulation/qemu/metadata.xml @@ -48,7 +48,6 @@ <flag name="static-user">Build the User targets as static binaries</flag> <flag name="static">Build the User and Software MMU (system) targets as well as tools as static binaries</flag> <flag name="systemtap">Enable SystemTap/DTrace tracing</flag> - <flag name="jemalloc">Enable jemalloc allocator support</flag> <flag name="jpeg">Enable jpeg image support for the VNC console server</flag> <flag name="png">Enable png image support for the VNC console server</flag> <flag name="usb">Enable USB passthrough via <pkg>dev-libs/libusb</pkg></flag> |