From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 108741582EF for ; Thu, 20 Feb 2025 17:17:49 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id E7A923430CB for ; Thu, 20 Feb 2025 17:17:48 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id E8EF31102A2; Thu, 20 Feb 2025 17:17:47 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id E074A1102A2 for ; Thu, 20 Feb 2025 17:17:47 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9532D3430CB for ; Thu, 20 Feb 2025 17:17:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F261F2654 for ; Thu, 20 Feb 2025 17:17:45 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1740071824.d60034f3b40df1a61ddd04767c49f5fd0a0e8519.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/qemu/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emulation/qemu/qemu-9.0.4.ebuild app-emulation/qemu/qemu-9.1.2.ebuild X-VCS-Directories: app-emulation/qemu/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: d60034f3b40df1a61ddd04767c49f5fd0a0e8519 X-VCS-Branch: master Date: Thu, 20 Feb 2025 17:17:45 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 283ca264-d6ab-4902-8a16-b70530d6d351 X-Archives-Hash: b0ce69f5640d9073cd1ed9278e811587 commit: d60034f3b40df1a61ddd04767c49f5fd0a0e8519 Author: Dmitry Khromov icelogic net> AuthorDate: Sun Feb 16 16:48:38 2025 +0000 Commit: Sam James gentoo org> CommitDate: Thu Feb 20 17:17:04 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d60034f3 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 icelogic.net> Signed-off-by: Sam James gentoo.org> 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 ccbb8e53e4dd..49888e69a4af 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 bb13bcdf90e3..ddd304c6c6e0 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 )