Merge pull request #2760 from pentoo/updates20260506

blue_hydra: does not work with ruby 3.3
This commit is contained in:
github-actions[bot] 2026-05-06 15:13:45 +00:00 committed by GitHub
commit c0a62ccb88
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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"