From 8ab369f1b9c22b6e7b19c56f03927e814402e599 Mon Sep 17 00:00:00 2001 From: inference Date: Sat, 14 Oct 2023 19:57:09 +0100 Subject: [PATCH] Force Python 3.12 target --- aa000-0/portage/make.conf | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/aa000-0/portage/make.conf b/aa000-0/portage/make.conf index 3c4570e..719777c 100644 --- a/aa000-0/portage/make.conf +++ b/aa000-0/portage/make.conf @@ -4,7 +4,7 @@ # Copyright 2022 Jake Winters # SPDX-License-Identifier: BSD-3-Clause -# Version: 16.0.0-alpha.10+54 +# Version: 16.0.0-alpha.11+55 # System @@ -55,3 +55,5 @@ VIDEO_CARDS="amdgpu radeonsi" ABI_X86="64" ## LLVM target flags LLVM_TARGETS="X86" +## Python target flags +PYTHON_TARGETS="python3_12"