commit: af0143949dc72e2e6df43fc098fd4855661d0583 Author: Fabian Groffen <grobian <AT> gentoo <DOT> org> AuthorDate: Thu Mar 26 07:14:04 2020 +0000 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org> CommitDate: Thu Mar 26 07:15:14 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af014394
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 <grobian <AT> gentoo.org> profiles/prefix/make.defaults | 3 --- 1 file changed, 3 deletions(-) diff --git a/profiles/prefix/make.defaults b/profiles/prefix/make.defaults index ac1d126eb4f..1b8aa47aaa5 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"
