summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2015-09-07 11:59:53 +0200
committerManuel Rüger <mrueg@gentoo.org>2015-09-07 11:59:53 +0200
commit03b7596d1730e955ddba16dd0e293bad578abb8c (patch)
treee1fdf6fe01e0c1a8548f13ae18dc0df224b66272
parent4a100b50ca6ff5f9542028a5ddeee65e3a5c0803 (diff)
downloadgentoo-03b7596d1730e955ddba16dd0e293bad578abb8c.tar.gz
gentoo-03b7596d1730e955ddba16dd0e293bad578abb8c.tar.xz
profiles: Update default RUBY_TARGETS to support ruby20 and ruby21
-rw-r--r--profiles/base/make.defaults4
1 files changed, 2 insertions, 2 deletions
diff --git a/profiles/base/make.defaults b/profiles/base/make.defaults
index 16786d231f7..7343f5b1c91 100644
--- a/profiles/base/make.defaults
+++ b/profiles/base/make.defaults
@@ -101,9 +101,9 @@ NETBEANS="apisupport cnd groovy gsf harness ide identity j2ee java mobility nb p
# Build kernel modules from linux-mod by default:
USE="${USE} modules"
-# Manuel Rüger <mrueg@gentoo.org> (16 Mar 2014)
+# Manuel Rüger <mrueg@gentoo.org> (09 Sep 2015)
# Default Ruby build targets
-RUBY_TARGETS="ruby19 ruby20"
+RUBY_TARGETS="ruby20 ruby21"
# Samuli Suominen <ssuominen@gentoo.org> (03 Dec 2009)
# Enable USE cxx by default so base-system and toolchain pkgs can start using USE cxx