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 AB0C81581CA for ; Fri, 13 Jun 2025 11:12:01 +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 95A473423FB for ; Fri, 13 Jun 2025 11:12:01 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 8A31A1104DB; Fri, 13 Jun 2025 11:12:00 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 76A181104DB for ; Fri, 13 Jun 2025 11:12:00 +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 2CC003423F8 for ; Fri, 13 Jun 2025 11:12:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5900E2356 for ; Fri, 13 Jun 2025 11:11:58 +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: <1749813085.a770e072364ebfc82093b146a2af68f0fe81aa7b.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: a770e072364ebfc82093b146a2af68f0fe81aa7b X-VCS-Branch: master Date: Fri, 13 Jun 2025 11:11:58 +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: 307f530f-ff73-46aa-b359-f1898537f411 X-Archives-Hash: 6a7b2a7a1bb6fae8cdf671667cf46bbd commit: a770e072364ebfc82093b146a2af68f0fe81aa7b Author: Andreas K. Hüttel gentoo org> AuthorDate: Fri Jun 13 11:11:25 2025 +0000 Commit: Andreas K. Hüttel gentoo org> CommitDate: Fri Jun 13 11:11:25 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a770e072 profiles, m68k time64 aligned: also unmask python target 3.13, part 33 1/3 Signed-off-by: Andreas K. Hüttel gentoo.org> profiles/default/linux/m68k/23.0/time64/make.defaults | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profiles/default/linux/m68k/23.0/time64/make.defaults b/profiles/default/linux/m68k/23.0/time64/make.defaults index 61e5746feb90..92e353029076 100644 --- a/profiles/default/linux/m68k/23.0/time64/make.defaults +++ b/profiles/default/linux/m68k/23.0/time64/make.defaults @@ -15,5 +15,5 @@ FFLAGS="${FFLAGS} -malign-int" # 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" +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"