diff options
author | 2020-09-14 09:08:19 +0200 | |
---|---|---|
committer | 2020-09-14 09:11:56 +0200 | |
commit | d5221fb5659fcfae3244550c5cb1817c7f07cbb0 (patch) | |
tree | b37bc1cdb118e1376d74f35e34afe05de63a4088 /profiles/base/make.defaults | |
parent | net-misc/youtube-dl: Version 2020.09.14 (diff) | |
download | gentoo-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/make.defaults')
-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 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 |