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 284481580EB for ; Thu, 29 May 2025 04:22:28 +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 15008343219 for ; Thu, 29 May 2025 04:22:28 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id EB7C01104AE; Thu, 29 May 2025 04:22:12 +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 DD58F1104AE for ; Thu, 29 May 2025 04:22:12 +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 983B83431D8 for ; Thu, 29 May 2025 04:22:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 020AD28FC for ; Thu, 29 May 2025 04:22:10 +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: <1748492178.5f117b2ea1176de9c231d4bc522f7fb5486d4ac2.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: llvm-runtimes/libunwind/ X-VCS-Repository: repo/gentoo X-VCS-Files: llvm-runtimes/libunwind/libunwind-21.0.0.9999.ebuild llvm-runtimes/libunwind/libunwind-21.0.0_pre20250528.ebuild X-VCS-Directories: llvm-runtimes/libunwind/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 5f117b2ea1176de9c231d4bc522f7fb5486d4ac2 X-VCS-Branch: master Date: Thu, 29 May 2025 04:22:10 +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: 81bf110d-b671-4a10-956c-69dbaf517c56 X-Archives-Hash: c845f66daba0a069298794703232e8e8 commit: 5f117b2ea1176de9c231d4bc522f7fb5486d4ac2 Author: Michał Górny gentoo org> AuthorDate: Wed May 28 16:06:39 2025 +0000 Commit: Michał Górny gentoo org> CommitDate: Thu May 29 04:16:18 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f117b2e llvm-runtimes/libunwind: Enable py3.14 in 21.0.0.9999 Signed-off-by: Michał Górny gentoo.org> llvm-runtimes/libunwind/libunwind-21.0.0.9999.ebuild | 2 +- llvm-runtimes/libunwind/libunwind-21.0.0_pre20250528.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/llvm-runtimes/libunwind/libunwind-21.0.0.9999.ebuild b/llvm-runtimes/libunwind/libunwind-21.0.0.9999.ebuild index 026430534993..67e0900b79c6 100644 --- a/llvm-runtimes/libunwind/libunwind-21.0.0.9999.ebuild +++ b/llvm-runtimes/libunwind/libunwind-21.0.0.9999.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{10..13} ) +PYTHON_COMPAT=( python3_{11..14} ) inherit cmake-multilib flag-o-matic llvm.org llvm-utils python-any-r1 inherit toolchain-funcs diff --git a/llvm-runtimes/libunwind/libunwind-21.0.0_pre20250528.ebuild b/llvm-runtimes/libunwind/libunwind-21.0.0_pre20250528.ebuild index 3417d7416c4a..67e0900b79c6 100644 --- a/llvm-runtimes/libunwind/libunwind-21.0.0_pre20250528.ebuild +++ b/llvm-runtimes/libunwind/libunwind-21.0.0_pre20250528.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{11..13} ) +PYTHON_COMPAT=( python3_{11..14} ) inherit cmake-multilib flag-o-matic llvm.org llvm-utils python-any-r1 inherit toolchain-funcs