profiles/base: get ready for stable ruby:2.5
authorHans de Graaff <graaff@gentoo.org>
Wed, 17 Jul 2019 06:38:22 +0000 (08:38 +0200)
committerHans de Graaff <graaff@gentoo.org>
Wed, 17 Jul 2019 06:38:22 +0000 (08:38 +0200)
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@gentoo.org>
profiles/base/make.defaults
profiles/base/use.stable.mask

index 3fdd2e453a468c2b5ba51036c46421b89b27b1f0..819d7db48a574e4bb6b914c13314c7794b113b0a 100644 (file)
@@ -103,7 +103,8 @@ NETBEANS_MODULES="apisupport cnd groovy gsf harness ide identity j2ee java mobil
 # Manuel RĂ¼ger <mrueg@gentoo.org> (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 <ssuominen@gentoo.org> (2009-12-03)
 # Enable USE cxx by default so base-system and toolchain pkgs can start using USE cxx
index bd286e3389ec25ed0acc8c1783b9326c0236bb7f..bc7a936405e3035135925750b12d7d33b25a713a 100644 (file)
@@ -13,7 +13,6 @@ python_single_target_pypy3
 
 # Hans de Graaff <graaff@gentoo.org> (2018-12-25)
 # Currently in testing and not ready to go stable yet.
-ruby_targets_ruby25
 ruby_targets_ruby26
 
 # Patrick Lauer <patrick@gentoo.org> (2015-04-28)