diff --git a/net-wireless/blue_hydra/blue_hydra-1.9.20.ebuild b/net-wireless/blue_hydra/blue_hydra-1.9.20.ebuild index a5fa8619d..33e68dc7b 100644 --- a/net-wireless/blue_hydra/blue_hydra-1.9.20.ebuild +++ b/net-wireless/blue_hydra/blue_hydra-1.9.20.ebuild @@ -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 diff --git a/net-wireless/blue_hydra/blue_hydra-9999.ebuild b/net-wireless/blue_hydra/blue_hydra-9999.ebuild index a5fa8619d..33e68dc7b 100644 --- a/net-wireless/blue_hydra/blue_hydra-9999.ebuild +++ b/net-wireless/blue_hydra/blue_hydra-9999.ebuild @@ -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 diff --git a/profiles/pentoo/base/make.defaults b/profiles/pentoo/base/make.defaults index 24dd0b175..ead3716f1 100644 --- a/profiles/pentoo/base/make.defaults +++ b/profiles/pentoo/base/make.defaults @@ -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"