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 6AF5A1580EB for ; Thu, 29 May 2025 04:22:20 +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 565483431DB for ; Thu, 29 May 2025 04:22:20 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 6DDAA110497; Thu, 29 May 2025 04:22:11 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 66D13110497 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 20E98343113 for ; Thu, 29 May 2025 04:22:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6E5D328EF 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: <1748492172.73c3423b39e38f6dbdad165fade9ba5d2ecb796a.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: llvm-core/flang/ X-VCS-Repository: repo/gentoo X-VCS-Files: llvm-core/flang/flang-21.0.0.9999.ebuild llvm-core/flang/flang-21.0.0_pre20250528.ebuild X-VCS-Directories: llvm-core/flang/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 73c3423b39e38f6dbdad165fade9ba5d2ecb796a 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: 47a88526-0616-4b90-9df7-f59e75e7f5c3 X-Archives-Hash: 6dde83cf68bf4c47adec756b0896aa23 commit: 73c3423b39e38f6dbdad165fade9ba5d2ecb796a Author: Michał Górny gentoo org> AuthorDate: Wed May 28 16:06:30 2025 +0000 Commit: Michał Górny gentoo org> CommitDate: Thu May 29 04:16:12 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73c3423b llvm-core/flang: Enable py3.14 in 21.0.0.9999 Signed-off-by: Michał Górny gentoo.org> llvm-core/flang/flang-21.0.0.9999.ebuild | 2 +- llvm-core/flang/flang-21.0.0_pre20250528.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/llvm-core/flang/flang-21.0.0.9999.ebuild b/llvm-core/flang/flang-21.0.0.9999.ebuild index 9c3d3f4568bf..2561b1b7570e 100644 --- a/llvm-core/flang/flang-21.0.0.9999.ebuild +++ b/llvm-core/flang/flang-21.0.0.9999.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{11..13} ) +PYTHON_COMPAT=( python3_{11..14} ) inherit cmake llvm.org python-any-r1 DESCRIPTION="LLVM's Fortran frontend" diff --git a/llvm-core/flang/flang-21.0.0_pre20250528.ebuild b/llvm-core/flang/flang-21.0.0_pre20250528.ebuild index 9c3d3f4568bf..2561b1b7570e 100644 --- a/llvm-core/flang/flang-21.0.0_pre20250528.ebuild +++ b/llvm-core/flang/flang-21.0.0_pre20250528.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{11..13} ) +PYTHON_COMPAT=( python3_{11..14} ) inherit cmake llvm.org python-any-r1 DESCRIPTION="LLVM's Fortran frontend"