commit: 944dcc8fcaa846671d3f79360566a73cc26c2e61 Author: Viorel Munteanu <ceamac <AT> gentoo <DOT> org> AuthorDate: Sat Nov 30 14:38:09 2024 +0000 Commit: Viorel Munteanu <ceamac <AT> gentoo <DOT> org> CommitDate: Sat Nov 30 15:08:58 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=944dcc8f
profiles/arch/base: add mask for net-misc/dropbear[test-async] Add mask for net-misc/dropbear[test-async]. Drop the older mask for add mask for net-misc/dropbear[test], it was too wide. Signed-off-by: Viorel Munteanu <ceamac <AT> gentoo.org> profiles/arch/base/package.use.mask | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/profiles/arch/base/package.use.mask b/profiles/arch/base/package.use.mask index 49dbce47f6d4..794bc4cbf72b 100644 --- a/profiles/arch/base/package.use.mask +++ b/profiles/arch/base/package.use.mask @@ -1,6 +1,10 @@ # Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Viorel Munteanu <[email protected]> (2024-11-30) +# Missing keywords on dev-python/asyncssh. +net-misc/dropbear test-async + # Sv. Lockal <[email protected]> (2024-11-30) # Only available for amd64. dev-debug/gdb rocm @@ -13,10 +17,6 @@ media-gfx/openscad manifold # Only available on amd64 for now dev-libs/elfutils stacktrace -# Viorel Munteanu <[email protected]> (2024-10-23) -# Missing keywords on dev-python/asyncssh. -net-misc/dropbear test - # Michał Górny <[email protected]> (2024-10-23) # Debug-enabled binary packages are built for a subset of architectures. sys-kernel/gentoo-kernel-bin debug
