commit: 81a1bc6bd964a42270e6dca94c5cad16d146798d Author: Hans de Graaff <graaff <AT> gentoo <DOT> org> AuthorDate: Sun Nov 25 07:37:30 2018 +0000 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org> CommitDate: Tue Apr 9 05:52:47 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81a1bc6b
profiles/package.mask: mask ruby23 for removal Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org> profiles/base/use.mask | 4 ++++ profiles/package.mask | 6 ++++++ 2 files changed, 10 insertions(+) diff --git a/profiles/base/use.mask b/profiles/base/use.mask index e3a5778afb9..06cbcf1c91a 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 <[email protected]> (7 Apr 2019) +# Mask Ruby 2.3 as EOL +ruby_targets_ruby23 + # Brian Evans <[email protected]> (11 Jan 2019) # Mask PHP 7.0 target as EOL php_targets_php7-0 diff --git a/profiles/package.mask b/profiles/package.mask index b323f77c41f..b054a45579a 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -29,6 +29,12 @@ #--- END OF EXAMPLES --- +# Hans de Graaff <[email protected]> (8 Apr 2019) +# Ruby 2.3 is no longer maintained and only receives security patches +# until March 2019. Please use Ruby 2.4 or newer instead. +# Masked for removal in 30 days +dev-lang/ruby:2.3 + # Andreas K. Hüttel <[email protected]> (06 Apr 2019) # Preparations for the Perl 5.28.2 version bump. # DO NOT USE, work in progress.
