diff options
author | Alexey Sokolov <sokolov@google.com> | 2018-02-01 23:24:05 +0000 |
---|---|---|
committer | Matthias Maier <tamiko@gentoo.org> | 2018-02-11 14:27:01 -0600 |
commit | 182471d585d63fe286d631949dc13abd6c209137 (patch) | |
tree | c3e1266534e11407cf5e3508839bacfa1abfc381 /app-emulation/qemu/qemu-9999.ebuild | |
parent | app-emulation/qemu: version bump to 2.11.0, important security fixes (diff) | |
download | gentoo-182471d585d63fe286d631949dc13abd6c209137.tar.gz gentoo-182471d585d63fe286d631949dc13abd6c209137.tar.bz2 gentoo-182471d585d63fe286d631949dc13abd6c209137.zip |
app-emulation/qemu: Fix build with latest git:
* add hppa to softmmu targets
* add aarch64_be to user targets
* update the CFLAGS patch
Signed-off-by: Matthias Maier <tamiko@gentoo.org>
Closes: https://github.com/gentoo/gentoo/pull/7020
Diffstat (limited to 'app-emulation/qemu/qemu-9999.ebuild')
-rw-r--r-- | app-emulation/qemu/qemu-9999.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-emulation/qemu/qemu-9999.ebuild b/app-emulation/qemu/qemu-9999.ebuild index 97e3556cc400..51306b78bcb2 100644 --- a/app-emulation/qemu/qemu-9999.ebuild +++ b/app-emulation/qemu/qemu-9999.ebuild @@ -34,13 +34,13 @@ IUSE="accessibility +aio alsa bluetooth bzip2 +caps +curl debug +fdt spice ssh static static-user systemtap tci test usb usbredir vde +vhost-net virgl virtfs +vnc vte xattr xen xfs" -COMMON_TARGETS="aarch64 alpha arm cris i386 m68k microblaze microblazeel +COMMON_TARGETS="aarch64 alpha arm cris hppa i386 m68k microblaze microblazeel mips mips64 mips64el mipsel nios2 or1k ppc ppc64 s390x sh4 sh4eb sparc sparc64 x86_64" IUSE_SOFTMMU_TARGETS="${COMMON_TARGETS} lm32 moxie ppcemb tricore unicore32 xtensa xtensaeb" IUSE_USER_TARGETS="${COMMON_TARGETS} - armeb hppa mipsn32 mipsn32el ppc64abi32 ppc64le sparc32plus tilegx" + aarch64_be armeb mipsn32 mipsn32el ppc64abi32 ppc64le sparc32plus tilegx" use_softmmu_targets=$(printf ' qemu_softmmu_targets_%s' ${IUSE_SOFTMMU_TARGETS}) use_user_targets=$(printf ' qemu_user_targets_%s' ${IUSE_USER_TARGETS}) @@ -201,7 +201,7 @@ RDEPEND="${CDEPEND} selinux? ( sec-policy/selinux-qemu )" PATCHES=( - "${FILESDIR}"/${PN}-2.5.0-cflags.patch + "${FILESDIR}"/${PN}-2.11.9999-cflags.patch "${FILESDIR}"/${PN}-2.5.0-sysmacros.patch ) |