commit: b1e16853518fecc0afd49b65a0b97dad8d3082b9 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Wed Nov 28 10:25:04 2018 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Wed Nov 28 10:25:04 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1e16853
profiles/use.mask: Revert removing mumble mask The mask is still used. My mistake. Fixes: 9180ae56044 (profiles: Remove a bunch of obsolete ...) Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> profiles/base/use.mask | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/profiles/base/use.mask b/profiles/base/use.mask index 29c9ff4e198..047e6b0cfcd 100644 --- a/profiles/base/use.mask +++ b/profiles/base/use.mask @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # This file is only for generic masks. For arch-specific masks (i.e. @@ -20,6 +20,10 @@ postgres_targets_postgres12 # Mask PHP 7.3 target while in beta php_targets_php7-3 +# Andreas Sturmlechner <[email protected]> (10 May 2018) +# media-sound/mumble is masked/not keyworded at this point, bug #656826. +mumble + # Matt Turner <[email protected]> (23 Nov 2017) # For ancient hardware. Tired of maintaining. Masked for removal in 30 days. # Bug #606132.
