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 3A7611581C1 for ; Sun, 18 May 2025 14:53:41 +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 27B57340C9C for ; Sun, 18 May 2025 14:53:41 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 2A7B81103DD; Sun, 18 May 2025 14:53:40 +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 1C9431103DD for ; Sun, 18 May 2025 14:53:40 +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 C79C9340C9C for ; Sun, 18 May 2025 14:53:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6A85EECC for ; Sun, 18 May 2025 14:53:38 +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: <1747579997.b74b13d441c946992fc59aa5baa3ad6a051672af.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/arch/m68k/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/arch/m68k/make.defaults X-VCS-Directories: profiles/arch/m68k/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas K. Hüttel X-VCS-Revision: b74b13d441c946992fc59aa5baa3ad6a051672af X-VCS-Branch: master Date: Sun, 18 May 2025 14:53:38 +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: d0fdd6a2-1876-493e-9f6e-3b4a0f9a84e6 X-Archives-Hash: 2f58172df000999e03c6ef6188df4d04 commit: b74b13d441c946992fc59aa5baa3ad6a051672af Author: Andreas K. Hüttel gentoo org> AuthorDate: Sun May 18 14:52:29 2025 +0000 Commit: Andreas K. Hüttel gentoo org> CommitDate: Sun May 18 14:53:17 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b74b13d4 profiles, m68k: did I mention that Python is seriously annoying? Signed-off-by: Andreas K. Hüttel gentoo.org> profiles/arch/m68k/make.defaults | 1 + 1 file changed, 1 insertion(+) diff --git a/profiles/arch/m68k/make.defaults b/profiles/arch/m68k/make.defaults index 181dc27b9294..d981c669290e 100644 --- a/profiles/arch/m68k/make.defaults +++ b/profiles/arch/m68k/make.defaults @@ -24,3 +24,4 @@ CHOST_m68k="${CHOST}" # and explicitly disable 3.13 PYTHON_SINGLE_TARGET="python3_12 -python3_13" PYTHON_TARGETS="python3_12 -python3_13" +BOOTSTRAP_USE="${BOOTSTRAP_USE} -python_targets_python3_13 -python_single_target_python3_13 python_targets_python3_12 python_single_target_python3_12"