summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2018-01-21 11:35:35 +0100
committerHans de Graaff <graaff@gentoo.org>2018-01-21 11:38:42 +0100
commit0ae483525bcf17892d181f609e39e9fca92a057d (patch)
treeb20a00c3e0186404aa95b770c4a7496fd2acd5ba /profiles/base/make.defaults
parentMove current ruby23 status into arch profiles, bug 639476 (diff)
downloadgentoo-0ae483525bcf17892d181f609e39e9fca92a057d.tar.gz
gentoo-0ae483525bcf17892d181f609e39e9fca92a057d.tar.bz2
gentoo-0ae483525bcf17892d181f609e39e9fca92a057d.zip
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.
Diffstat (limited to 'profiles/base/make.defaults')
-rw-r--r--profiles/base/make.defaults5
1 files changed, 3 insertions, 2 deletions
diff --git a/profiles/base/make.defaults b/profiles/base/make.defaults
index 493af9ce75db..799b0d1a90b6 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 <mrueg@gentoo.org> (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 <ssuominen@gentoo.org> (03 Dec 2009)
# Enable USE cxx by default so base-system and toolchain pkgs can start using USE cxx