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 (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 11E731581D3 for ; Thu, 23 May 2024 14:57:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C5B01E29E8; Thu, 23 May 2024 14:57:09 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9F7C6E29E8 for ; Thu, 23 May 2024 14:57:09 +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 A075733BE12 for ; Thu, 23 May 2024 14:57:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DB89AED0 for ; Thu, 23 May 2024 14:57:06 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1716476222.495c726ea672212c76c3e655b273789168757b9b.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-debug/apitrace/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-debug/apitrace/apitrace-9.0-r4.ebuild dev-debug/apitrace/apitrace-9.0-r5.ebuild X-VCS-Directories: dev-debug/apitrace/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 495c726ea672212c76c3e655b273789168757b9b X-VCS-Branch: master Date: Thu, 23 May 2024 14:57:06 +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: cd127059-24ab-432f-8a82-6c665057e316 X-Archives-Hash: f1de2d7935564e125a6925300d8c0dc2 commit: 495c726ea672212c76c3e655b273789168757b9b Author: Matt Turner gentoo org> AuthorDate: Thu May 23 14:51:23 2024 +0000 Commit: Matt Turner gentoo org> CommitDate: Thu May 23 14:57:02 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=495c726e dev-debug/apitrace: Add Python 3.12/3.13 compatibility Closes: https://bugs.gentoo.org/929390 Signed-off-by: Matt Turner gentoo.org> dev-debug/apitrace/{apitrace-9.0-r4.ebuild => apitrace-9.0-r5.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-debug/apitrace/apitrace-9.0-r4.ebuild b/dev-debug/apitrace/apitrace-9.0-r5.ebuild similarity index 98% rename from dev-debug/apitrace/apitrace-9.0-r4.ebuild rename to dev-debug/apitrace/apitrace-9.0-r5.ebuild index b78a91aa9c82..ab8cb5c9518c 100644 --- a/dev-debug/apitrace/apitrace-9.0-r4.ebuild +++ b/dev-debug/apitrace/apitrace-9.0-r5.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{10..11} ) +PYTHON_COMPAT=( python3_{10..13} ) inherit cmake-multilib multilib python-single-r1 DESCRIPTION="Tool for tracing, analyzing, and debugging graphics APIs"