commit: 098ed87eb19278b1e8318cc6cb317573c3e0662e Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Tue Nov 10 22:36:13 2020 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Tue Nov 10 22:37:19 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=098ed87e
profiles/package.mask: temporary mask for new mercurial We can't yet conditionally BDEPEND on Rust because cargo.eclass always injects it. Masking for now pending eclass change for tree consistency and to avoid people building Rust if they don't need it. Signed-off-by: Sam James <sam <AT> gentoo.org> profiles/package.mask | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/profiles/package.mask b/profiles/package.mask index b99b283ccc0..f6dd8c3fb67 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -32,6 +32,13 @@ #--- END OF EXAMPLES --- +# Sam James <[email protected]> (2020-11-10) +# The cargo eclass doesn't allow conditional +# dev-lang/rust BDEPEND yet (pending), so +# masking for now to keep tree consistency +# and to avoid dragging in Rust where not needed. +>=dev-vcs/mercurial-5.6 + # Michał Górny <[email protected]> (2020-11-10) # This old Kodi version requires vulnerable dev-python/pillow # and prevents users from upgrading. Masked for the time being.
