diff options
author | John Helmert III <ajak@gentoo.org> | 2022-09-27 12:30:25 -0500 |
---|---|---|
committer | John Helmert III <ajak@gentoo.org> | 2022-09-27 12:31:02 -0500 |
commit | 9badece6035892cc705ff09dca318c5a59473ae8 (patch) | |
tree | 8e048fb1d6ef3a8395a6b7daef71fc954e6b8e46 /app-emulation/qemu/qemu-7.1.0.ebuild | |
parent | dev-python/matplotlib: needs pillow[webp] (diff) | |
download | gentoo-9badece6035892cc705ff09dca318c5a59473ae8.tar.gz gentoo-9badece6035892cc705ff09dca318c5a59473ae8.tar.bz2 gentoo-9badece6035892cc705ff09dca318c5a59473ae8.zip |
app-emulation/qemu: fix configure failure with USE=capstone
Closes: https://bugs.gentoo.org/873157
Signed-off-by: John Helmert III <ajak@gentoo.org>
Diffstat (limited to 'app-emulation/qemu/qemu-7.1.0.ebuild')
-rw-r--r-- | app-emulation/qemu/qemu-7.1.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emulation/qemu/qemu-7.1.0.ebuild b/app-emulation/qemu/qemu-7.1.0.ebuild index 499aa3a68895..82e527f614ec 100644 --- a/app-emulation/qemu/qemu-7.1.0.ebuild +++ b/app-emulation/qemu/qemu-7.1.0.ebuild @@ -303,11 +303,11 @@ RDEPEND="${CDEPEND} )" PATCHES=( - "${FILESDIR}"/${PN}-2.11.1-capstone_include_path.patch "${FILESDIR}"/${PN}-5.2.0-disable-keymap.patch "${FILESDIR}"/${PN}-6.0.0-make.patch "${FILESDIR}"/${PN}-7.1.0-also-build-virtfs-proxy-helper.patch "${FILESDIR}"/${PN}-7.1.0-strings.patch + "${FILESDIR}"/${PN}-7.1.0-capstone-include-path.patch ) QA_PREBUILT=" |