commit: ce9344124b3638a9457f8bfa6cdf7f322740b76d Author: Hans de Graaff <graaff <AT> gentoo <DOT> org> AuthorDate: Sat Dec 26 07:12:45 2015 +0000 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org> CommitDate: Sun Dec 27 09:21:48 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce934412
profiles: add ruby_targets_ruby23 USE flag profiles/base/use.stable.mask | 3 ++- profiles/desc/ruby_targets.desc | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/profiles/base/use.stable.mask b/profiles/base/use.stable.mask index f9e89e4..4b90d97 100644 --- a/profiles/base/use.stable.mask +++ b/profiles/base/use.stable.mask @@ -21,9 +21,10 @@ python_single_target_python3_5 curl_ssl_libressl libressl -# Hans de Graaff <[email protected]> (28 Sep 2015) +# Hans de Graaff <[email protected]> (26 Dec 2015) # Currently in testing and not ready to go stable yet. ruby_targets_ruby22 +ruby_targets_ruby23 # Patrick Lauer <[email protected]> (28 Apr 2015) # dependencies not stable yet diff --git a/profiles/desc/ruby_targets.desc b/profiles/desc/ruby_targets.desc index ed0c63d..417554e 100644 --- a/profiles/desc/ruby_targets.desc +++ b/profiles/desc/ruby_targets.desc @@ -12,3 +12,4 @@ ruby19 - Build with MRI Ruby 1.9.x ruby20 - Build with MRI Ruby 2.0.x ruby21 - Build with MRI Ruby 2.1.x ruby22 - Build with MRI Ruby 2.2.x +ruby23 - Build with MRI Ruby 2.3.x
