commit: 6dcae35bd55fbf67e7dc30818e0c060cc72fb76d Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Wed Aug 20 05:36:51 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Wed Aug 20 05:36:51 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6dcae35b
profiles: fix dev-ruby/erubis deprecation notice typo We want people to use dev-ruby/erubi now that erubis is deprecated. Reported by asturm. Fixes: 725ffb123abe618c2d545370ed7fb7b01c4b8d4d Signed-off-by: Sam James <sam <AT> gentoo.org> profiles/package.deprecated | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profiles/package.deprecated b/profiles/package.deprecated index 46f8e8554970..7bfd5108127b 100644 --- a/profiles/package.deprecated +++ b/profiles/package.deprecated @@ -60,7 +60,7 @@ media-sound/pulseaudio # Sam James <[email protected]> (2023-04-07) # Inactive upstream, doesn't support newer Rubies. -# Please port your package to use dev-ruby/erubis instead. +# Please port your package to use dev-ruby/erubi instead. dev-ruby/erubis # Sam James <[email protected]> (2023-04-06)
