commit: 43e1fcb9cfd1ffb7f94555cecc07886acacfd97a Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> AuthorDate: Sat Jul 1 11:46:25 2023 +0000 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> CommitDate: Sat Jul 1 11:47:06 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=43e1fcb9
package.mask: Mask some unused Perl virtuals for removal Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org> profiles/package.mask | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/profiles/package.mask b/profiles/package.mask index 5bfffee8537c..cde35c259c92 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -33,6 +33,13 @@ #--- END OF EXAMPLES --- +# Andreas K. Hüttel <[email protected]> (2023-07-01) +# Unused Perl virtuals (no reverse deps). Removal in 30 days. +virtual/perl-Dumpvalue +virtual/perl-ExtUtils-Constant +virtual/perl-I18N-LangTags +virtual/perl-Thread-Queue + # James Le Cuirot <[email protected]> (2023-06-25) # Impossible to legally obtain the original native full game now. It freezes on # keyboard input, is incompatible with PipeWire, and requires gamescope to work
