From: Manuel Rüger Date: Mon, 7 Sep 2015 09:59:53 +0000 (+0200) Subject: profiles: Update default RUBY_TARGETS to support ruby20 and ruby21 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=03b7596d1730e955ddba16dd0e293bad578abb8c;p=gentoo.git profiles: Update default RUBY_TARGETS to support ruby20 and ruby21 --- diff --git a/profiles/base/make.defaults b/profiles/base/make.defaults index 16786d231f75..7343f5b1c91f 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 (16 Mar 2014) +# Manuel Rüger (09 Sep 2015) # Default Ruby build targets -RUBY_TARGETS="ruby19 ruby20" +RUBY_TARGETS="ruby20 ruby21" # Samuli Suominen (03 Dec 2009) # Enable USE cxx by default so base-system and toolchain pkgs can start using USE cxx