commit: e6ce44dd92e068882f5675ec688bd14939954ba4 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> AuthorDate: Sun Jun 9 17:49:42 2024 +0000 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> CommitDate: Sun Jun 9 17:50:31 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6ce44dd
package.mask: Make Perl 5.40.0 mask specific for real release, drop rc versions Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org> profiles/package.mask | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/profiles/package.mask b/profiles/package.mask index 28d4a50f805d..4b4093d2fa39 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -185,9 +185,8 @@ dev-ruby/uconv =dev-python/requests-2.32.2 # Andreas K. Hüttel <[email protected]> (2024-05-24) -# Perl 5.40-RC1 mask. Use this block to unmask for testing. -# It may still change with the final release. -=dev-lang/perl-5.40* +# Perl 5.40.0 mask. Use this block to unmask for testing. +~dev-lang/perl-5.40.0 ~virtual/perl-Archive-Tar-3.20.10_rc ~virtual/perl-autodie-2.370.0 ~virtual/perl-bignum-0.670.0 @@ -208,8 +207,6 @@ dev-ruby/uconv ~virtual/perl-Math-BigInt-2.3.2 ~virtual/perl-Math-BigInt-FastCalc-0.501.800 ~virtual/perl-Math-BigRat-2.3.2 -~virtual/perl-Module-CoreList-5.202.405.240 -~virtual/perl-Module-CoreList-5.202.406.40 ~virtual/perl-Module-CoreList-5.202.406.90 ~virtual/perl-Module-Metadata-1.0.38 ~virtual/perl-podlators-5.10.200_rc
