summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2020-09-14 09:08:19 +0200
committerHans de Graaff <graaff@gentoo.org>2020-09-14 09:11:56 +0200
commitd5221fb5659fcfae3244550c5cb1817c7f07cbb0 (patch)
treeb37bc1cdb118e1376d74f35e34afe05de63a4088 /profiles/base
parentnet-misc/youtube-dl: Version 2020.09.14 (diff)
downloadgentoo-d5221fb5659fcfae3244550c5cb1817c7f07cbb0.tar.gz
gentoo-d5221fb5659fcfae3244550c5cb1817c7f07cbb0.tar.bz2
gentoo-d5221fb5659fcfae3244550c5cb1817c7f07cbb0.zip
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 <graaff@gentoo.org>
Diffstat (limited to 'profiles/base')
-rw-r--r--profiles/base/make.defaults4
-rw-r--r--profiles/base/use.stable.mask1
2 files changed, 2 insertions, 3 deletions
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 <mrueg@gentoo.org> (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 <graaff@gentoo.org> (2019-12-26)
# Currently in testing and not ready to go stable yet.
-ruby_targets_ruby26
ruby_targets_ruby27