commit: 1a2fa7bf8da106204fe728e8efa9e0bbaf5ab696 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org> AuthorDate: Mon Apr 14 06:52:58 2025 +0000 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org> CommitDate: Mon Apr 14 06:55:03 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a2fa7bf
profiles/package.mask: mask obsolete childprocess slot Closes: https://bugs.gentoo.org/933189 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org> profiles/package.mask | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/profiles/package.mask b/profiles/package.mask index de7fe69ca62c..d209ecd92a4c 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -33,6 +33,11 @@ #--- END OF EXAMPLES --- +# Hans de Graaff <[email protected]> (2025-04-14) +# Obsolete slot that fails tests, bug 933189. EAPI 7. Use the newer +# slot instead. Masked for removal on 2025-05-14. +dev-ruby/childprocess:2 + # Ionen Wolkens <[email protected]> (2025-04-12) # >=31 breaks www-client/qutebrowser's tests # https://github.com/cucumber/gherkin/issues/373
