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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6753715827B for ; Wed, 27 Aug 2025 17:00:15 +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) server-digest SHA256) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 45E3B340D0C for ; Wed, 27 Aug 2025 17:00:15 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id A7F0C110560; Wed, 27 Aug 2025 17:00:13 +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 bobolink.gentoo.org (Postfix) with ESMTPS id A138A110560 for ; Wed, 27 Aug 2025 17:00:13 +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 60053340D0C for ; Wed, 27 Aug 2025 17:00:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C51C032D8 for ; Wed, 27 Aug 2025 17:00:11 +0000 (UTC) From: "Eli Schwartz" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Eli Schwartz" Message-ID: <1756313872.9f807fae1c66bf77a482c1b96404c754c9fb1fd2.eschwartz@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: llvm-runtimes/compiler-rt/ X-VCS-Repository: repo/gentoo X-VCS-Files: llvm-runtimes/compiler-rt/compiler-rt-19.1.7.ebuild X-VCS-Directories: llvm-runtimes/compiler-rt/ X-VCS-Committer: eschwartz X-VCS-Committer-Name: Eli Schwartz X-VCS-Revision: 9f807fae1c66bf77a482c1b96404c754c9fb1fd2 X-VCS-Branch: master Date: Wed, 27 Aug 2025 17:00:11 +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: a899c100-4905-4500-90c0-cbdc62aa05d2 X-Archives-Hash: aa7f8d30919a319894fea76d65ab4959 commit: 9f807fae1c66bf77a482c1b96404c754c9fb1fd2 Author: Eli Schwartz gentoo org> AuthorDate: Wed Aug 27 16:41:40 2025 +0000 Commit: Eli Schwartz gentoo org> CommitDate: Wed Aug 27 16:57:52 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f807fae llvm-runtimes/compiler-rt: SLOT=19, enable py3.14 Signed-off-by: Eli Schwartz gentoo.org> llvm-runtimes/compiler-rt/compiler-rt-19.1.7.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm-runtimes/compiler-rt/compiler-rt-19.1.7.ebuild b/llvm-runtimes/compiler-rt/compiler-rt-19.1.7.ebuild index f69ea53263c0..94e8075a12d0 100644 --- a/llvm-runtimes/compiler-rt/compiler-rt-19.1.7.ebuild +++ b/llvm-runtimes/compiler-rt/compiler-rt-19.1.7.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{11..13} ) +PYTHON_COMPAT=( python3_{11..14} ) inherit cmake crossdev flag-o-matic llvm.org llvm-utils python-any-r1 inherit toolchain-funcs