From: Fabian Groffen Date: Thu, 26 Mar 2020 07:14:04 +0000 (+0100) Subject: profiles/prefix/make.defaults: drop RUBY_TARGETS X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=af0143949dc72e2e6df43fc098fd4855661d0583;p=gentoo.git 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 --- 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"