diff options
author | Hans de Graaff <graaff@gentoo.org> | 2023-12-25 09:01:05 +0100 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2023-12-25 10:02:41 +0100 |
commit | 2c23897526ea656032c837e0d18e5108f4a65fd2 (patch) | |
tree | 7b2a7c1898cf6e0160def74a7f3cbd70b5fdcba7 /profiles | |
parent | dev-python/uvloop: add link to cython-3 bug (diff) | |
download | gentoo-2c23897526ea656032c837e0d18e5108f4a65fd2.tar.gz gentoo-2c23897526ea656032c837e0d18e5108f4a65fd2.tar.bz2 gentoo-2c23897526ea656032c837e0d18e5108f4a65fd2.zip |
profiles: add ruby33 RUBY_TARGET
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/base/use.stable.mask | 9 | ||||
-rw-r--r-- | profiles/desc/ruby_targets.desc | 1 |
2 files changed, 6 insertions, 4 deletions
diff --git a/profiles/base/use.stable.mask b/profiles/base/use.stable.mask index 33ca1ed42a4e..6682b8d46b58 100644 --- a/profiles/base/use.stable.mask +++ b/profiles/base/use.stable.mask @@ -4,6 +4,11 @@ # This file requires eapi 5 or later. New entries go on top. # Please use the same syntax as in use.mask +# Hans de Graaff <graaff@gentoo.org> (2023-12-25) +# Currently in testing and not ready to go stable yet. +ruby_targets_ruby32 +ruby_targets_ruby33 + # Michael Orlitzky <mjo@gentoo.org> (2023-12-05) # New unstable PHP slot. php_targets_php8-3 @@ -12,10 +17,6 @@ php_targets_php8-3 # Not stable yet. postgres_targets_postgres16 -# Sam James <sam@gentoo.org> (2023-05-29) -# Currently in testing and not ready to go stable yet. -ruby_targets_ruby32 - # Michał Górny <mgorny@gentoo.org> (2023-05-23) # Mask until dev-lang/python:3.12 becomes stable. python_targets_python3_12 diff --git a/profiles/desc/ruby_targets.desc b/profiles/desc/ruby_targets.desc index 61b5e13cbf97..59b7102b6326 100644 --- a/profiles/desc/ruby_targets.desc +++ b/profiles/desc/ruby_targets.desc @@ -8,3 +8,4 @@ ruby27 - Build with MRI Ruby 2.7.x ruby30 - Build with MRI Ruby 3.0.x ruby31 - Build with MRI Ruby 3.1.x ruby32 - Build with MRI Ruby 3.2.x +ruby33 - Build with MRI Ruby 3.3.x |