profiles/prefix/make.defaults: drop RUBY_TARGETS
authorFabian Groffen <grobian@gentoo.org>
Thu, 26 Mar 2020 07:14:04 +0000 (08:14 +0100)
committerFabian Groffen <grobian@gentoo.org>
Thu, 26 Mar 2020 07:15:14 +0000 (08:15 +0100)
ruby22 and ruby23 aren't in base anymore either, so our override isn't
necessary any more

Signed-off-by: Fabian Groffen <grobian@gentoo.org>
profiles/prefix/make.defaults

index ac1d126eb4f5eaee6ac199d39c17a36c0eea31e8..1b8aa47aaa5800005bdcbc7d33a11dc9b03da586 100644 (file)
@@ -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"