commit: e81e65cfede4ba9f4e9b18383dd370894a794e56 Author: Viorel Munteanu <ceamac <AT> gentoo <DOT> org> AuthorDate: Thu Oct 24 05:21:52 2024 +0000 Commit: Viorel Munteanu <ceamac <AT> gentoo <DOT> org> CommitDate: Thu Oct 24 05:24:07 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e81e65cf
profiles/features/wd40: mask dev-python/asyncssh Mask dev-python/asyncssh because it depends on other already masked packages. Signed-off-by: Viorel Munteanu <ceamac <AT> gentoo.org> profiles/features/wd40/package.mask | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/profiles/features/wd40/package.mask b/profiles/features/wd40/package.mask index 4a9c862847d3..14804cf2b03e 100644 --- a/profiles/features/wd40/package.mask +++ b/profiles/features/wd40/package.mask @@ -1,6 +1,11 @@ # Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Viorel Munteanu <[email protected]> (2024-10-24) +# Requires already masked packages (dev-python/bcrypt, +# dev-python/cryptography, dev-python/fido2, dev-python/pyopenssl) +dev-python/asyncssh + # Michał Górny <[email protected]> (2024-09-23) # Requires dev-python/nh3. dev-python/textile
