commit: bedec55a6182953104218a4646b79d0a9a5e5c9f Author: Hans de Graaff <graaff <AT> gentoo <DOT> org> AuthorDate: Mon Dec 25 07:55:21 2017 +0000 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org> CommitDate: Mon Dec 25 07:58:43 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bedec55a
profiles: add ruby25 ruby target 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 242a34b3fe1..50bb99740ee 100644 --- a/profiles/base/use.stable.mask +++ b/profiles/base/use.stable.mask @@ -15,10 +15,11 @@ python_single_target_pypy python_targets_pypy3 python_single_target_pypy3 -# Hans de Graaff <[email protected]> (25 Dec 2016) +# Hans de Graaff <[email protected]> (25 Dec 2017) # Currently in testing and not ready to go stable yet. ruby_targets_ruby23 ruby_targets_ruby24 +ruby_targets_ruby25 # 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 abd939a8d14..00d92301e37 100644 --- a/profiles/desc/ruby_targets.desc +++ b/profiles/desc/ruby_targets.desc @@ -8,3 +8,4 @@ ruby21 - Build with MRI Ruby 2.1.x ruby22 - Build with MRI Ruby 2.2.x ruby23 - Build with MRI Ruby 2.3.x ruby24 - Build with MRI Ruby 2.4.x +ruby25 - Build with MRI Ruby 2.5.x
