commit: 3517871d1ee69a785a01f3b1a536a3564d8e887d Author: Hans de Graaff <graaff <AT> gentoo <DOT> org> AuthorDate: Sun Feb 27 10:01:08 2022 +0000 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org> CommitDate: Wed Mar 2 06:39:45 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3517871d
profiles: add ruby31 RUBY_TARGET Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org> profiles/base/use.stable.mask | 1 + profiles/desc/ruby_targets.desc | 1 + 2 files changed, 2 insertions(+) diff --git a/profiles/base/use.stable.mask b/profiles/base/use.stable.mask index 453037208983..23119a063249 100644 --- a/profiles/base/use.stable.mask +++ b/profiles/base/use.stable.mask @@ -20,3 +20,4 @@ python_single_target_pypy3 # Hans de Graaff <[email protected]> (2021-10-10) # Currently in testing and not ready to go stable yet. ruby_targets_ruby30 +ruby_targets_ruby31 diff --git a/profiles/desc/ruby_targets.desc b/profiles/desc/ruby_targets.desc index d7dbfba18fe0..ee184a5a6842 100644 --- a/profiles/desc/ruby_targets.desc +++ b/profiles/desc/ruby_targets.desc @@ -8,3 +8,4 @@ ruby25 - Build with MRI Ruby 2.5.x ruby26 - Build with MRI Ruby 2.6.x ruby27 - Build with MRI Ruby 2.7.x ruby30 - Build with MRI Ruby 3.0.x +ruby31 - Build with MRI Ruby 3.1.x
