From d60034f3b40df1a61ddd04767c49f5fd0a0e8519 Mon Sep 17 00:00:00 2001 From: Dmitry Khromov Date: Sun, 16 Feb 2025 19:48:38 +0300 Subject: [PATCH] app-emulation/qemu: reuse glibc-2.41 patch in 9.0.4 and 9.1.2 Bug: https://bugs.gentoo.org/949098 Signed-off-by: Dmitry Khromov Signed-off-by: Sam James --- app-emulation/qemu/qemu-9.0.4.ebuild | 1 + app-emulation/qemu/qemu-9.1.2.ebuild | 1 + 2 files changed, 2 insertions(+) diff --git a/app-emulation/qemu/qemu-9.0.4.ebuild b/app-emulation/qemu/qemu-9.0.4.ebuild index ccbb8e53e4dd5..49888e69a4afb 100644 --- a/app-emulation/qemu/qemu-9.0.4.ebuild +++ b/app-emulation/qemu/qemu-9.0.4.ebuild @@ -322,6 +322,7 @@ PATCHES=( "${FILESDIR}"/${PN}-9.0.0-also-build-virtfs-proxy-helper.patch "${FILESDIR}"/${PN}-8.1.0-skip-tests.patch "${FILESDIR}"/${PN}-8.1.0-find-sphinx.patch + "${FILESDIR}"/${PN}-9.2.0-glibc-2.41.patch ) diff --git a/app-emulation/qemu/qemu-9.1.2.ebuild b/app-emulation/qemu/qemu-9.1.2.ebuild index bb13bcdf90e30..ddd304c6c6e0f 100644 --- a/app-emulation/qemu/qemu-9.1.2.ebuild +++ b/app-emulation/qemu/qemu-9.1.2.ebuild @@ -321,6 +321,7 @@ PATCHES=( "${FILESDIR}"/${PN}-9.0.0-also-build-virtfs-proxy-helper.patch "${FILESDIR}"/${PN}-8.1.0-skip-tests.patch "${FILESDIR}"/${PN}-8.1.0-find-sphinx.patch + "${FILESDIR}"/${PN}-9.2.0-glibc-2.41.patch )