commit: b6c258c91a2ddf40567a5a783982cbe20efee203 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org> AuthorDate: Mon Apr 13 12:35:16 2020 +0000 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org> CommitDate: Mon Apr 13 12:37:55 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6c258c9
profiles/package.mask: mask ruby24-only packages for removal Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org> profiles/package.mask | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/profiles/package.mask b/profiles/package.mask index f22d0d9adcd..466f8c830d4 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -32,6 +32,23 @@ #--- END OF EXAMPLES --- +# Hans de Graaff <[email protected]> (2020-04-13) +# ruby24-only packages. Ruby 2.4 is EOL and will be masked for removal +# shortly. These packages either have newer ruby25 slots available, or +# are no longer maintained and have no reverse dependencies. Masked +# for removal in 30 days. +dev-ruby/activeldap:4 +dev-ruby/bones +dev-ruby/github_api +dev-ruby/http:0.8 +dev-ruby/http-form_data:0.8 +dev-ruby/rack-test:0.6 +dev-ruby/rails-deprecated_sanitizer +dev-ruby/riel +dev-ruby/shoulda-matchers:0 +dev-ruby/vcr:1 +dev-ruby/webmock:2 + # Hans de Graaff <[email protected]> (2020-04-13) # dev-ruby/libxml is ruby24-only and has known # bugs. sci-biology/bioruby depends on this. It looks like there is a
