From af0143949dc72e2e6df43fc098fd4855661d0583 Mon Sep 17 00:00:00 2001 From: Fabian Groffen Date: Thu, 26 Mar 2020 08:14:04 +0100 Subject: profiles/prefix/make.defaults: drop RUBY_TARGETS ruby22 and ruby23 aren't in base anymore either, so our override isn't necessary any more Signed-off-by: Fabian Groffen --- profiles/prefix/make.defaults | 3 --- 1 file changed, 3 deletions(-) (limited to 'profiles') diff --git a/profiles/prefix/make.defaults b/profiles/prefix/make.defaults index ac1d126eb4f5..1b8aa47aaa58 100644 --- a/profiles/prefix/make.defaults +++ b/profiles/prefix/make.defaults @@ -14,6 +14,3 @@ USE="readline zlib ncurses ssl" # NOTE: Both are incremental variables: Need to drop obsolete base values. PYTHON_TARGETS="-python2_7 python3_6" PYTHON_SINGLE_TARGET="python3_6" - -# Move away from ruby22 fast forward to ruby24, we don't have ruby23 -RUBY_TARGETS="ruby24" -- cgit v1.2.3-65-gdbad