commit: 517ea61d5644fae28d2837f4ad18c502161442a4 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org> AuthorDate: Sat Jul 9 07:31:15 2022 +0000 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org> CommitDate: Sat Jul 9 07:34:06 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=517ea61d
profiles/package.mask: mask rails 5.2 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 eec0265b9551..54f8ebf5982c 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -33,6 +33,23 @@ #--- END OF EXAMPLES --- +# Hans de Graaff <[email protected]> (2022-07-09) +# ruby26-only version of dev-ruby/rails and associated dependencies. Use +# a newer slot instead. Masked for removal in 30 days. +dev-ruby/actioncable:5.2 +dev-ruby/actionmailer:5.2 +dev-ruby/actionpack:5.2 +dev-ruby/actionview:5.2 +dev-ruby/activejob:5.2 +dev-ruby/activemodel:5.2 +dev-ruby/activerecord:5.2 +dev-ruby/activestorage:5.2 +dev-ruby/rails:5.2 +dev-ruby/railties:5.2 +dev-ruby/arel +dev-ruby/web-console:3 +dev-ruby/activeldap:5 + # David Seifert <[email protected]> (2022-07-07) # Broken by recent fix attempts, bug #856811. >app-emulation/virtualbox-6.1.34-r1
