commit: 1851f3110a87fe2488c671b2b6f8e719b9f13211 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org> AuthorDate: Wed Jul 17 06:38:22 2019 +0000 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org> CommitDate: Wed Jul 17 06:38:22 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1851f311
profiles/base: get ready for stable ruby:2.5 Add ruby25 to the default RUBY_TARGETS and unmask ruby_targets_ruby25. Both are still set for all arches until they are ready to mark ruby25 stable in bug 688976 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org> profiles/base/make.defaults | 3 ++- profiles/base/use.stable.mask | 1 - 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/profiles/base/make.defaults b/profiles/base/make.defaults index 3fdd2e453a4..819d7db48a5 100644 --- a/profiles/base/make.defaults +++ b/profiles/base/make.defaults @@ -103,7 +103,8 @@ NETBEANS_MODULES="apisupport cnd groovy gsf harness ide identity j2ee java mobil # Manuel RĂ¼ger <[email protected]> (2015-09-09) # Default Ruby build target(s) # Updated to include ruby24 on 2018-11-12 -RUBY_TARGETS="ruby24" +# Updated to include ruby25 on 2019-07-17 +RUBY_TARGETS="ruby24 ruby25" # Samuli Suominen <[email protected]> (2009-12-03) # Enable USE cxx by default so base-system and toolchain pkgs can start using USE cxx diff --git a/profiles/base/use.stable.mask b/profiles/base/use.stable.mask index bd286e3389e..bc7a936405e 100644 --- a/profiles/base/use.stable.mask +++ b/profiles/base/use.stable.mask @@ -13,7 +13,6 @@ python_single_target_pypy3 # Hans de Graaff <[email protected]> (2018-12-25) # Currently in testing and not ready to go stable yet. -ruby_targets_ruby25 ruby_targets_ruby26 # Patrick Lauer <[email protected]> (2015-04-28)
