From: Hans de Graaff Date: Thu, 26 Dec 2019 07:30:12 +0000 (+0100) Subject: profiles: add ruby27 RUBY_TARGET X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=76a7e4206d834e02f9c6f277f578b3b83dbe32e2;p=gentoo.git profiles: add ruby27 RUBY_TARGET Signed-off-by: Hans de Graaff --- diff --git a/profiles/base/use.stable.mask b/profiles/base/use.stable.mask index 636435aa7dd4..9c76a0e79acf 100644 --- a/profiles/base/use.stable.mask +++ b/profiles/base/use.stable.mask @@ -23,6 +23,7 @@ python_single_target_pypy python_targets_pypy3 python_single_target_pypy3 -# Hans de Graaff (2018-12-25) +# Hans de Graaff (2019-12-26) # Currently in testing and not ready to go stable yet. ruby_targets_ruby26 +ruby_targets_ruby27 diff --git a/profiles/desc/ruby_targets.desc b/profiles/desc/ruby_targets.desc index 578805fb10f5..44fd69614bbc 100644 --- a/profiles/desc/ruby_targets.desc +++ b/profiles/desc/ruby_targets.desc @@ -10,3 +10,4 @@ ruby23 - Build with MRI Ruby 2.3.x ruby24 - Build with MRI Ruby 2.4.x ruby25 - Build with MRI Ruby 2.5.x ruby26 - Build with MRI Ruby 2.6.x +ruby27 - Build with MRI Ruby 2.7.x