From d5221fb5659fcfae3244550c5cb1817c7f07cbb0 Mon Sep 17 00:00:00 2001 From: Hans de Graaff Date: Mon, 14 Sep 2020 09:08:19 +0200 Subject: profiles: mask ruby26 per profile This commit masks ruby26 per profile using use.stable.mask and sets RUBY_TARGETS accordingly. It also enabled ruby26 globally. This facilitates the per-arch stable request in bug 728192 so each arch can mark ruby 2.6 stable without further coordination between arches or maintainers. Signed-off-by: Hans de Graaff --- profiles/base/make.defaults | 4 ++-- profiles/base/use.stable.mask | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) (limited to 'profiles/base') diff --git a/profiles/base/make.defaults b/profiles/base/make.defaults index 5b8552b7c2d2..f2b15dd9a7eb 100644 --- a/profiles/base/make.defaults +++ b/profiles/base/make.defaults @@ -101,8 +101,8 @@ LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses te # Manuel RĂ¼ger (2015-09-09) # Default Ruby build target(s) -# Updated to include ruby25 on 2019-07-17 -RUBY_TARGETS="ruby25" +# Updated to include ruby26 on 2020-09-14 +RUBY_TARGETS="ruby25 ruby26" # Enable extended filesystem attribute support by default. # https://archives.gentoo.org/gentoo-dev/message/ba0e3457e4b807e79816f0df03566af0 diff --git a/profiles/base/use.stable.mask b/profiles/base/use.stable.mask index 81ece61c1376..ac34603f8ed6 100644 --- a/profiles/base/use.stable.mask +++ b/profiles/base/use.stable.mask @@ -20,5 +20,4 @@ python_single_target_pypy3 # Hans de Graaff (2019-12-26) # Currently in testing and not ready to go stable yet. -ruby_targets_ruby26 ruby_targets_ruby27 -- cgit v1.2.3-65-gdbad