From d3aa989edf8b0c806fe92c3900ecc14a0e81541b Mon Sep 17 00:00:00 2001 From: Alexander von Gluck IV Date: Sat, 18 May 2019 11:49:06 -0500 Subject: [PATCH] qemu: Fix installability of non-x86 packages ... however qemu no longer builds per #3867 --- app-emulation/qemu/qemu-3.1.0.recipe | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/app-emulation/qemu/qemu-3.1.0.recipe b/app-emulation/qemu/qemu-3.1.0.recipe index ba1a62142..59df48a15 100644 --- a/app-emulation/qemu/qemu-3.1.0.recipe +++ b/app-emulation/qemu/qemu-3.1.0.recipe @@ -7,7 +7,7 @@ achieves very good performance." HOMEPAGE="https://www.qemu.org/" COPYRIGHT="2003-2018 Fabrice Bellard" LICENSE="GNU GPL v2" -REVISION="2" +REVISION="3" SOURCE_URI="https://download.qemu.org/qemu-$portVersion.tar.xz" CHECKSUM_SHA256="6a0508df079a0a33c2487ca936a56c12122f105b8a96a44374704bef6c69abfc" SOURCE_DIR="qemu-$portVersion" @@ -68,6 +68,7 @@ REQUIRES=" " PROVIDES_x86=" + qemu_x86$secondaryArchSuffix = $portVersion cmd:qemu$commandSuffix = $portVersion cmd:qemu_system_i386$commandSuffix = $portVersion cmd:qemu_system_x86_64$commandSuffix = $portVersion @@ -81,12 +82,14 @@ SUPPLEMENTS_x86=" " PROVIDES_arm=" + qemu_arm$secondaryArchSuffix = $portVersion cmd:qemu_system_aarch64$commandSuffix = $portVersion cmd:qemu_system_arm$commandSuffix = $portVersion " REQUIRES_arm=$REQUIRES_x86 PROVIDES_mips=" + qemu_mips$secondaryArchSuffix = $portVersion cmd:qemu_system_mips$commandSuffix = $portVersion cmd:qemu_system_mips64$commandSuffix = $portVersion cmd:qemu_system_mips64el$commandSuffix = $portVersion @@ -95,18 +98,21 @@ PROVIDES_mips=" REQUIRES_mips=$REQUIRES_x86 PROVIDES_ppc=" + qemu_ppc$secondaryArchSuffix = $portVersion cmd:qemu_system_ppc$commandSuffix = $portVersion cmd:qemu_system_ppc64$commandSuffix = $portVersion " REQUIRES_ppc=$REQUIRES_x86 PROVIDES_sparc=" + qemu_sparc$secondaryArchSuffix = $portVersion cmd:qemu_system_sparc$commandSuffix = $portVersion cmd:qemu_system_sparc64$commandSuffix = $portVersion " REQUIRES_sparc=$REQUIRES_x86 PROVIDES_m68k=" + qemu_m68k$secondaryArchSuffix = $portVersion cmd:qemu_system_m68k$commandSuffix = $portVersion " REQUIRES_m68k=$REQUIRES_x86