commit: 0ae483525bcf17892d181f609e39e9fca92a057d
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 21 10:35:35 2018 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sun Jan 21 10:38:42 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ae48352
Update default profile for ruby23, bug 639476
Include ruby23 in RUBY_TARGETS and unmask ruby_targets_ruby23 for
stable. With the profile settings from
1202df3a138ab0585f91447b9eade25406e7c031 in place this is currently a
no-op, but it allows easy switching to stable ruby per arch.
profiles/base/make.defaults | 5 +++--
profiles/base/use.stable.mask | 1 -
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/profiles/base/make.defaults b/profiles/base/make.defaults
index 493af9ce75d..799b0d1a90b 100644
--- a/profiles/base/make.defaults
+++ b/profiles/base/make.defaults
@@ -81,8 +81,9 @@ NETBEANS="apisupport cnd groovy gsf harness ide identity j2ee
java mobility nb p
USE="${USE} modules"
# Manuel Rüger <[email protected]> (09 Sep 2015)
-# Default Ruby build targets
-RUBY_TARGETS="ruby22"
+# Default Ruby build target
+# Updated to include ruby23 on 21 Jan 2018
+RUBY_TARGETS="ruby22 ruby23"
# Samuli Suominen <[email protected]> (03 Dec 2009)
# 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 50bb99740ee..4f4862436e6 100644
--- a/profiles/base/use.stable.mask
+++ b/profiles/base/use.stable.mask
@@ -17,7 +17,6 @@ python_single_target_pypy3
# 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