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 0D53F158287 for ; Tue, 13 May 2025 17:19:01 +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 ED7D7343510 for ; Tue, 13 May 2025 17:19:00 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id A36F111047D; Tue, 13 May 2025 17:18:47 +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 bobolink.gentoo.org (Postfix) with ESMTPS id 994D611047D for ; Tue, 13 May 2025 17:18: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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4DA77343514 for ; Tue, 13 May 2025 17:18:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D239B283B for ; Tue, 13 May 2025 17:18:44 +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: <1747156691.4ff7d6aa344babe4c7481d323d3f321a881dccb5.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/mesa/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/mesa/mesa-24.1.7-r1.ebuild media-libs/mesa/mesa-25.0.5.ebuild media-libs/mesa/mesa-9999.ebuild X-VCS-Directories: media-libs/mesa/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 4ff7d6aa344babe4c7481d323d3f321a881dccb5 X-VCS-Branch: master Date: Tue, 13 May 2025 17:18:44 +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: 7e08c1b2-3aed-4a39-bc9e-d261a73970ce X-Archives-Hash: b45db2ad8098ae23960365c1bbc4c089 commit: 4ff7d6aa344babe4c7481d323d3f321a881dccb5 Author: Matt Turner gentoo org> AuthorDate: Tue May 13 16:49:43 2025 +0000 Commit: Matt Turner gentoo org> CommitDate: Tue May 13 17:18:11 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ff7d6aa media-libs/mesa: Add Python 3.14 compatibility Signed-off-by: Matt Turner gentoo.org> media-libs/mesa/mesa-24.1.7-r1.ebuild | 2 +- media-libs/mesa/mesa-25.0.5.ebuild | 2 +- media-libs/mesa/mesa-9999.ebuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/media-libs/mesa/mesa-24.1.7-r1.ebuild b/media-libs/mesa/mesa-24.1.7-r1.ebuild index 3bc7670467fe..f2a12a8ffcf7 100644 --- a/media-libs/mesa/mesa-24.1.7-r1.ebuild +++ b/media-libs/mesa/mesa-24.1.7-r1.ebuild @@ -6,7 +6,7 @@ EAPI=8 LLVM_COMPAT=( {15..18} ) LLVM_OPTIONAL=1 CARGO_OPTIONAL=1 -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{11..14} ) inherit flag-o-matic llvm-r1 meson-multilib python-any-r1 linux-info rust-toolchain diff --git a/media-libs/mesa/mesa-25.0.5.ebuild b/media-libs/mesa/mesa-25.0.5.ebuild index d4bb7fea9ec1..bf745d94a2a5 100644 --- a/media-libs/mesa/mesa-25.0.5.ebuild +++ b/media-libs/mesa/mesa-25.0.5.ebuild @@ -6,7 +6,7 @@ EAPI=8 LLVM_COMPAT=( {15..19} ) LLVM_OPTIONAL=1 CARGO_OPTIONAL=1 -PYTHON_COMPAT=( python3_{10..13} ) +PYTHON_COMPAT=( python3_{11..14} ) inherit flag-o-matic llvm-r1 meson-multilib python-any-r1 linux-info rust-toolchain diff --git a/media-libs/mesa/mesa-9999.ebuild b/media-libs/mesa/mesa-9999.ebuild index fa5fba6ab971..2b09d2825228 100644 --- a/media-libs/mesa/mesa-9999.ebuild +++ b/media-libs/mesa/mesa-9999.ebuild @@ -6,7 +6,7 @@ EAPI=8 LLVM_COMPAT=( {18..19} ) LLVM_OPTIONAL=1 CARGO_OPTIONAL=1 -PYTHON_COMPAT=( python3_{10..13} ) +PYTHON_COMPAT=( python3_{11..14} ) inherit flag-o-matic llvm-r1 meson-multilib python-any-r1 linux-info rust-toolchain