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 62FF11580EB for ; Thu, 29 May 2025 04:22:14 +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 4AF6E343202 for ; Thu, 29 May 2025 04:22:14 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 2C59511047D; Thu, 29 May 2025 04:22:11 +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 2646011047D for ; Thu, 29 May 2025 04:22:11 +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 CD0573431C6 for ; Thu, 29 May 2025 04:22:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1F6EE254C for ; Thu, 29 May 2025 04:22:09 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1748492169.ee71c2f579f10bea1f7d44ea74543e167912b6fb.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: llvm-core/llvm/ X-VCS-Repository: repo/gentoo X-VCS-Files: llvm-core/llvm/llvm-21.0.0.9999.ebuild llvm-core/llvm/llvm-21.0.0_pre20250528.ebuild X-VCS-Directories: llvm-core/llvm/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: ee71c2f579f10bea1f7d44ea74543e167912b6fb X-VCS-Branch: master Date: Thu, 29 May 2025 04:22:09 +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: 655470b9-19a9-419a-a3a1-fb6eaf30cca7 X-Archives-Hash: 2c8419b8f631e800ab4808d1d923c833 commit: ee71c2f579f10bea1f7d44ea74543e167912b6fb Author: Michał Górny gentoo org> AuthorDate: Wed May 28 16:06:24 2025 +0000 Commit: Michał Górny gentoo org> CommitDate: Thu May 29 04:16:09 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee71c2f5 llvm-core/llvm: Enable py3.14 in 21.0.0.9999 Signed-off-by: Michał Górny gentoo.org> llvm-core/llvm/llvm-21.0.0.9999.ebuild | 2 +- llvm-core/llvm/llvm-21.0.0_pre20250528.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/llvm-core/llvm/llvm-21.0.0.9999.ebuild b/llvm-core/llvm/llvm-21.0.0.9999.ebuild index d04fe8116598..11027341dece 100644 --- a/llvm-core/llvm/llvm-21.0.0.9999.ebuild +++ b/llvm-core/llvm/llvm-21.0.0.9999.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{10..13} ) +PYTHON_COMPAT=( python3_{11..14} ) inherit cmake flag-o-matic llvm.org multilib-minimal pax-utils python-any-r1 inherit toolchain-funcs diff --git a/llvm-core/llvm/llvm-21.0.0_pre20250528.ebuild b/llvm-core/llvm/llvm-21.0.0_pre20250528.ebuild index 8c59f98c5e0b..11027341dece 100644 --- a/llvm-core/llvm/llvm-21.0.0_pre20250528.ebuild +++ b/llvm-core/llvm/llvm-21.0.0_pre20250528.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{11..13} ) +PYTHON_COMPAT=( python3_{11..14} ) inherit cmake flag-o-matic llvm.org multilib-minimal pax-utils python-any-r1 inherit toolchain-funcs