Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: haikuports/haikuports
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 32e30809ca42
Choose a base ref
...
head repository: haikuports/haikuports
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 68ea128837e9
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Jul 22, 2021

  1. Copy the full SHA
    68ea128 View commit details
Showing with 8 additions and 8 deletions.
  1. +8 −8 app-emulation/qemu/qemu-3.1.1.1.recipe
16 changes: 8 additions & 8 deletions app-emulation/qemu/qemu-3.1.1.1.recipe
Original file line number Diff line number Diff line change
@@ -7,7 +7,7 @@ achieves very good performance."
HOMEPAGE="https://www.qemu.org/"
COPYRIGHT="2003-2019 Fabrice Bellard"
LICENSE="GNU GPL v2"
REVISION="6"
REVISION="7"
SOURCE_URI="https://download.qemu.org/qemu-$portVersion.tar.xz"
CHECKSUM_SHA256="b148fc3c7382c5addd915db433383160ca7b840bc6ea90bb0d35c6b253526d56"
SOURCE_DIR="qemu-$portVersion"
@@ -69,7 +69,7 @@ REQUIRES="
"

PROVIDES_x86="
qemu_x86$secondaryArchSuffix = $portVersion
qemu${secondaryArchSuffix}_x86 = $portVersion
cmd:qemu$commandSuffix = $portVersion
cmd:qemu_system_i386$commandSuffix = $portVersion
cmd:qemu_system_x86_64$commandSuffix = $portVersion
@@ -83,14 +83,14 @@ SUPPLEMENTS_x86="
"

PROVIDES_arm="
qemu_arm$secondaryArchSuffix = $portVersion
qemu${secondaryArchSuffix}_arm = $portVersion
cmd:qemu_system_aarch64$commandSuffix = $portVersion
cmd:qemu_system_arm$commandSuffix = $portVersion
"
REQUIRES_arm=$REQUIRES_x86

PROVIDES_mips="
qemu_mips$secondaryArchSuffix = $portVersion
qemu${secondaryArchSuffix}_mips = $portVersion
cmd:qemu_system_mips$commandSuffix = $portVersion
cmd:qemu_system_mips64$commandSuffix = $portVersion
cmd:qemu_system_mips64el$commandSuffix = $portVersion
@@ -99,27 +99,27 @@ PROVIDES_mips="
REQUIRES_mips=$REQUIRES_x86

PROVIDES_ppc="
qemu_ppc$secondaryArchSuffix = $portVersion
qemu${secondaryArchSuffix}_ppc = $portVersion
cmd:qemu_system_ppc$commandSuffix = $portVersion
cmd:qemu_system_ppc64$commandSuffix = $portVersion
"
REQUIRES_ppc=$REQUIRES_x86

PROVIDES_sparc="
qemu_sparc$secondaryArchSuffix = $portVersion
qemu${secondaryArchSuffix}_sparc = $portVersion
cmd:qemu_system_sparc$commandSuffix = $portVersion
cmd:qemu_system_sparc64$commandSuffix = $portVersion
"
REQUIRES_sparc=$REQUIRES_x86

PROVIDES_m68k="
qemu_m68k$secondaryArchSuffix = $portVersion
qemu${secondaryArchSuffix}_m68k = $portVersion
cmd:qemu_system_m68k$commandSuffix = $portVersion
"
REQUIRES_m68k=$REQUIRES_x86

PROVIDES_riscv="
qemu_riscv$secondaryArchSuffix = $portVersion
qemu${secondaryArchSuffix}_riscv = $portVersion
cmd:qemu_system_riscv$commandSuffix = $portVersion
cmd:qemu_system_riscv64$commandSuffix = $portVersion
"