commit: 82608536951e6ffc2e3f801c648d84a70404f6ea Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> AuthorDate: Sun May 30 20:59:56 2021 +0000 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> CommitDate: Sun May 30 21:01:00 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82608536
package.use.stable.mask: Mask test for dev-perl/Net-Netmask Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org> Bug: https://bugs.gentoo.org/779163 profiles/base/package.use.stable.mask | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/profiles/base/package.use.stable.mask b/profiles/base/package.use.stable.mask index 93a8c20dae7..4cf756030c9 100644 --- a/profiles/base/package.use.stable.mask +++ b/profiles/base/package.use.stable.mask @@ -4,6 +4,14 @@ # This file requires eapi 5 or later. New entries go on top. # Please use the same syntax as in package.use.mask +# Andreas K. Hüttel <[email protected]> (2021-05-30) +# dev-perl/Net-Netmask-2.0.100 needs ... and ... which ends +# up pulling in a Test-Simple version newer than 5.32. +# Not something we want to add to all stable users' Perl. +# Stable-masking the test useflag until Perl 5.34 goes stable too. +# Bug 779163 +dev-perl/Net-Netmask test + # Mart Raudsepp <[email protected]> (2021-02-21) # Enabling sysprof causes consumers to include sysprof-capture-4 # headers, but we still have stable consumers that themselves want
