commit: a9633a06ca7a9fd986d06c637b990c0edfbea066 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org> AuthorDate: Sun Jan 15 08:45:19 2023 +0000 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org> CommitDate: Sun Jan 15 08:49:06 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9633a06
profiles/base: set base profile defaults for ruby30 Allow ruby_targets_ruby30 to be used in stable packages and set both ruby27 and ruby30 as default ruby targets. We cannot switch directly to ruby30-only since we need to keep a working ruby+dependencies at all times to allow proper installation of packages. https://bugs.gentoo.org/890915 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org> profiles/base/make.defaults | 6 +++--- profiles/base/use.stable.mask | 5 ++--- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/profiles/base/make.defaults b/profiles/base/make.defaults index d7bc0fde9322..ab69dbfae58e 100644 --- a/profiles/base/make.defaults +++ b/profiles/base/make.defaults @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # # System-wide defaults for the Portage system @@ -101,8 +101,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 include ruby27 on 2021-10-10 -RUBY_TARGETS="ruby27" +# Updated to include ruby30 on 2023-01-15 +RUBY_TARGETS="ruby27 ruby30" # Andreas K. Hüttel <[email protected]> (2022-10-22) # These USE flags are what is common between the various sub-profiles. Stages 2 diff --git a/profiles/base/use.stable.mask b/profiles/base/use.stable.mask index 419ea2fee196..4cb6c49e0416 100644 --- a/profiles/base/use.stable.mask +++ b/profiles/base/use.stable.mask @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # This file requires eapi 5 or later. New entries go on top. @@ -25,8 +25,7 @@ darcs python_targets_pypy3 python_single_target_pypy3 -# Hans de Graaff <[email protected]> (2021-10-10) +# Hans de Graaff <[email protected]> (2023-01-15) # Currently in testing and not ready to go stable yet. -ruby_targets_ruby30 ruby_targets_ruby31 ruby_targets_ruby32
