commit: 26a765f2eb264467ba6588ff2502f688d02f7a0f Author: Hans de Graaff <graaff <AT> gentoo <DOT> org> AuthorDate: Thu Dec 26 06:29:44 2024 +0000 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org> CommitDate: Thu Dec 26 06:29:44 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26a765f2
profiles/base/use.mask: remove obsolete ruby entries Both Ruby 2.7 and Ruby 3.0 have been gone for some time. Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org> profiles/base/use.mask | 9 --------- 1 file changed, 9 deletions(-) diff --git a/profiles/base/use.mask b/profiles/base/use.mask index 41aab147d74e..6f6f80545ca2 100644 --- a/profiles/base/use.mask +++ b/profiles/base/use.mask @@ -38,15 +38,6 @@ perl_features_debug # Telepathy is dead and packages masked for removal. telepathy -# Hans de Graaff <[email protected]> (2023-08-19) -# Ruby 3.0 is not compatible with OpenSSL 3. Please upgrade to a newer -# Ruby version. -ruby_targets_ruby30 - -# Hans de Graaff <[email protected]> (2023-04-10) -# Ruby 2.7 is masked for removal. -ruby_targets_ruby27 - # Matt Turner <[email protected]> (2022-04-16) # dev-util/sysprof not keyworded on most arches yet sysprof
