commit: 2e413e6b55b2a28f39ef7f2f4eac791f17bc70e8 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org> AuthorDate: Sat Aug 19 08:35:46 2023 +0000 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org> CommitDate: Sat Aug 19 08:35:46 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e413e6b
profiles/package.mask: mask safe_yaml for removal Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org> profiles/package.mask | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/profiles/package.mask b/profiles/package.mask index efa2cb51031a..b429b1ee12b9 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -33,6 +33,12 @@ #--- END OF EXAMPLES --- +# Hans de Graaff <[email protected]> (2023-08-19) +# ruby30-only package without any reverse dependencies. Use +# dev-ruby/psych if you want to safely load YAML files. +# Masked for removal on 2023-09-19 +dev-ruby/safe_yaml + # Hans de Graaff <[email protected]> (2023-08-19) # Ruby 3.0 is not compatible with OpenSSL 3 and consequently will be # masked earlier than its upstream EOL date. Please use a newer Ruby
