commit: dae01a6b07aa20729b00aa39d0f13852059fe29d Author: Hans de Graaff <graaff <AT> gentoo <DOT> org> AuthorDate: Sun Oct 27 10:28:41 2024 +0000 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org> CommitDate: Sun Oct 27 10:28:41 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dae01a6b
profiles/package.mask: mask obsolete cucumber components Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org> profiles/package.mask | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/profiles/package.mask b/profiles/package.mask index c040d120e8c8..43a87debd5e3 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -33,6 +33,14 @@ #--- END OF EXAMPLES --- +# Hans de Graaff <[email protected]> (2024-10-27) + +# Obsolete slots without reverse dependencies. dev-util/cucumber will +# use other slots when installed. Removal on 2024-11-27. +dev-util/cucumber-gherkin:26 +dev-util/cucumber-messages:17 +dev-util/cucumber-messages:20 + # Arthur Zamarin <[email protected]> (2024-10-23) # Doesn't support latest Rust/Cargo ebuild format and standard. Confuses # developers who tries to use it, and then see pkgcheck warnings on the
