app-emulation/qemu: ebuild maintenance
authorMatthias Maier <tamiko@gentoo.org>
Wed, 4 Apr 2018 15:49:32 +0000 (10:49 -0500)
committerMatthias Maier <tamiko@gentoo.org>
Wed, 4 Apr 2018 15:52:12 +0000 (10:52 -0500)
 * desnappify

 * fix ARM performance issue. Thanks to David Flogeras and Alexander Tsoy.

 Closes: https://bugs.gentoo.org/647952
 Closes: https://bugs.gentoo.org/651602

Package-Manager: Portage-2.3.28, Repoman-2.3.9

app-emulation/qemu/Manifest
app-emulation/qemu/qemu-2.11.1-r53.ebuild [moved from app-emulation/qemu/qemu-2.11.1-r52.ebuild with 99% similarity]

index f012e7f8da794be646aaaa947b6be0d4715b50f0..e58946d549ddd4c6041948aae866bb3b71032478 100644 (file)
@@ -1,2 +1,3 @@
 DIST qemu-2.11.1-patches-r1.tar.xz 2064 BLAKE2B 533c916b01c014bcfa6c733b76aa6da1f12cdf5f0d4ae33136453705a8aca9fdfeef998747cfdc72d19e08fa40ea97e2fd4c21412c030af314605059282f49ef SHA512 12de7b4777ec98871d0786291534f61b37534feef64b556caeab72e020ff14d61fe19d24cb151ebfdb912df2a7ba72c0d882566b368d88d02c9f1354c2adae4a
+DIST qemu-2.11.1-patches-r2.tar.xz 3652 BLAKE2B 4c3bf7503a838c2a978bcc973ee7d8909d662980aa2ccb71f3bff69a7aa79cc2ed405ed4648914808c64a538c0ceeef2904380cae38ee6c94176a11c9ebdbed3 SHA512 35d3aaeffe7655e739cd6d7c420692fcc6d2d76e49a8fd288f09bec81146075485675d1f912a7fc531ac8497977bcd259e97c260b61a7e854c378f6b9b2d4a79
 DIST qemu-2.11.1.tar.bz2 32819412 BLAKE2B 6b6d4e7b8dcf33aeedb0b33bad267da07ad17c2eeeb5fbd2c038d760bc03224e55ba0f03eb248c62bc0e8636c2c660ea76b367eaea96bee16388053f82c8b8a9 SHA512 1b692bbdfc3dc785738c7192aa2a3f9cf53d9f5bf3b3f49fa8692050dc50f7056c8a4d1b527d48ffb2a674a0fd3a46d87addd1eaaa758f35eec1ab5adfe32354
similarity index 99%
rename from app-emulation/qemu/qemu-2.11.1-r52.ebuild
rename to app-emulation/qemu/qemu-2.11.1-r53.ebuild
index a95eff6a1e6dc04a023fad21877f4ca506670aa0..0fd33474552e328507a86f9a634d1d41fbcf0282 100644 (file)
@@ -22,7 +22,7 @@ else
        KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 ~x86 ~x86-fbsd"
 
        # Gentoo specific patchsets:
-       SRC_URI+=" https://dev.gentoo.org/~tamiko/distfiles/${P}-patches-r1.tar.xz"
+       SRC_URI+=" https://dev.gentoo.org/~tamiko/distfiles/${P}-patches-r2.tar.xz"
 fi
 
 DESCRIPTION="QEMU + Kernel-based Virtual Machine userland tools"
@@ -59,7 +59,7 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}
        qemu_softmmu_targets_ppc? ( fdt )
        qemu_softmmu_targets_ppc64? ( fdt )
        sdl2? ( sdl )
-       static? ( static-user !alsa !bluetooth !gtk !gtk2 !opengl !pulseaudio )
+       static? ( static-user !alsa !bluetooth !gtk !gtk2 !opengl !pulseaudio !snappy )
        virtfs? ( xattr )
        vte? ( gtk )"
 
@@ -141,7 +141,7 @@ SOFTMMU_TOOLS_DEPEND="
        )
        seccomp? ( >=sys-libs/libseccomp-2.1.0[static-libs(+)] )
        smartcard? ( >=app-emulation/libcacard-2.5.0[static-libs(+)] )
-       snappy? ( app-arch/snappy:=[static-libs(+)] )
+       snappy? ( app-arch/snappy:= )
        spice? (
                >=app-emulation/spice-protocol-0.12.3
                >=app-emulation/spice-0.12.0[static-libs(+)]