From e5531d267fadaa4cbd690ab138d653b9020bcc78 Mon Sep 17 00:00:00 2001 From: Alexander von Gluck IV Date: Sat, 14 Mar 2020 15:09:47 -0500 Subject: [PATCH] qemu: Force rebuild due to broken libcapstone.so.3 error * also try to prevent it from happening again via compat 4 --- app-emulation/qemu/qemu-3.1.0.recipe | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-emulation/qemu/qemu-3.1.0.recipe b/app-emulation/qemu/qemu-3.1.0.recipe index d7f67b577..3a544bb0c 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="5" +REVISION="6" SOURCE_URI="https://download.qemu.org/qemu-$portVersion.tar.xz" CHECKSUM_SHA256="6a0508df079a0a33c2487ca936a56c12122f105b8a96a44374704bef6c69abfc" SOURCE_DIR="qemu-$portVersion" @@ -43,7 +43,7 @@ REQUIRES=" cmd:iasl cmd:smbd$secondaryArchSuffix lib:libbz2$secondaryArchSuffix - lib:libcapstone$secondaryArchSuffix + lib:libcapstone$secondaryArchSuffix compat >= 4 lib:libcurl$secondaryArchSuffix lib:libfdt$secondaryArchSuffix lib:libgcrypt$secondaryArchSuffix