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 3256E1584AD for ; Thu, 08 May 2025 12:35:26 +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 1EA513430CF for ; Thu, 08 May 2025 12:35:26 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 4BA9711047E; Thu, 08 May 2025 12:35:14 +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 41F9A11047E for ; Thu, 08 May 2025 12:35:14 +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 F193E33FEF1 for ; Thu, 08 May 2025 12:35:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3CD16284E for ; Thu, 08 May 2025 12:35:11 +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: <1746707572.caf9d42951168f9215be84b143feffea71f912b9.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/base/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/base/package.use.force profiles/base/use.stable.mask X-VCS-Directories: profiles/base/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: caf9d42951168f9215be84b143feffea71f912b9 X-VCS-Branch: master Date: Thu, 08 May 2025 12:35: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: b919b3ca-2b8b-4cdf-8607-3ac989c7fed1 X-Archives-Hash: 60d55a2daac5d0840b22555055f38fa8 commit: caf9d42951168f9215be84b143feffea71f912b9 Author: Michał Górny gentoo org> AuthorDate: Wed May 7 17:55:11 2025 +0000 Commit: Michał Górny gentoo org> CommitDate: Thu May 8 12:32:52 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=caf9d429 profiles: Add python3.14 flags Signed-off-by: Michał Górny gentoo.org> profiles/base/package.use.force | 2 ++ profiles/base/use.stable.mask | 4 ++++ 2 files changed, 6 insertions(+) diff --git a/profiles/base/package.use.force b/profiles/base/package.use.force index 8748fa6a2670..55b5f2f874f5 100644 --- a/profiles/base/package.use.force +++ b/profiles/base/package.use.force @@ -330,6 +330,8 @@ dev-lang/python-exec python_targets_python3_11 dev-lang/python-exec python_targets_python3_12 dev-lang/python-exec python_targets_python3_13 dev-lang/python-exec python_targets_python3_13t +dev-lang/python-exec python_targets_python3_14 +dev-lang/python-exec python_targets_python3_14t dev-lang/python-exec python_targets_pypy3_11 # Zac Medico (2010-10-20) diff --git a/profiles/base/use.stable.mask b/profiles/base/use.stable.mask index 7fdb45177a20..aa52f352586e 100644 --- a/profiles/base/use.stable.mask +++ b/profiles/base/use.stable.mask @@ -20,6 +20,10 @@ ruby_targets_ruby33 # Michał Górny (2024-05-08) # Python implementations without stable keywords. +python_targets_python3_14t +python_single_target_python3_14t +python_targets_python3_14 +python_single_target_python3_14 python_targets_python3_13t python_single_target_python3_13t python_targets_pypy3_11