diff options
author | Hans de Graaff <graaff@gentoo.org> | 2023-06-16 06:54:00 +0200 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2023-06-16 09:26:42 +0200 |
commit | e0f47121a637cd72293fd8aeae17a76837410bfa (patch) | |
tree | 900a538be7adbf99a706b19d4e87e893ac504b32 /profiles | |
parent | www-apps/rutorrent: drop old (diff) | |
download | gentoo-e0f47121a637cd72293fd8aeae17a76837410bfa.tar.gz gentoo-e0f47121a637cd72293fd8aeae17a76837410bfa.tar.bz2 gentoo-e0f47121a637cd72293fd8aeae17a76837410bfa.zip |
profiles/package.mask: mask rails 6.0 for removal
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/package.mask | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/profiles/package.mask b/profiles/package.mask index 19eb9104bc6e..bcaa4eec9a9c 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -34,6 +34,23 @@ #--- END OF EXAMPLES --- # Hans de Graaff <graaff@gentoo.org> (2023-06-16) +# Rails 6.0 is no longer supported upstream and limited to ruby30. Use a +# newer Rails version instead. Masked for removal on 2023-07-16. +dev-ruby/rails:6.0 +dev-ruby/railties:6.0 +dev-ruby/actionmailbox:6.0 +dev-ruby/actiontext:6.0 +dev-ruby/activerecord:6.0 +dev-ruby/actionmailer:6.0 +dev-ruby/activestorage:6.0 +dev-ruby/actionpack:6.0 +dev-ruby/actionview:6.0 +dev-ruby/activejob:6.0 +dev-ruby/actioncable:6.0 +dev-ruby/activemodel:6.0 +dev-ruby/activesupport:6.0 + +# Hans de Graaff <graaff@gentoo.org> (2023-06-16) # Obsolete slot. Use the newer 0.7 slot instead. # Masked for removal on 2023-07-16. dev-ruby/websocket-driver:0 |