diff options
author | 2020-04-05 15:04:54 +0200 | |
---|---|---|
committer | 2020-06-14 08:44:11 +0200 | |
commit | 253f96ea8550c427850b50f2d87e2bd65991a080 (patch) | |
tree | 0263dacfc9ae40fae9339b4f5cb569f83802e07d /profiles/base | |
parent | dev-libs/Ice: cleanup ruby24-only (diff) | |
download | gentoo-253f96ea8550c427850b50f2d87e2bd65991a080.tar.gz gentoo-253f96ea8550c427850b50f2d87e2bd65991a080.tar.bz2 gentoo-253f96ea8550c427850b50f2d87e2bd65991a080.zip |
profiles: mask ruby 2.4 for removal
Mask ruby24-only packages for removal.
Remove ruby24 from the default RUBY_TARGETS.
Mask USE flag for ruby24.
Closes: https://bugs.gentoo.org/716316
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Diffstat (limited to 'profiles/base')
-rw-r--r-- | profiles/base/make.defaults | 3 | ||||
-rw-r--r-- | profiles/base/use.mask | 4 |
2 files changed, 5 insertions, 2 deletions
diff --git a/profiles/base/make.defaults b/profiles/base/make.defaults index 214abc198c50..c8b3fcdddc14 100644 --- a/profiles/base/make.defaults +++ b/profiles/base/make.defaults @@ -98,9 +98,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 ruby24 on 2018-11-12 # Updated to include ruby25 on 2019-07-17 -RUBY_TARGETS="ruby24 ruby25" +RUBY_TARGETS="ruby25" # Enable extended filesystem attribute support by default. # https://archives.gentoo.org/gentoo-dev/message/ba0e3457e4b807e79816f0df03566af0 diff --git a/profiles/base/use.mask b/profiles/base/use.mask index 388ed4586aa4..4c51769639fc 100644 --- a/profiles/base/use.mask +++ b/profiles/base/use.mask @@ -4,6 +4,10 @@ # This file is only for generic masks. For arch-specific masks (i.e. # mask everywhere, unmask on arch/*) use arch/base. +# Hans de Graaff <graaff@gentoo.org> (2020-06-13) +# Mask Ruby 2.4 as EOL +ruby_targets_ruby24 + # Ben Kohler <bkohler@gentoo.org> (2020-05-15) # Mask 9.4 target to match <9.5 package.mask entry postgres_targets_postgres9_4 |