diff options
author | Matthias Maier <tamiko@gentoo.org> | 2019-09-21 21:33:55 -0500 |
---|---|---|
committer | Matthias Maier <tamiko@gentoo.org> | 2019-09-21 21:34:15 -0500 |
commit | 618a7527b455467ad7569454dd891e35b24cf2e7 (patch) | |
tree | 1e049580248793a73a8529195baa4deb210b4ff6 /app-emulation | |
parent | app-emulation/qemu: Add use flag jemalloc (diff) | |
download | gentoo-618a7527b455467ad7569454dd891e35b24cf2e7.tar.gz gentoo-618a7527b455467ad7569454dd891e35b24cf2e7.tar.bz2 gentoo-618a7527b455467ad7569454dd891e35b24cf2e7.zip |
app-emulation/qemu: also update 4.1.0 ebuild
Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Matthias Maier <tamiko@gentoo.org>
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/qemu/qemu-4.1.0.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/app-emulation/qemu/qemu-4.1.0.ebuild b/app-emulation/qemu/qemu-4.1.0.ebuild index b79cb23ab0f7..f4991a5e13ad 100644 --- a/app-emulation/qemu/qemu-4.1.0.ebuild +++ b/app-emulation/qemu/qemu-4.1.0.ebuild @@ -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) |