From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (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 C6C1815807B for ; Sat, 12 Oct 2024 16:22:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AC2A02BC015; Sat, 12 Oct 2024 16:22:26 +0000 (UTC) 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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8EFF02BC015 for ; Sat, 12 Oct 2024 16:22:26 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9106934326E for ; Sat, 12 Oct 2024 16:22:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2F6721B65 for ; Sat, 12 Oct 2024 16:22:24 +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: <1728750053.aec15a5759ce061f1d2796514f4ad63d46bf3e73.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-7.2.11.ebuild app-emulation/qemu/qemu-7.2.12.ebuild app-emulation/qemu/qemu-7.2.13.ebuild app-emulation/qemu/qemu-7.2.14.ebuild X-VCS-Directories: app-emulation/qemu/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: aec15a5759ce061f1d2796514f4ad63d46bf3e73 X-VCS-Branch: master Date: Sat, 12 Oct 2024 16:22:24 +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: e2d9e8b9-0350-4143-abad-631c2ec89e9a X-Archives-Hash: fa8630382fee92550849c5c9abacdbee commit: aec15a5759ce061f1d2796514f4ad63d46bf3e73 Author: Sam James gentoo org> AuthorDate: Sat Oct 12 16:20:28 2024 +0000 Commit: Sam James gentoo org> CommitDate: Sat Oct 12 16:20:53 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aec15a57 app-emulation/qemu: enable py3.12 for 7.2.x Signed-off-by: Sam James gentoo.org> app-emulation/qemu/qemu-7.2.11.ebuild | 2 +- app-emulation/qemu/qemu-7.2.12.ebuild | 2 +- app-emulation/qemu/qemu-7.2.13.ebuild | 2 +- app-emulation/qemu/qemu-7.2.14.ebuild | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app-emulation/qemu/qemu-7.2.11.ebuild b/app-emulation/qemu/qemu-7.2.11.ebuild index 85edbe009719..ace01a58945e 100644 --- a/app-emulation/qemu/qemu-7.2.11.ebuild +++ b/app-emulation/qemu/qemu-7.2.11.ebuild @@ -13,7 +13,7 @@ QEMU_DOCS_VERSION="7.2.0" # bug #830088 QEMU_DOC_USEFLAG="+doc" -PYTHON_COMPAT=( python3_{10,11} ) +PYTHON_COMPAT=( python3_{10..12} ) PYTHON_REQ_USE="ncurses,readline" FIRMWARE_ABI_VERSION="7.2.0" diff --git a/app-emulation/qemu/qemu-7.2.12.ebuild b/app-emulation/qemu/qemu-7.2.12.ebuild index 416e1d5ce549..08f05e58f7dd 100644 --- a/app-emulation/qemu/qemu-7.2.12.ebuild +++ b/app-emulation/qemu/qemu-7.2.12.ebuild @@ -13,7 +13,7 @@ QEMU_DOCS_VERSION="7.2.0" # bug #830088 QEMU_DOC_USEFLAG="+doc" -PYTHON_COMPAT=( python3_{10,11} ) +PYTHON_COMPAT=( python3_{10..12} ) PYTHON_REQ_USE="ncurses,readline" FIRMWARE_ABI_VERSION="7.2.0" diff --git a/app-emulation/qemu/qemu-7.2.13.ebuild b/app-emulation/qemu/qemu-7.2.13.ebuild index 416e1d5ce549..08f05e58f7dd 100644 --- a/app-emulation/qemu/qemu-7.2.13.ebuild +++ b/app-emulation/qemu/qemu-7.2.13.ebuild @@ -13,7 +13,7 @@ QEMU_DOCS_VERSION="7.2.0" # bug #830088 QEMU_DOC_USEFLAG="+doc" -PYTHON_COMPAT=( python3_{10,11} ) +PYTHON_COMPAT=( python3_{10..12} ) PYTHON_REQ_USE="ncurses,readline" FIRMWARE_ABI_VERSION="7.2.0" diff --git a/app-emulation/qemu/qemu-7.2.14.ebuild b/app-emulation/qemu/qemu-7.2.14.ebuild index 416e1d5ce549..08f05e58f7dd 100644 --- a/app-emulation/qemu/qemu-7.2.14.ebuild +++ b/app-emulation/qemu/qemu-7.2.14.ebuild @@ -13,7 +13,7 @@ QEMU_DOCS_VERSION="7.2.0" # bug #830088 QEMU_DOC_USEFLAG="+doc" -PYTHON_COMPAT=( python3_{10,11} ) +PYTHON_COMPAT=( python3_{10..12} ) PYTHON_REQ_USE="ncurses,readline" FIRMWARE_ABI_VERSION="7.2.0"