commit: a4b28164a9d531cbfd02fd34b0cd489162f3be8b Author: Hans de Graaff <graaff <AT> gentoo <DOT> org> AuthorDate: Thu Dec 25 14:14:19 2025 +0000 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org> CommitDate: Thu Dec 25 14:15:06 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4b28164
profiles: add ruby40 target for Ruby 4.0 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org> profiles/base/use.stable.mask | 1 + profiles/desc/ruby_targets.desc | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/profiles/base/use.stable.mask b/profiles/base/use.stable.mask index ed8f34270145..d51b0e1454b6 100644 --- a/profiles/base/use.stable.mask +++ b/profiles/base/use.stable.mask @@ -17,6 +17,7 @@ llvm_slot_21 # Hans de Graaff <[email protected]> (2024-12-26) # Currently in testing and not ready to go stable yet. ruby_targets_ruby34 +ruby_targets_ruby40 # Michał Górny <[email protected]> (2024-05-08) # Python implementations without stable keywords. diff --git a/profiles/desc/ruby_targets.desc b/profiles/desc/ruby_targets.desc index 90c5514faff6..4f98340883f1 100644 --- a/profiles/desc/ruby_targets.desc +++ b/profiles/desc/ruby_targets.desc @@ -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
