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 545441581CA for ; Fri, 13 Jun 2025 12:50:22 +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) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 3F82E342093 for ; Fri, 13 Jun 2025 12:50:22 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id CCB3B1104DB; Fri, 13 Jun 2025 12:50:20 +0000 (UTC) Received: from smtp.gentoo.org (mail.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) server-digest SHA256) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id C16261104DB for ; Fri, 13 Jun 2025 12:50:20 +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 4AE0C342093 for ; Fri, 13 Jun 2025 12:50:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B4B9226FF for ; Fri, 13 Jun 2025 12:50:18 +0000 (UTC) From: "Andreas K. Hüttel" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas K. Hüttel" Message-ID: <1749819008.bc9ec5a0b13da6e31a29efb5e29a6328dcacfd4a.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/default/linux/m68k/23.0/time64/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/default/linux/m68k/23.0/time64/make.defaults X-VCS-Directories: profiles/default/linux/m68k/23.0/time64/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas K. Hüttel X-VCS-Revision: bc9ec5a0b13da6e31a29efb5e29a6328dcacfd4a X-VCS-Branch: master Date: Fri, 13 Jun 2025 12:50:18 +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: 85534fe7-0099-4ce4-8530-f174a449e7ec X-Archives-Hash: ac2a3ef7e76f9f91bc5cd5eb611b50d6 commit: bc9ec5a0b13da6e31a29efb5e29a6328dcacfd4a Author: Andreas K. Hüttel gentoo org> AuthorDate: Fri Jun 13 12:49:33 2025 +0000 Commit: Andreas K. Hüttel gentoo org> CommitDate: Fri Jun 13 12:50:08 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc9ec5a0 profiles, m68k time64 aligned: also unmask python target 3.13, part 4π Signed-off-by: Andreas K. Hüttel gentoo.org> profiles/default/linux/m68k/23.0/time64/make.defaults | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/profiles/default/linux/m68k/23.0/time64/make.defaults b/profiles/default/linux/m68k/23.0/time64/make.defaults index 92e353029076..d65c7b4737b1 100644 --- a/profiles/default/linux/m68k/23.0/time64/make.defaults +++ b/profiles/default/linux/m68k/23.0/time64/make.defaults @@ -13,7 +13,7 @@ FFLAGS="${FFLAGS} -malign-int" # Unfortunately, since the main m68k profile overwrites these variables, # we cannot simply go back to the base settings but need to overwrite # them *again*. -PYTHON_SINGLE_TARGET="python3_13" -PYTHON_TARGETS="python3_13" -BOOTSTRAP_USE="unicode pkg-config split-usr xml python_targets_python3_13 python_single_target_python3_13 -python_targets_python3_12 -python_single_target_python3_12" +PYTHON_SINGLE_TARGET="-python3_12 python3_13 -python3_13t -python3_14 -python3_14t" +PYTHON_TARGETS="-python3_12 python3_13 -python3_13t -python3_14 -python3_14t" +BOOTSTRAP_USE="unicode pkg-config split-usr xml python_targets_python3_13 python_single_target_python3_13"