From dda7a9252cd9bde999627510fa14258dd1089f04 Mon Sep 17 00:00:00 2001 From: inference Date: Sat, 14 Oct 2023 19:58:05 +0100 Subject: [PATCH] Force Ruby 32 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 719777c..ff35508 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.11+55 +# Version: 16.0.0-alpha.12+56 # System @@ -57,3 +57,5 @@ ABI_X86="64" LLVM_TARGETS="X86" ## Python target flags PYTHON_TARGETS="python3_12" +## Ruby target flags +RUBY_TARGETS="ruby32"