From 7a5b2b01008cbcc3f8124cd7ca3a4f35227d94bf Mon Sep 17 00:00:00 2001 From: Fredrik Eriksson Date: Thu, 9 Apr 2026 08:46:50 +0200 Subject: [PATCH] keep 32 target for now --- profiles/targets/rpi4/make.defaults | 2 ++ 1 file changed, 2 insertions(+) diff --git a/profiles/targets/rpi4/make.defaults b/profiles/targets/rpi4/make.defaults index f365261..328fa6b 100644 --- a/profiles/targets/rpi4/make.defaults +++ b/profiles/targets/rpi4/make.defaults @@ -20,3 +20,5 @@ USE="${USE} policykit dbus " + +RUBY_TARGETS="ruby32 ${RUBY_TARGETS}"