profiles: add ruby40 target for Ruby 4.0

Signed-off-by: Hans de Graaff <graaff@gentoo.org>
This commit is contained in:
Hans de Graaff
2025-12-25 15:14:19 +01:00
parent 65a293f84c
commit a4b28164a9
2 changed files with 3 additions and 1 deletions

View File

@@ -17,6 +17,7 @@ llvm_slot_21
# Hans de Graaff <graaff@gentoo.org> (2024-12-26)
# Currently in testing and not ready to go stable yet.
ruby_targets_ruby34
ruby_targets_ruby40
# Michał Górny <mgorny@gentoo.org> (2024-05-08)
# Python implementations without stable keywords.

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2024 Gentoo Authors
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
# This file contains descriptions of RUBY_TARGETS USE_EXPAND flags.
@@ -8,3 +8,4 @@ ruby31 - Build with MRI Ruby 3.1.x
ruby32 - Build with MRI Ruby 3.2.x
ruby33 - Build with MRI Ruby 3.3.x
ruby34 - Build with MRI Ruby 3.4.x
ruby40 - Build with MRI Ruby 4.0.x