diff options
author | Sam James <sam@gentoo.org> | 2023-06-17 05:02:56 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-06-17 15:43:46 +0100 |
commit | 3b63f323c8873cb6b94b48d31740fc2641b55ddf (patch) | |
tree | 8beac18cf186996e45c39dd64bbeb8dcc8bdb8ec /profiles | |
parent | media-gfx/imagemagick: stable 7.1.1.11 for hppa, bug #907993 (diff) | |
download | gentoo-3b63f323c8873cb6b94b48d31740fc2641b55ddf.tar.gz gentoo-3b63f323c8873cb6b94b48d31740fc2641b55ddf.tar.bz2 gentoo-3b63f323c8873cb6b94b48d31740fc2641b55ddf.zip |
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@gentoo.org>
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/base/make.defaults | 4 |
1 files 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 <mrueg@gentoo.org> (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 <dilfridge@gentoo.org> (2022-10-22) # These USE flags are what is common between the various sub-profiles. Stages 2 |