mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-08 04:20:27 +02:00
blue_hydra: does not work with ruby 3.3
This commit is contained in:
parent
33c89adc5c
commit
45f9d9133e
3 changed files with 12 additions and 4 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue