From fa7be3ef4e18dbc05e50744fc72c37e6fdf8162a Mon Sep 17 00:00:00 2001 From: Hans de Graaff Date: Mon, 21 May 2018 13:58:20 +0200 Subject: [PATCH] base/make.defaults: Drop no-op ruby22 from RUBY_TARGETS --- 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 2637f1943f96..ddfdd8f215b0 100644 --- a/profiles/base/make.defaults +++ b/profiles/base/make.defaults @@ -100,7 +100,7 @@ USE="${USE} modules" # Manuel Rüger (09 Sep 2015) # Default Ruby build target # Updated to include ruby23 on 21 Jan 2018 -RUBY_TARGETS="ruby22 ruby23" +RUBY_TARGETS="ruby23" # Samuli Suominen (03 Dec 2009) # Enable USE cxx by default so base-system and toolchain pkgs can start using USE cxx -- 2.26.2