commit:     e799344fc44a48bfa488e49ddfcf5ab3c48cf219
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Wed Jan  9 09:16:32 2019 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Wed Jan  9 09:16:32 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e799344f

base/make.defaults: drop ruby23 from default RUBY_TARGETS

Ideally this would have been left here a bit longer to facilitate
updating to ruby24, but with ruby23 blocking openssl 1.1.0 it is
causing enough noise that we are removing this a bit earlier.

Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>

 profiles/base/make.defaults | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/profiles/base/make.defaults b/profiles/base/make.defaults
index b05b09643f7..e82e9643d13 100644
--- a/profiles/base/make.defaults
+++ b/profiles/base/make.defaults
@@ -99,7 +99,7 @@ NETBEANS="apisupport cnd groovy gsf harness ide identity j2ee 
java mobility nb p
 # Manuel Rüger <mr...@gentoo.org> (09 Sep 2015)
 # Default Ruby build target(s)
 # Updated to include ruby24 on 12 Nov 2018
-RUBY_TARGETS="ruby23 ruby24"
+RUBY_TARGETS="ruby24"
 
 # Samuli Suominen <ssuomi...@gentoo.org> (03 Dec 2009)
 # Enable USE cxx by default so base-system and toolchain pkgs can start using 
USE cxx

Reply via email to