app-emulation/qemu: also update 4.1.0 ebuild
authorMatthias Maier <tamiko@gentoo.org>
Sun, 22 Sep 2019 02:33:55 +0000 (21:33 -0500)
committerMatthias Maier <tamiko@gentoo.org>
Sun, 22 Sep 2019 02:34:15 +0000 (21:34 -0500)
Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Matthias Maier <tamiko@gentoo.org>
app-emulation/qemu/qemu-4.1.0.ebuild

index b79cb23ab0f79d22c28345d2362932a6f08de476..f4991a5e13ad040814d49994390c4082af0a7c7a 100644 (file)
@@ -34,7 +34,7 @@ LICENSE="GPL-2 LGPL-2 BSD-2"
 SLOT="0"
 
 IUSE="accessibility +aio alsa bzip2 capstone +caps +curl debug doc
-       +fdt glusterfs gnutls gtk infiniband iscsi +jpeg kernel_linux
+       +fdt glusterfs gnutls gtk infiniband iscsi jemalloc +jpeg kernel_linux
        kernel_FreeBSD lzo ncurses nfs nls numa opengl +oss +pin-upstream-blobs
        +png pulseaudio python rbd sasl +seccomp sdl selinux smartcard snappy
        spice ssh static static-user systemtap tci test usb usbredir vde
@@ -114,6 +114,7 @@ SOFTMMU_TOOLS_DEPEND="
                sys-fabric/librdmacm:=[static-libs(+)]
        )
        iscsi? ( net-libs/libiscsi )
+       jemalloc? ( dev-libs/jemalloc )
        jpeg? ( virtual/jpeg:0=[static-libs(+)] )
        lzo? ( dev-libs/lzo:2[static-libs(+)] )
        ncurses? (
@@ -445,6 +446,7 @@ qemu_src_configure() {
                $(conf_notuser gtk)
                $(conf_notuser infiniband rdma)
                $(conf_notuser iscsi libiscsi)
+               $(conf_notuser jemalloc jemalloc)
                $(conf_notuser jpeg vnc-jpeg)
                $(conf_notuser kernel_linux kvm)
                $(conf_notuser lzo)