commit: b650d3e176c5b35d61e49688d3219f6e46faa922 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org> AuthorDate: Fri Dec 2 08:42:52 2022 +0000 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org> CommitDate: Fri Dec 2 08:43:20 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b650d3e1
profiles/package.mask: mask obsolete cucumber dependencies Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org> profiles/package.mask | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/profiles/package.mask b/profiles/package.mask index 2e29c92b984e..524902afb94d 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -33,6 +33,16 @@ #--- END OF EXAMPLES --- +# Hans de Graaff <[email protected]> (2022-12-02) +# Old cucumber slots and dependencies for already removed +# cucumber-3. These have no value as standalone packages. +# Removal in 14 days. +dev-ruby/gherkin +dev-util/cucumber-core:3.2 +dev-util/cucumber-expressions +dev-util/cucumber-tag_expressions +dev-util/cucumber-wire:0 + # Hans de Graaff <[email protected]> (2022-12-01) # Old slot without dependencies on it. Blocks removal of # ruby27-only dev-util/cucumber-3.x. Use a newer slot instead.
