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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 550CA158083 for ; Fri, 6 Sep 2024 03:14:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4FEA3E2A73; Fri, 6 Sep 2024 03:14:03 +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 726B1E2A78 for ; Fri, 6 Sep 2024 03:14:02 +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 75874340C20 for ; Fri, 6 Sep 2024 03:14:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BE4D71F3B for ; Fri, 6 Sep 2024 03:13:59 +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: <1725592434.c764a8d9f8325bef0ea86c500220d497606f3b13.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-apps/igt-gpu-tools/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-apps/igt-gpu-tools/igt-gpu-tools-9999.ebuild X-VCS-Directories: x11-apps/igt-gpu-tools/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: c764a8d9f8325bef0ea86c500220d497606f3b13 X-VCS-Branch: master Date: Fri, 6 Sep 2024 03:13:59 +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: 6a70fdca-92a5-442c-a402-d0718bce9cc3 X-Archives-Hash: 3a2b2bab424e06fadbcb193f7e2f4694 commit: c764a8d9f8325bef0ea86c500220d497606f3b13 Author: Matt Turner gentoo org> AuthorDate: Fri Sep 6 02:57:06 2024 +0000 Commit: Matt Turner gentoo org> CommitDate: Fri Sep 6 03:13:54 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c764a8d9 x11-apps/igt-gpu-tools: Add Python 3.13 compatibility Signed-off-by: Matt Turner gentoo.org> x11-apps/igt-gpu-tools/igt-gpu-tools-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11-apps/igt-gpu-tools/igt-gpu-tools-9999.ebuild b/x11-apps/igt-gpu-tools/igt-gpu-tools-9999.ebuild index 1f80a8afe9ad..72aa45ebbf28 100644 --- a/x11-apps/igt-gpu-tools/igt-gpu-tools-9999.ebuild +++ b/x11-apps/igt-gpu-tools/igt-gpu-tools-9999.ebuild @@ -7,7 +7,7 @@ if [[ ${PV} = *9999* ]]; then GIT_ECLASS="git-r3" fi -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) inherit ${GIT_ECLASS} meson python-any-r1 DESCRIPTION="Intel GPU userland tools"