commit: 3b63f323c8873cb6b94b48d31740fc2641b55ddf Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sat Jun 17 04:02:56 2023 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sat Jun 17 14:43:46 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b63f323
profiles/base: drop ruby30 from default RUBY_TARGETS ruby30 doesn't support OpenSSL 3 out of the box so flip over to ruby31. The tree is fortunately pretty ready for this already: https://github.com/gentoo/gentoo/pull/31392. Bug: https://bugs.gentoo.org/797325 Bug: https://bugs.gentoo.org/797673 Bug: https://bugs.gentoo.org/899596 Signed-off-by: Sam James <sam <AT> gentoo.org> profiles/base/make.defaults | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/profiles/base/make.defaults b/profiles/base/make.defaults index 5c28061b2ff6..3db006422db7 100644 --- a/profiles/base/make.defaults +++ b/profiles/base/make.defaults @@ -99,8 +99,8 @@ LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses te # Manuel Rüger <[email protected]> (2015-09-09) # Default Ruby build target(s) -# Updated to add ruby31 on 2023-05-29 -RUBY_TARGETS="ruby30 ruby31" +# Updated to add ruby31 on 2023-05-29 and to drop ruby30 on 2023-06-17 +RUBY_TARGETS="ruby31" # Andreas K. Hüttel <[email protected]> (2022-10-22) # These USE flags are what is common between the various sub-profiles. Stages 2
