diff options
author | Hans de Graaff <graaff@gentoo.org> | 2023-01-15 09:45:19 +0100 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2023-01-15 09:49:06 +0100 |
commit | a9633a06ca7a9fd986d06c637b990c0edfbea066 (patch) | |
tree | 374a611ecbd8afc01f421d39fd89f931e9399d02 /profiles/base | |
parent | media-libs/openh264: stabilize 2.3.1-r1 for ppc64 (diff) | |
download | gentoo-a9633a06ca7a9fd986d06c637b990c0edfbea066.tar.gz gentoo-a9633a06ca7a9fd986d06c637b990c0edfbea066.tar.bz2 gentoo-a9633a06ca7a9fd986d06c637b990c0edfbea066.zip |
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@gentoo.org>
Diffstat (limited to 'profiles/base')
-rw-r--r-- | profiles/base/make.defaults | 6 | ||||
-rw-r--r-- | 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 <mrueg@gentoo.org> (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 <dilfridge@gentoo.org> (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 <graaff@gentoo.org> (2021-10-10) +# Hans de Graaff <graaff@gentoo.org> (2023-01-15) # Currently in testing and not ready to go stable yet. -ruby_targets_ruby30 ruby_targets_ruby31 ruby_targets_ruby32 |