blue_hydra: does not work with ruby 3.3

This commit is contained in:
Rick Farina (Zero_Chaos) 2026-05-06 10:51:13 -04:00
parent 33c89adc5c
commit 45f9d9133e
No known key found for this signature in database
GPG key ID: A29433C0AA431DDC
3 changed files with 12 additions and 4 deletions

View file

@ -1,9 +1,9 @@
# Copyright 1999-2024 Gentoo Authors
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
USE_RUBY="ruby32 ruby33"
USE_RUBY="ruby32"
RSPEC_VERSION="3"
inherit ruby-ng systemd

View file

@ -1,9 +1,9 @@
# Copyright 1999-2024 Gentoo Authors
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
USE_RUBY="ruby32 ruby33"
USE_RUBY="ruby32"
RSPEC_VERSION="3"
inherit ruby-ng systemd

View file

@ -84,3 +84,11 @@ BRANDING_OS_HOME_URL='https://pentoo.org/'
BRANDING_OS_SUPPORT_URL='https://pentoo.org/'
BRANDING_OS_BUG_REPORT_URL='https://github.com/pentoo/pentoo-overlay/issues'
BRANDING_OS_PRETTY_NAME='Pentoo Linux'
# Ruby transition
# Blue_Hydra is broken in ruby 3.3 right now, so we keep ruby 3.2 around
USE="${USE} ruby_targets_ruby32"
# Python transition
# Start adding in the new version early to find bugs (soon, broken today)
#USE="${USE} python_targets_python3_14"